U-Boot 未在屏幕上加载

U-Boot not load on the screen

我遵循了以下步骤: git 克隆 git://git.denx.de/u-boot.git

cd u-boot

制作rpi_2_defconfig

全部

之后, 这将提供一个可以在 Raspberry Pi2 上运行的 u-boot.bin 二进制文件,将其传输到 Raspberry Pi 并将 config.txt 中的内核更改为: 内核=u-boot.bin

U-Boot 未在屏幕上加载,我用 HDMI、串口检查...

好的,我解决了。

我包含了下面描述的文件并且 config.txt 包含了 kernel=u-boot.bin, u-boot.bin 从 u-boot 引导加载程序生成,其余文件从 git 或特定板的其他资源下载,在引导时用于引导加载程序

1)start.elf

2)bootcode.bin

3)u-boot.bin

4)config.txt