root@homelinux:~# ./nrfconnect361x8664.AppImage --no-sandbox
its will show the main menu but can not open the sub APP, like programmer, lte monitor they can not opened
root@homelinux:~# ./nrfconnect361x8664.AppImage --no-sandbox
its will show the main menu but can not open the sub APP, like programmer, lte monitor they can not opened
Hi,
What ubuntu version are you using, is should be as straight forward to download nrf connect and mount/run it. Tested on Ubuntu now with 3.6.1 and seems to work fine. download -> properties: allow executing files as program -> run appimage -> click install on the toolboxes you want to use, Lte link monitor, Programmer, Power Profiler ect.
Regards,
Jonathan
I extract /opt/squashfs-root/resources/app.asar
apt install npm
npm i -g npx
npm i -g asarnpm install n -g
sudo n latest
(ln -sf /usr/bin/nodejs /usr/bin/node , if can not find path do this)
npx asar extract app.asar ./
##########extract, there are 4 paths in side
/opt/squashfs-root/resources/dist
/opt/squashfs-root/resources/main
/opt/squashfs-root/resources/node_modules
/opt/squashfs-root/resources/resources
a lot of .js maybe is the .js problem
I extract /opt/squashfs-root/resources/app.asar
apt install npm
npm i -g npx
npm i -g asarnpm install n -g
sudo n latest
(ln -sf /usr/bin/nodejs /usr/bin/node , if can not find path do this)
npx asar extract app.asar ./
##########extract, there are 4 paths in side
/opt/squashfs-root/resources/dist
/opt/squashfs-root/resources/main
/opt/squashfs-root/resources/node_modules
/opt/squashfs-root/resources/resources
a lot of .js maybe is the .js problem