I tried but seem to be getting an error...
pi@raspberrypi ~/osmocom-bb/src/host/osmocon $ ./osmocon -d tr -p /dev/ttyUSB0 -m c140 -c ../../target/firmware/board/compal_e86/hello_world.highram.bin got 1 bytes from modem, data looks like: 00 . got 6 bytes from modem, data looks like: 66 74 6d 74 6f 6f ftmtoo got 1 bytes from modem, data looks like: 6c l Received FTMTOOL from phone, ramloader has aborted got 1 bytes from modem, data looks like: 65 e got 1 bytes from modem, data looks like: 72 r got 1 bytes from modem, data looks like: 72 r got 1 bytes from modem, data looks like: 6f o got 1 bytes from modem, data looks like: 72 r
I tried a different computer that is definitely faster and that didn't solve it. I am using a different serial cable, this one a home wired cp2102 where before I think I got this working with a direct wire to the raspberry pi alt serial pins.
Are there any links to describe what is going on at the beginning when you press the power button?
I found these links as well...
http://lists.osmocom.org/pipermail/baseband-devel/2011-February/001407.html (didn't try this, but can)
http://lists.osmocom.org/pipermail/baseband-devel/2011-January/001053.html (tried this... same result)
Thanks, Craig
________________________________ From: Steve Markgraf steve@steve-m.de To: Craig Comstock craig_comstock@yahoo.com Cc: "baseband-devel@lists.osmocom.org" baseband-devel@lists.osmocom.org Sent: Friday, July 19, 2013 4:09 PM Subject: Re: chainload.compalram.bin missing?
Hi,
On 19.07.2013 17:39, Craig Comstock wrote:
I was trying to load some apps to a Motorola C139 and found that after building osmocom-bb that there were no chainload image files built. Am I using the wrong branch somehow? Are the instructions out of date on this page:
Yes, the instructions are out of date. Meanwhile the chainloader has been integrated into osmocon, you just need to run:
./osmocon -p /dev/ttyUSB0 -m c140 -c ../../target/firmware/board/compal_e86/layer1.highram.bin
Regards, Steve