Thanks for the answers.
It was the spaces between  "../ ../"  and the first commandline that was the errorcause.
erich


Fra: Dario Lombardo <dario.lombardo.ml@gmail.com>
Til: Erich Dachleger <edachleger@yahoo.com>
Kopi: "baseband-devel@lists.osmocom.org" <baseband-devel@lists.osmocom.org>
Sendt: Torsdag, 28. februar 2013 15.18
Emne: Re: trouble loading trx-firmware

On Thu, Feb 28, 2013 at 1:01 PM, Erich Dachleger <edachleger@yahoo.com> wrote:
>  ./osmocon -p /dev/ttyUSB0 -m c123xor -c ../
> ../target/firmware/board/compal_e88/trx.compalram.bin ../
> ../target/firmware/board/compal_e88/chainload.highram.bin

If I am not wrong, compalram image should be loaded as argument, while
highram image should be passed to -c, so this command is wrong.

> I also tried switching highram-compalram:
> ./osmocon -p /dev/ttyUSB0 -m c123xor -c ../
> ../target/firmware/board/compal_e88/trx.highram.bin ../
> ../target/firmware/board/compal_e88/chainload.compalram.bin
>

That should be right: you're loading the chainloader that loads the
trx. This looks like the command I used to load the TRX. But if you're
getting the message "no such file" you're probably pointing to the
wrong file names. Do an "ls" from the dir you're running the code to
be sure you're pointing to right files.

Last but not least: insist. Firmwares in my phones never load at the first try.
Dario.