Flashing octagon sf8008 from the command line
Re: Flashing octagon sf8008 from the command line #2
Re: Flashing octagon sf8008 from the command line #3
Re: Flashing octagon sf8008 from the command line #4
Posted 15 January 2022 - 20:53
Yes. Use -m ofgwrite option to select the slot.
E.g. this will flash the image into slot 2:
ofgwrite -m2 -r -k <path to the image files>
Have just flashed slot 4 with success. Is it also possible to flash sda slots or is this restricted to the first 4 slots. Thks once again.
Re: Flashing octagon sf8008 from the command line #5
Posted 18 January 2022 - 18:06
Yes, is possible.
I can't test myself at the moment. So better be sure that you have a full backup and that you don't have any important data on the SD card!
ofgwrite -n -m0 -ksda0 -rsda1 <path to image files>
The -n parameter is for a test. You can look at the output and your box won't be flashed.
Important: Exchange the sda0 with a kernel partition on the SD card and the sda1 with a rootfs partition.
And please don't change the -m0 if you want to flash partitions on the SD card.
If you're sure that the output looks good, you can flash by removing the -n parameter.
Edited by betacentauri, 18 January 2022 - 18:07.
Re: Flashing octagon sf8008 from the command line #6
Re: Flashing octagon sf8008 from the command line #7
Re: Flashing octagon sf8008 from the command line #8
Re: Flashing octagon sf8008 from the command line #9
Posted 29 January 2022 - 19:27
Hi satfoot,
If you format the right partition, the image is deleted.
mkfs.ext4 /dev/<devive partition>If you want to delete the image from Multiboot slot 5, format the second partition:mkfs.ext4 /dev/sda2regardsstro11
Thank you very much for your reply. If I need to delete an image not from the sdcard but for example from slot 4, is it also possible by telnet? Thks. again.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users