summaryrefslogtreecommitdiff
path: root/2009/foss-mobile_world-seville2009/html/mgp00031.txt
blob: fd0a436c4eba62535afbe6a5bae0e4608f3c858e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FOSS in the Mobile World
Using HaRET


Using HARET
watch for IRQ changes/events
e.g. you see DMA3 interrupts while talking to the GSM
read MMIO config of DMA controller to determine user: SPI
read SPI controller configuration + DMA controller configuration
find RAM address of data buffers read/written by DMA
haretconsole writes logfiles
you can start to annotate the logfiles 
of course, all of this could be done using JTAG, too.
but with HaRET, you mostly don't need it!!!

personal git repositories of Harald Welte. Your mileage may vary