meta-rpi/recipes-bsp/bootfiles/rpi-bootfiles.bbappend

6 lines
114 B
Plaintext

# Enable UART output from bootcode.bin
do_configure() {
sed -i "s/BOOT_UART=0/BOOT_UART=1/" ${S}/bootcode.bin
}