Re: Error loading firmware onto Motorola C115.

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

Re: Error loading firmware onto Motorola C115.

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

Re: Error loading firmware onto Motorola C115.

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

Re: Error loading firmware onto Motorola C115.

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

Re: Error loading firmware onto Motorola C115.

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