This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ubuntu -> ./nrfconnect361x8664.AppImage --no-sandbox in root run failed

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

Parents Reply
  • I extract /opt/squashfs-root/resources/app.asar
    apt install npm
    npm i -g npx
    npm i -g asar
    npm 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



Children
No Data
Related