uboot: failsafe: support boot into initramfs#82
Conversation
sort uri handlers while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
|
使用uboot202206源码编译的京东云百里uboot,也遇到问题。可以启动主线的initramfs-recovery.itb,无法启动hanwckf大佬仓库编译出来的initramfs-kernel.bin。 |
|
@1715173329 大佬,偶然看到,在uboot-202307中的fw_to_part_name函数,是否少了一个initramfs项?这个fw_to_part_name函数只用于failsafe_validate_image函数,应该也要用到吧 |
|
initramfs 不走 mtk 的 validate,简单的 fdt check 过了就直接 bootm。 |
明白,感谢大佬解答 |
|
I encountered another same weird problem. |
sort uri handlers while at it.
When testing on U-Boot 2023.07, I found a strange issue on CMCC RAX3000M eMMC board which failed to boot into its initramfs, while other images are fine. This issue only appeared in this version, I have no idea why.