
14 Aug
2018
14 Aug
'18
10:57 a.m.
I am booting a linux kernel with U-Boot 2017.11. I want to pass a boot argument "root=/dev/mmcblk1p2". I tried
setenv root /... OR setenv bootargs root=/... saveenv boot
But it still boots with root=/dev/mmcblk0p2 $ cat /proc/cmdline: ... root=/dev/mmcblk0p2 ...
How do I get it to boot with my custom kernel argument?
[the actual problem I am trying to solve this way is "Gave up waiting for root device" when the kernel tries to mount a root fs]
Sent with [ProtonMail](https://protonmail.com) Secure Email.
2457
Age (days ago)
2457
Last active (days ago)
0 comments
1 participants
participants (1)
-
dbegun