Hi,
On 31.01.2012 13:21, Martin Hauke wrote:
Instead of loading 'monitor.compalram.bin' directly you have to load 'loader.compalram.bin' and then use 'osmocon memload' to load the monitor-app into the RAM.
What also works is chainloading the binary with the Calypso romloader:
./osmocon -p /dev/ttyUSB0 -m c123xor -c ../../target/firmware/board/compal_e88/monitor.highram.bin ../../target/firmware/board/compal_e88/chainload.compalram.bin
But for that the size check in osmocon needs to be removed, as discussed earlier in this thread.
Regards, Steve