On Thu, Jan 10, 2019 at 12:11:03PM +0100, Harald Welte wrote:
Can't find firmware: std.ihx
This is probably the key here. The firmware file for the USRP1 device was not found. You could strace osmo-trx-usrp1 to see where it expects that file, and then try to put it in the right location.
I think the firmware used to be built together with libusrp, but I don't recall the details.. It's been so many years back.
I've now been working on a series of patches to ensure we build + package the std.ihx firmware file as part of libusrp.
See the 'laforge/firmware' branch of libusrp.git. I've also pushed the patches to gerrit for review.
NOTE: I've not tested any of this with a USRP1 yet.