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:
parent
6d6dbe1cbb
commit
4cfaed7303
5 changed files with 9 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue