refer to Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation.
I flash linux r36.4,:sudo ./flash.sh jetson-agx-orin-devkit internal
then reboot dev,I have no display dev,so I need to set config by uart,however,usb can not use:
usb usb2-port1: config error
Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!
HI,thanks for your advice.
I can access uart by micro-USB. But what is the default user and password?
[ 6.629746] systemd[1]: Started Nameserver information manager.
[ 6.630041] systemd[1]: Reached target Preparation for Network.
[ 6.632666] systemd[1]: Starting Load Kernel Modules…
[ 6.664349] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 6.665390] systemd[1]: Starting Coldplug All udev Devices…
[ 6.667070] systemd[1]: Started Journal Service.
[ 6.700241] systemd-journald[274]: Received client request to flush runtime journal.
Ubuntu 22.04.4 LTS localhost.localdomain ttyTCU0
localhost login: nvidia
Password:
Login incorrect
localhost.localdomain login:
Login timed out after 60 seconds.
Ubuntu 22.04.4 LTS localhost.localdomain ttyTCU0
localhost login:
localhost login:
localhost login:
Hi,
Do you do OEM config or the l4t_create_default_user.sh
before login ?
https://docs.nvidia.com/jetson/archives/r35.3.1/DeveloperGuide/text/SD/FlashingSupport.html#skipping-oem-config
Thanks
HI,
I run l4t_create_default_user.sh to set user and passwd,then I can login successfully.
I found that the default kernel driver did not enable features such as usb and Ethernet, which may be the reason why I could not use type-c. How can I enable related functions?
My dev is Jetson AGX Orin Developer Kit 64GB.
Hi,
It’s strange that the default kernel driver not enable.
Take JP6.1 (BSP r36.4) for example
Do you download BSP and rootfs from here?
And do below commands before flashing?
$ tar xf ${L4T_RELEASE_PACKAGE}
$ sudo tar xpf ${SAMPLE_FS_PACKAGE} -C Linux_for_Tegra/rootfs/
$ cd Linux_for_Tegra/
$ sudo ./tools/l4t_flash_prerequisites.sh
$ sudo ./apply_binaries.sh
Thanks
Hi,
I use sdkmanager to flash, now it can normally use.
Thank you.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.