On 4/8/22 08:28, msfu wrote:
opening file: No such file or directory
This line clearly indicates that the firmware image you're trying to load does not exist at the given location. Are you sure the path is correct? I suggest to try using the relative paths:
$ cd ~/osmocom/osmocom-bb/src/ $ host/osmocon/osmocon -m c123xor -p /dev/ttyUSB1 \ target/firmware/board/compal_e88/layer1.compalram.bin
Note that I removed the '-c', because it's only for the *highram* images, while you're trying to load a *compalram* image.
Best regards, Vadim.