Miyitus / the.wrong

The.Wrong Router software load the locally-hosted website http://the.wrong/
2 stars 1 forks source link

Testing PirateBox Development build (2019-05-28) #5

Closed MaStr closed 5 years ago

MaStr commented 5 years ago

I just uploaded the working build, which is currently installing on my side as well, to our shared folder:

/TheWrong/PirateBox_Builds/2019-05-28/

Things to review, keep in mind etc.

regards Matthias

edit: I am not sure, if you just create new github issues for discussing the items or we stick to this post. Let's try what works well.

MaStr commented 5 years ago

Provided new images for v2 architecture...

MaStr commented 5 years ago

As the plain image on your side is broken, you need to recover by hand toward the PirateBox.bin file.

You need to follow these steps.

  1. Please make sure, that the .bin file in your install folder on the USB stick is the one of /TheWrong/PirateBox_Builds/2019-05-28/
  2. Make sure, the USB stick is connected to router, it is fully booted (no flashing lights anymore)
  3. connect via Putty or command line to the router. IP still 192.168.1.1
  4. Run the following commands on the router (take care of the line breaks. Each letter is a one-liner.. a. test -e /mnt/usb/install.log && rm -v /mnt/usb/install.log b. test -e /mnt/usb/install/auto_package_done && mv -v /mnt/usb/install/auto_package_done /mnt/usb/install/auto_package c. cp /mnt/usb/install/openwrt-18.06.2-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin /tmp d. sysupgrade -n /tmp/openwrt-18.06.2-ramips-mt76x8-gl-mt300n-v2-squashfs-sysupgrade.bin

After executing the last command, the device starts to flash & reboot automatically. Later it (hopefully) should start install the needed packages.