9
0
Fork 0

rescue: ubiattach /dev/mtd4 as ubi0

This makes the rest of the software kind of work and leaves the
rescue ubi unattached.
This commit is contained in:
Holger Hans Peter Freyther 2016-06-10 19:00:52 +02:00
parent 52b44d0271
commit ae9ef45dd2
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ fi
global bootm.initrd=/mnt/rescue/initramfs
global linux.bootargs.dyn.root="rdinit=/sbin/init rauc.slot=rescue"
global linux.bootargs.dyn.mtd="mtdparts=davinci_nand.0:${nand0.partitions} ubi.mtd=rescue"
global linux.bootargs.dyn.mtd="mtdparts=davinci_nand.0:${nand0.partitions} ubi.mtd=root"