Commit 0cd5e2ea authored by Anton Midyukov's avatar Anton Midyukov

aarch64-rpi4: add rpi4-boot-switch

Switch of boot mode for Raspberry Pi 4 In Alt, it is customary to load the kernel, dtb and initrd using u-boot and configuration in extlinux.conf. Firmware Raspberry Pi 4 loads and modifies dtb according to config.txt configuration. U-boot doesn't. The scripts in this package allow you to switch boot modes: Firmware loads the kernel, dtb, and initrd. U-boot is not used. Firmware loads dtb. U-boot loads the kernel and initrd. U-boot loads the kernel, dtb, and initrd.
parent 7fbd12af
......@@ -5,5 +5,6 @@ use/aarch64-rpi4: use/bootloader/uboot
@$(call set,KFLAVOURS,rpi-def rpi-un)
@$(call add,THE_PACKAGES,u-boot-tools)
@$(call add,THE_PACKAGES,RPi-audioswitch)
@$(call add,THE_PACKAGES,rpi4-boot-switch)
endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment