mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-20 11:28:19 +00:00
rpi-config: U-Boot requires "enable_uart=1" to operate correctly.
When RPI_USE_U_BOOT is set to 1, if enable_uart is not set to 1 in config.txt then the board won't boot (Resolves agherzan#1189). This requirement only affects the following boards: - Raspberry Pi Zero W - Raspberry Pi 3 32 & 64 bit - Raspberry Pi 4 32 & 64 bit Signed-off-by: DOLE Olivier <odole@dicksondata.fr>
This commit is contained in:
committed by
Andrei Gherzan
parent
492cb5a5d9
commit
8e07f0d328
@@ -155,6 +155,16 @@ For further customisation the KERNEL_IMAGETYPE and KERNEL_BOOTCMD variables can
|
||||
be overridden to select the exact kernel image type (eg. zImage) and u-boot
|
||||
command (eg. bootz) to be used.
|
||||
|
||||
To operate correctly, U-Boot requires `enable_uart=1` in `config.txt` file for
|
||||
the following boards:
|
||||
* Raspberry Pi Zero W
|
||||
* Raspberry Pi 3 32-bit
|
||||
* Raspberry Pi 3 64-bit
|
||||
* Raspberry Pi 4 32-bit
|
||||
* Raspberry Pi 4 64-bit
|
||||
It means that, for those boards, `RPI_USE_U_BOOT = "1"` is not compatible with
|
||||
`ENABLE_UART = "0"`.
|
||||
|
||||
## Image with Initramfs
|
||||
|
||||
To build an initramfs image:
|
||||
|
||||
Reference in New Issue
Block a user