I’d like to make a system file for WP85.
But, there is a error as below when do ‘make wp85’.
** ERROR:
/home/chasejang/Projects/Legato/legato/apps/tools/devMode.adef:7:8: error: File not found: ‘/home/chasejang/legato/packages/legato.toolchain.1.7.3.fw_SWI9X15Y_07110900-wp85-wp750x-native-x86_64-201608171142/resources/native/sysroots/armv7a-vfp-neon-poky-linux-gnueabi/usr/bin/gdbserver’
If $LEGATO_ROOT is not defined. You need to find “bin/legs” file in $LEGATO_ROOT and execute it.
/home/mangoh/legato/packages/legato.framework.16.10.1.wp85-wp750x-201701111029/resources/legato/bin
PS: If you download github sample code, you may also want to add EXPORT MANGOH_ROOT=/path_to_the_github_code_folder. This will solve issues that looking for biding dependencies.
Thanks for the reply. But, it’s not helpful for me.
$LEGATO_ROOT already have defined. I think it doesn’t seems to be related to the environment.
Anyway, I have copied a ‘gdbserver’ to ‘/home/chasejang/legato/packages/legato.toolchain.1.7.3.fw_SWI9X15Y_07110900-wp85-wp750x-native-x86_64-201608171142/resources/native/sysroots/armv7a-vfp-neon-poky-linux-gnueabi/usr/bin/’ folder. And then, do ‘make wp85’.
Cd ~; mkdir workspace; cd workspace
repo init -u git://github.com/legatoproject/manifest -m legato/releases/16.10.2.xml
Sync repos with github and type the following commands in the console to make wp85:
repo sync
cd legato
make wp85
bin/legs
instlegato --help
instsys --help
instapp --help
instlegato wp85 192.168.2.2
If you would like to make the mangOH Green system file from github which include mqtt, dataroute and more apps, you can follow this instructions. In this “Mikefile”, you will see how to create your own system file (.sdef)
cd ~
git clone --recursive git://github.com/mangOH/mangOH mangOH_from_github
cd mangOH_from_github
Open Makefile and make sure the mangOH_Green.sdef is selected.
vi Makefile
make --include-dir=$LEGATO_ROOT wp85
app install mangOH_Green.wp85.update 192.168.2.2
ssh root@192.168.2.2
app status
Thanks for your kindly reply.
I found a root cause(but not 100% sure). It seems to be related to the Legato version.
I have tested it with 16.10.3, there is a problem.
But, It’s working fine when I try it with 16.10.1.
The TLDR is that 16.10.3 isn’t really usable until the Release14 modem firmware is available. I’m not personally aware of what is preventing the Release14 firmware from being posted on source.sierrawireless.com.