Update faq.md

pull/357/head
viktorxda 2024-04-18 20:15:35 +02:00 committed by GitHub
parent dbc7082532
commit e64584de64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -161,9 +161,7 @@ curl -s https://raw.githubusercontent.com/OpenIPC/firmware/master/general/overla
### Is it possible to switch from “lite” to “ultimate” via “Over the Air”?
It depends on the board, generally you can try to split the ultimate image to the rootfs and overlay partition and then set the correct partition layout via uboot.
A 'blind' uboot setup is only supported on sigmastar.
Otherwise the only way to get it working without accessing uboot is to manually set the correct variables with fw_printenv and fw_setenv.
On Ingenic and Sigmastar it is possible to split the ultimate rootfs.squashfs and flash it to the rootfs (mtd3) and overlay (mtd4) partition.
```
dd if=rootfs.squashfs of=mtd3.bin bs=1k count=5120