I´ve just recieved the WP7702 parts and I want to use them in mangOH Red board.
For enabling all the functionality (IoT boards, etc) I try to load the sdef mangoh redfile from github using Developer Studio and I find the following error:
ln: failed to create symbolic link ‘libtinycbor.so’: Read-only file system ln: failed to create symbolic link ‘libtinycbor.so.0’: Read-only file system /legato/3rdParty/tinycbor/Makefile:116: recipe for target ‘lib/libtinycbor.so’ failed make[1]: *** [lib/libtinycbor.so] Error 1
I´m using WP77 with R7 Firmware (Jan 26 2018):
Legato for WP77 R7 (17.11.0.wp77xx-docker-201801031728) for Windows
SWI9X06Y_02.13.02.00 toolchain.
Do I need to configure something more to avoid this error??
I feel more confortable with dev studio because I have no very much experience with Linux, but if is necesary I move to command line to take advantage of the whole system.
how can I switch the module From command line without loose the framework for WP85?
At this time, I had to stop the development with the WP7702 because it has an issue with the Renfell IoT board (RS485 version), so I´ve had to move to WP8548 back. The WP77 doesn’t generate file descriptors for USBs detected in that port.
Just to confirm, the underlying Yocto Linux build R7 (as supplied by Sierra) for WP77xx does not have the FTDI drivers built into the kernel (as the Yocto image for WP8548 does).
So until we can build the correct ftdi driver modules (and Sierra builds them into the kernel) the Renfell serial cards can’t enumerate properly on the WP77xx devices.
NOTE: This is not a mangOH hardware problem - it’s to do with the stock Yocto/Legato build that has been supplied for the WP77. Putting the stock build into ANY WP77 device (no matter what hardware platform it’s running on) will not enable any of the FTDI devices to work…