mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
rockchip-update-img: add 'rootdelay=1' parameter in CMDLINE
Reduce boot delay from 30 seconds to 1 second, caused by rk30xxnand-3.0.36+.ko which is not responding to wait-for-root in pre_mountroot() function of initrd https://github.com/radxa/initrd/blob/master/scripts/local#L16
This commit is contained in:
parent
e99a212e4f
commit
8dc393689a
|
@ -11,7 +11,7 @@ DEPENDS = "mkbootimg-native rockchip-bootloader virtual/kernel"
|
|||
FIRMWARE_VER ?= "1.0"
|
||||
MANUFACTURER ?= "NEO-Technologies"
|
||||
MACHINE_MODEL ?= "${MACHINE}"
|
||||
CMDLINE ?= "console=ttyFIQ0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4"
|
||||
CMDLINE ?= "console=ttyFIQ0 root=/dev/block/mtd/by-name/linuxroot rw rootfstype=ext4 rootdelay=1"
|
||||
MTDPARTS ?= "0x00008000@0x00002000(boot),-@0x0000A000(linuxroot)"
|
||||
|
||||
PACKAGE_FILE = "package-file"
|
||||
|
|
Loading…
Reference in New Issue
Block a user