If for some reasons after updating the Web-GUI is broken, but the device is still accessible via ssh, the device can be flashed via the command line.
...
You should reboot the device right before executing following steps, to avoid having to much log files taking file space.
Do not reboot or power off the device, while running the ddflash.sh tool
Preparations:
If you are under Windows you need an SSH client, e.g. putty:
...
Code Block |
---|
cd /tmp/mchroot/tmp ls -l tar -xzf flashimages-23.01.01-rc46.tar.gz ddflash.sh ls -l |
Flashing the partitions:
Now you have to set a database value and after that you can start the flash process:
Code Block |
---|
beroconf set root boot_fwupdate 1
|
Now you can start the actual flash process:
Code Block |
---|
./ddflash.sh flashimages-23.01.01-rc46.tar.gz |
...
This starts the flash process, if everything goes well, it takes should take a couple of minutes. If it is finished, a message should appear, telling that the device is rebooting. Then it should take around two additional minutes until the device should be accessible again. Do not power off the device while this tool is running.
...
If the message Finished Successfully is shown, the flash process has finished. Wait for around two minutes, to see if you can access the device again.