specify root device as /dev/mtdblockn

the (openwrt?) magic that autodetects it based on mtd labels
won't work with a two-stage boot
This commit is contained in:
Daniel Barlow 2023-04-26 22:16:15 +01:00
parent 6d6dbe1cbb
commit 4cfaed7303
5 changed files with 9 additions and 3 deletions

View file

@ -47,7 +47,7 @@
size ="0xf80000";
eraseBlockSize = "65536";
};
rootDevice = "1f05";
rootDevice = "/dev/mtdblock5";
dts = {
src = "${openwrt.src}/target/linux/ramips/dts/mt7620a_glinet_gl-mt300a.dts";