tegra: add support for nVidia Jetson Nano Development board
authorKoen Vandeputte <koen.vandeputte@citymesh.com>
Wed, 29 Mar 2023 16:09:15 +0000 (18:09 +0200)
committerKoen Vandeputte <koen.vandeputte@citymesh.com>
Mon, 22 Apr 2024 08:15:34 +0000 (10:15 +0200)
commitc60c6b0507a3ed40e0a53e991fbbb600efaab881
tree156490089218afcca2bc514f9c5c56643a44a7a1
parentfb37c30b5cc3a50b78e202ea55a875a15f69bc0a
tegra: add support for nVidia Jetson Nano Development board

Add support for the nVidia Jetson Nano (4GB) Development Board (P3450 rev. B01)

Working:
- Ethernet
- USB ports
- PCIe controller

Not supported atm:
- GPU
- HDMI
- DP

Untested:
- CSI ports

Flashing:
- Use Balena Etcher tool to flash one of the img.gz files directly to an SD card (SquashFs or EXT4)
- Insert in devkit
- Power up

Device will be available via:
- Serial console
- ssh root@192.168.1.1

Warning: The 2GB model of the Jetson Nano module is NOT supported

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
22 files changed:
target/linux/tegra/Makefile
target/linux/tegra/cortexa57/config-default [new file with mode: 0644]
target/linux/tegra/cortexa57/target.mk [new file with mode: 0644]
target/linux/tegra/generic/target.mk [deleted file]
target/linux/tegra/image/bootscript-cortexa57 [new file with mode: 0644]
target/linux/tegra/image/cortexa57.mk [new file with mode: 0644]
target/linux/tegra/patches-5.15/111-arm64-tegra-Extend-APE-audio-support-on-Jetson-platf.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/112-arm64-tegra-Rename-top-level-clocks.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/113-arm64-tegra-Rename-top-level-regulators.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/114-arm64-tegra-Rename-thermal-zones-nodes.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/115-arm64-tegra-Drop-unit-address-for-audio-card-graph-e.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/116-arm64-tegra-Use-JEDEC-vendor-prefix-for-SPI-NOR-flas.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/117-arm64-tegra-Remove-unsupported-regulator-properties.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/118-arm64-tegra-jetson-nano-Remove-extra-PLL-power-suppl.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/119-arm64-tegra-Update-PWM-fan-node-name.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/211-arm64-tegra-Add-few-AHUB-devices-for-Tegra210-and-la.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/212-arm64-tegra-Remove-useless-usb-ehci-compatible-strin.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/213-arm64-tegra-Rename-thermal-zones-nodes.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/214-arm64-tegra-Add-missing-TSEC-properties-on-Tegra210.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/215-arm64-tegra-Sort-Tegra210-XUSB-clocks-correctly.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/216-arm64-tegra-Add-host1x-hotflush-reset-on-Tegra210.patch [new file with mode: 0644]
target/linux/tegra/patches-5.15/99-scripts-fix-compilation-error.patch [new file with mode: 0644]