Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confused on what board config to use (J401, Orin NX) #4

Open
redeexpressos opened this issue May 22, 2024 · 1 comment
Open

Confused on what board config to use (J401, Orin NX) #4

redeexpressos opened this issue May 22, 2024 · 1 comment

Comments

@redeexpressos
Copy link

Hello, I've seen J401 documentation on how to flash Jetpack: https://wiki.seeedstudio.com/reComputer_J4012_Flash_Jetpack/#flash-to-jetson

for Jetpack 5.1.2 the following command its used:

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
  -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 p3509-a02+p3767-0000 internal
  

for Jetpack 6 its

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
  -c tools/kernel_flash/flash_l4t_t234_nvme.xml -p "-c bootloader/generic/cfg/flash_t234_qspi.xml" \
  --showlogs --network usb0 jetson-orin-nano-devkit internal

When building with meta-tegra (which uses 5.2.1), I am confused on which board configuration should I use, p3509-a02+p3767-0000 or jetson-orin-nano-devkit ?

@Pillar1989
Copy link
Member

@redeexpressos Here you have to distinguish the meaning of the p3509, which stands for jetson-xavier-nx-devkit carrier, and the p3767, which stands for Orin series SoM. jetson-orin-nano-devkit is actually p3768-0000+p3767-0000. It represents the use of the p3768, also known as jetson-orin-nano-devkit carrier, and the p3767 is an Orin series SoM.
图片

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants