10-13-2020 10:23 PM
09-01-2021 12:12 PM
I used a cable similar to this one: https://lawicel-shop.se/elektronik/kommunikation/rs232/usb-to-ttl-33v-serial-cable-for-rpi/
But basically any 3.3V serial to usb cable would work.
Using mincom in linux to connect 115200 8N1
Pinout something similar to:
(Not my picture, borrowed on internet)
Login with super and sp-admin as password in the console
You need to setup a tftp server. I used my laptop with the same ip range as the AccessPoint, and had a tftp server running locally on it.
Then you can flash by:
fw set host <TFTP server IP address>
fw set proto tftp
fw set port 69
fw set control <image file name>
fw update
reboot
image file name is the firmware you want to flash onto the ap, which should be located on your tftp.
09-01-2021 03:20 PM
@jside Thanks very much, I will give this a shot tomorrow.