** Goal : install packages for ADALM-PLUTO from local or remote repository ** Requirement : - ADALM-Pluto running v0.32 firmware, with internet access (Ethernet, Wifi or USB shared) ******** Just give a try : Run following command on your pluto from shell : wget -q http://www.lamableu.net/pluto/tools/try_opkg.sh -O /tmp/try_opkg.sh; sh /tmp/try_opkg.sh --> console : installing extended freq coverage (70MHz - 6 GHz)... Downloading opkg ... OPKG installed - OK until next boot ! Commands : 'opkg update' to update package list 'opkg list' to list available packages 'opkg install ' to install a package 'opkg install ./' to install a package from local .opk file OPKG utility is now copied to rootfs / --> and valid until next boot. Once done, update your package list : /usr/bin/opkg update --> At next boot, install again using same command ! Download and store opkg tool for future use (offline reinstall) =============================================================== Run following command on your pluto from shell : wget -q http://www.lamableu.net/pluto/tools/install.sh -O /tmp/install.sh; sh /tmp/install.sh To re-install offline, run following command after boot : /mnt/jffs2/reinstall_opkg.sh Useful commands : opkg update opkg list opkg install opkg install opkg -d jffs2 install (install to JFFS --> totally useless with official 0.32 firmware) Package repository is located at : http://www.lamableu.net/pluto/ipk/ When installing packages, some dependencies might be missing. Try to install manually the required dependencies from the repository or report to lama.bleu at gmail_dot_com