Firefly开源社区

标题: RK3399 卡在Waiting for root device [打印本页]

作者: 18663995978    时间: 2020-6-18 21:43
标题: RK3399 卡在Waiting for root device
[    2.651451] vcc_lcd: disabling
[    2.651999] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '20:31:49', on 'Jun 18 2020'.
[    2.654147] Mali: Mali device driver loaded
[    2.656328] input: rk29-keypad as /devices/platform/rk_key0/input/input0
[    2.659218] input: rk29-keypad as /devices/platform/rk_key1/input/input1
[    2.661754] ALSA device list:
[    2.662072]   No soundcards found.
[    2.663698] ttyS2 - failed to request DMA, use interrupt mode
[    2.665602] Waiting for root device PARTUUID=b921b045-1d...
[    5.058385] vendor storage:20190527 ret = -1
作者: yzhuq    时间: 2020-7-28 15:03
楼主,这个问题有进展么? 我也遇到同样的问题了。
作者: wohuainiandeshi    时间: 2020-10-21 17:40
楼主解决这个问题没?
作者: a305566    时间: 2021-4-28 13:25
什么情况了,我也遇到了
作者: 31337401@qq.com    时间: 2021-5-10 09:28
请问楼主怎么解决?我也碰到了。
作者: initial    时间: 2022-8-5 15:53
请问楼主有进展了吗,我也遇到了同样的问题

作者: yubeer    时间: 2022-8-19 17:18
Waiting for root device PARTUUID=b921b045-1d... 这个问题怎么解决的,我也卡在这好多天了
作者: wx__BY6Ua6    时间: 2023-8-25 14:03
这是由于mmc设备树未使能
如添加:
&sdhci {
bus-width = <8>;
mmc-hs400-1_8v;
supports-emmc;
non-removable;
keep-power-in-suspend;
mmc-hs400-enhanced-strobe;
status = "okay";
};

&emmc_phy {
status = "okay";
};
作者: 流水灯    时间: 2024-5-28 17:23
wx__BY6Ua6 发表于 2023-8-25 14:03
这是由于mmc设备树未使能
如添加:
&sdhci {

牛!好人一生平安,谢谢。




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1