diff --git a/buildroot-external/board/raspberrypi/post-image.sh b/buildroot-external/board/raspberrypi/post-image.sh index f1d52a18b..2a813cf80 100755 --- a/buildroot-external/board/raspberrypi/post-image.sh +++ b/buildroot-external/board/raspberrypi/post-image.sh @@ -28,6 +28,8 @@ cp -r ${BINARIES_DIR}/rpi-firmware/overlays ${BOOT_DATA}/ ( echo "kernel=barebox.bin" echo "device_tree_address=0x02008000" + echo "device_tree_end=0x0200ff00" + echo "cmdline=\"\"" echo "disable_splash=1" echo "dtparam=audio=on" echo "enable_uart=1"