Thanks @MelvinWiegman! I think you have figured it out. The latest WP77 release is 9.1, but the latest version of the mangOH VM includes the WP77 toolchain for WP77 release 9.0.
I’m working on updating the VM now. If you want to avoid having to download the VM again, you can do the following:
- download the 64-bit toolchain from here: https://source.sierrawireless.com/resources/airprime/software/wp77xx/wp77xx-firmware-latest-release-components/
- Run
chmod a+x ~/Downloads/poky-swi-ext-glibc-x86_64-meta-toolchain-swi-armv7a-neon-toolchain-swi-SWI9X06Y_02.18.05.00.sh
- Run
sudo ./Downloadspoky-swi-ext-glibc-x86_64-meta-toolchain-swi-armv7a-neon-toolchain-swi-SWI9X06Y_02.18.05.00.sh
- Type
/opt/swi/y22-ext-SWI9X06Y_02.18.05.00
as the destination directory - Update the wp77xx symlink by running:
cd /opt/swi && sudo ln -f -s -T y22-ext-SWI9X06Y_02.18.05.00 y22-ext-wp77xx
- Close your terminal and open a new one to make sure that any environment variables (set by running
cfglegato
) are eliminated