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:
Igor Pečovnik 2021-04-12 22:33:27 +02:00 committed by GitHub
parent 05a72b8954
commit b46f603355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11756 additions and 1503 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -12,6 +12,10 @@ case $BRANCH in
current)
KERNELBRANCH="branch:linux-5.10.y"
;;
edge)
KERNELBRANCH="branch:linux-5.11.y"
;;
esac
CPUMIN=504000

View file

@ -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

View file

@ -0,0 +1 @@
archive/imx6-5.10

View file

@ -0,0 +1 @@
archive/imx6-5.10