odycay12 Posted September 7, 2018 Share Posted September 7, 2018 How do I update the firmware via commandline. I'm running 2.0.2 and i tried following the instructions for the mark iv already, but run into an error with the sysupgrade command, wherein it will say Saving config files... etc/config/autossh etc/config/deauth etc/config/dhcp etc/config/dnsspoof ... a bunch more config files are saved here. ... etc/ssmtp/ssmtp.conf etc/sysctl.conf etc/sysupgrade.conf Command failed: Not found I haven't been able to find anything at all online about this. Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted September 9, 2018 Share Posted September 9, 2018 The command you want to run is: sysupgrade -n/tmp/upgrade.bin Quote Link to comment Share on other sites More sharing options...
dvc0de Posted May 3, 2019 Share Posted May 3, 2019 I had problems with upgrading firmware via the web interface (http://172.16.42.1:1471/#!/modules/Advanced). It just said "Module returned empty response". I upgraded manually instead: On the host download latest firmware from https://downloads.hak5.org./pineapple/tetra Start wifipineapple and connect it to PC with USB cable to eth1 on wifipineapple. Wait until booting up and blue LED stops blinking. In terminal: ifconfig #check it eth1 has 172.16.42.x. If not wait longer until boot is finished In terminal copy upgrade file from PC to wifipineapple. scp upgrade-2.5.4.bin 172.16.42.1:/tmp/upgrade.bin ssh 172.16.42.1 #login to wifipineapple via ssh cd /tmp sysupgrade -n upgrade.bin & #I add "&" at the end because it starts to update and reboots and sometimes it didn't work without & Quote Link to comment Share on other sites More sharing options...
Just_a_User Posted May 3, 2019 Share Posted May 3, 2019 10 minutes ago, dvc0de said: I had problems with upgrading firmware via the web interface (http://172.16.42.1:1471/#!/modules/Advanced). It just said "Module returned empty response". I upgraded manually instead: On the host download latest firmware from https://downloads.hak5.org./pineapple/tetra Start wifipineapple and connect it to PC with USB cable to eth1 on wifipineapple. Wait until booting up and blue LED stops blinking. In terminal: ifconfig #check it eth1 has 172.16.42.x. If not wait longer until boot is finished In terminal copy upgrade file from PC to wifipineapple. scp upgrade-2.5.4.bin 172.16.42.1:/tmp/upgrade.bin ssh 172.16.42.1 #login to wifipineapple via ssh cd /tmp sysupgrade -n upgrade.bin & #I add "&" at the end because it starts to update and reboots and sometimes it didn't work without & That's some weird behaviour. I would be more tempted to do a firmware recovery. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.