mirror of https://github.com/OpenIPC/wiki.git
Update faq.md
parent
dbc7082532
commit
e64584de64
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue