Ravi Sharan ravisharan@iith.ac.in wrote:
I am trying out osmocom-bb with the Motorla C115. [...]
< I get the following error:
$ osmocon -p /dev/ttyUSB0 -m c123 ~/osmocom-bb/src/target/firmware/board/compal_e88/hello_world.compalram.bin [snipped the part where everything goes as it should] got 1 bytes from modem, data looks like: 1b . got 1 bytes from modem, data looks like: f6 . got 1 bytes from modem, data looks like: 02 . got 1 bytes from modem, data looks like: 00 . got 1 bytes from modem, data looks like: 45 E got 1 bytes from modem, data looks like: 53 S got 1 bytes from modem, data looks like: 16 . Received DOWNLOAD NACK from phone, something went wrong :(
Try -m c123xor instead of -m c123.
HTH, SF
Hi Ravi,
If you are looking for a patch that speeds us the download for cygwin environment in Windows then its present in the archives.
I had used it while I was trying to get osmocombb working on Windows. I am not able to find it in my machine now and I have switched to linux.
Its written by Dieter. Its somewhere in the archives before Jun 25 2011. Hope this helps.
Thanks and Regards, RM
Hi RM, I have currently built osmocombb on Ubuntu. I have checked it with a Linux mint box and my ftdi cable gets unplugged as soon as it gets plugged in. On May 17, 2014 3:59 PM, "R M" rm.engineer84@gmail.com wrote:
Hi Ravi,
If you are looking for a patch that speeds us the download for cygwin environment in Windows then its present in the archives.
I had used it while I was trying to get osmocombb working on Windows. I am not able to find it in my machine now and I have switched to linux.
Its written by Dieter. Its somewhere in the archives before Jun 25 2011. Hope this helps.
Thanks and Regards, RM
Hi,
I have currently built osmocombb on Ubuntu. I have checked it with a Linux mint box and my ftdi cable gets unplugged as soon as it gets plugged in.
I did not understand what you mean by the above statement. I am not an advanced linux user.
Before you plug in the cable, run this command in terminal: tail -f /var/log/messages
Now insert the cable to the computer and check what is written in the terminal. This should help you in figuring out what is wrong.
Hello, Solved the issue. Using the chainloading flag did the magic. Thanks Sylvain Munaut. For future references, this can work, if you bump into same error (I think even the cable in use can affect the transfer)
./osmocon -p /dev/ttyUSB0 -m c123xor -c
../../target/firmware/board/compal_exx/FIRMWARE.compalram.bin
On Sun, May 18, 2014 at 12:22 PM, R M rm.engineer84@gmail.com wrote:
Hi,
I have currently built osmocombb on Ubuntu. I have checked it with a Linux mint box and my ftdi cable gets unplugged as soon as it gets plugged in.
I did not understand what you mean by the above statement. I am not an advanced linux user.
Before you plug in the cable, run this command in terminal: tail -f /var/log/messages
Now insert the cable to the computer and check what is written in the terminal. This should help you in figuring out what is wrong.
From your mail id, I find that you are in a place where there must be lot of advanced linux users. You can get help from them as well if you still face issues as they can see your computer screen.
Regards, RM
Hi,
Solved the issue. Using the chainloading flag did the magic. Thanks
Sylvain Munaut. For future references, this can work, if you bump into same error (I think even the cable in use can affect the transfer)
./osmocon -p /dev/ttyUSB0 -m c123xor -c ../../target/firmware/board/compal_exx/FIRMWARE.compalram.bin
Are you sure you used the compalram.bin ? I seem to remember that chainloading requires the .highram.bin version.
Cheers,
Sylvain
Hi, Yes, its FIRMWARE.highram.bin, not .compalram.bin.
Ravi
On Wed, Jul 30, 2014 at 1:52 PM, Sylvain Munaut 246tnt@gmail.com wrote:
Hi,
Solved the issue. Using the chainloading flag did the magic.
Thanks
Sylvain Munaut. For future references, this can work, if you bump into
same
error (I think even the cable in use can affect the transfer)
./osmocon -p /dev/ttyUSB0 -m c123xor -c ../../target/firmware/board/compal_exx/FIRMWARE.compalram.bin
Are you sure you used the compalram.bin ? I seem to remember that chainloading requires the .highram.bin version.
Cheers,
Sylvain
baseband-devel@lists.osmocom.org