mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add efi=noruntime to Jetson Nano kernel parameters.
Fixes board not properly powering off and rebooting.
This commit is contained in:
@@ -6,6 +6,6 @@ declare -g KERNEL_TARGET="current,edge"
|
||||
|
||||
declare -g BOOT_LOGO=desktop
|
||||
|
||||
declare -g GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0,115200n8"
|
||||
declare -g GRUB_CMDLINE_LINUX_DEFAULT="efi=noruntime console=ttyS0,115200n8"
|
||||
declare -g BOOT_FDT_FILE="nvidia/tegra210-p3450-0000.dtb"
|
||||
enable_extension "grub-with-dtb"
|
||||
|
||||
Reference in New Issue
Block a user