mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 11:21:29 +00:00
Improvements for Jetson Nano (#2752)
* Further improvements - merge general config options - add edge branch with 5.11.y - enabled zram - verified docker dependencies * Enabled EDGE CLI target
This commit is contained in:
parent
05a72b8954
commit
b46f603355
7 changed files with 11756 additions and 1503 deletions
|
@ -2,7 +2,7 @@
|
|||
BOARD_NAME="Jetson Nano"
|
||||
BOARDFAMILY="jetson-nano"
|
||||
BOOTCONFIG="p3450-0000_defconfig"
|
||||
KERNEL_TARGET="current"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="nvidia/tegra210-p3450-0000.dtb"
|
||||
|
|
File diff suppressed because it is too large
Load diff
8874
config/kernel/linux-jetson-nano-edge.config
Normal file
8874
config/kernel/linux-jetson-nano-edge.config
Normal file
File diff suppressed because it is too large
Load diff
|
@ -12,6 +12,10 @@ case $BRANCH in
|
|||
current)
|
||||
KERNELBRANCH="branch:linux-5.10.y"
|
||||
;;
|
||||
edge)
|
||||
KERNELBRANCH="branch:linux-5.11.y"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
CPUMIN=504000
|
||||
|
|
|
@ -75,6 +75,10 @@ fe-som-rk3399 current hirsute cli beta
|
|||
firefly-rk3399 current hirsute cli beta yes
|
||||
|
||||
|
||||
# Jetson Nano
|
||||
jetson-nano edge hirsute cli beta yes
|
||||
|
||||
|
||||
# Khadas Vim1
|
||||
kvim1 current hirsute cli beta yes
|
||||
|
||||
|
|
1
patch/kernel/jetson-nano-current
Symbolic link
1
patch/kernel/jetson-nano-current
Symbolic link
|
@ -0,0 +1 @@
|
|||
archive/imx6-5.10
|
1
patch/kernel/jetson-nano-edge
Symbolic link
1
patch/kernel/jetson-nano-edge
Symbolic link
|
@ -0,0 +1 @@
|
|||
archive/imx6-5.10
|
Loading…
Add table
Reference in a new issue