A603 Carrier Board | Seeed Studio Wiki #1575
Replies: 16 comments 28 replies
-
I can't get step 6 (flash) to work. I have A603 Carrier Board, Orin Nano (P3767) module. Reading board information failed. The device is visible in recovery mode. Tried with JP 5.1.1 and JP 5.1.2. I'm using SD Card only. The only way I did it was the standalone image creation and flash SD with Etcher. sudo ./tools/jetson-disk-image-creator.sh -o sd-blob.img -b jetson-orin-nano-devkit -d SD |
Beta Was this translation helpful? Give feedback.
-
I wasn't able to flash an Orin Nano (P3767) module either. Specifically, flashing an external 1 TB NVMe (2230) connected to the A603 carrier board was failing using the above guide for R35.4.1/JP5.1.2. What worked for me was to use the command documented in the official Nvidia documentation (instead of Step 6 documented in this guide):
|
Beta Was this translation helpful? Give feedback.
-
Your step 1 for JP6.1 is not correct, it downloads the wrong versions, it should download 36.4 in both commands. It worked when I manually downloaded the files from the Nvidia website here: https://developer.nvidia.com/embedded/jetson-linux-r3640 |
Beta Was this translation helpful? Give feedback.
-
After following this for JP6.1 with an Orin Nano 8 Gb my USB ports do not work??? |
Beta Was this translation helpful? Give feedback.
-
The USB ports dont seem to be working with Jepack 6.1 on Orin Nano 8GB. Please help. |
Beta Was this translation helpful? Give feedback.
-
I am encountering a few issues:
I am able to work around the first of these issues, however it is quite important to be able to ensure that all the packages on the device are up to date. Please advise how to upgrade the packages on the device without rendering it unable to boot and requiring a re-flash. |
Beta Was this translation helpful? Give feedback.
-
Like others, I too had issues with the USB ports working and not being able use I think I've solved it via:
After this, I am able to login via ssh (headless) and the USB ports do work. |
Beta Was this translation helpful? Give feedback.
-
Like many others here, I'm having issues with the USB-A ports. I'm using an Orin Nano 8GB (from the developer kit, if that matters) with the A603 carrier and a 512GB SK Hynix SSD. The board boots fine, HDMI works, and I can ssh into it if I set up the user / hostname before flashing, but the USB-A ports aren't delivering power. If I run lsusb, I can see the USB hubs attached, so I'm guessing the data lines are fine, but the ports are definitely not delivering power. The USB ports appear to properly deliver power at the start of the boot sequence, but at some point, they always shut off. This behavior is visible via the LEDs on my USB keyboard. If I leave the Force Recovery jumper installed, it takes a lot longer for the USB ports to stop delivering power. There is an open issue on the Seeed Studio Wiki Github, but there are no real updates yet. I'm not that knowledgeable when it comes to these flashing details, but I banged some rocks together and ran a couple "experiments" (all using JP6.1):
This definitely implies that either something is wrong with the provided drivers, or the copy-and-replace command is not working properly (not sure why this would be the case, I ran it with sudo per the instructions) I'll probably have to work on my project using the dev kit carrier board until this issue is resolved. |
Beta Was this translation helpful? Give feedback.
-
A fresh installation works as expected and everything (USB, HDMI) works. However, as soon as I install something, e.g. ROS2 and a suda apt update / upgrade is required in the installation process, no USB port works after a reboot and direct interaction with the Jetson Orin is impossible. Unfortunately, the carrier board is unusable in this state. If there is no way to install the ‘correct’ USB drivers via SSH after an update, I will unfortunately have to return the board. |
Beta Was this translation helpful? Give feedback.
-
Only the micro USB works for me. I have an adapter that goes to regular USB, so that’s my current workaround with 6.1. Finally got everything installed through SDK manager but had to go over Wi-Fi, even when I connect the micro USB to my host pc to install packages. As far as I can tell, Seeed isn’t able to recreate the issue so they aren’t doing anything to fix it. I haven’t tried 6.2, but was thinking of it until I saw this Wi-Fi issue… :-( @neurons9 which Wi-Fi adapter are using? |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, In JetPack 6.2, even after installing iwlwifi, the Intel AX200 wireless card may not work properly. This could be due to the rfkill module not being enabled in the new kernel, preventing the wireless card from functioning correctly. To resolve this issue, you can recompile the kernel and configure systemd accordingly. A detailed step-by-step guide is available here: https://docs.google.com/document/d/1tO0f4fSNvGluck_m6awRSI9I4uZIGVIshNnYmlrMK-s/edit?tab=t.0#heading=h.zd3ug3y2do1t . Additionally, NVIDIA provides some Jetson L4T kernel customization methods, which might also be helpful: NV Official Kernel Customization Guide If you're experiencing the same issue on the A603 carrier board, we recommend trying the above solutions. If you have any further questions, feel free to join the discussion on the Seeed Studio Forum or reach out to us via email at [email protected]. We're happy to help! |
Beta Was this translation helpful? Give feedback.
-
I installed Jetpack 6.2, now the hwclock command is not working properly. sudo hwclock -f /dev/rtc0 --verbose Anyone get the rtc to work on Jetpack 6.2? |
Beta Was this translation helpful? Give feedback.
-
I heard that jetson orin super can be activated after Jetpack 6.2. It is possible to use orin nx super on this carrier board? |
Beta Was this translation helpful? Give feedback.
-
: On JetPack 5.1.2 (L4T 35.4.1): On JetPack 5.1.1 (L4T 35.3.1): On JetPack 5.1.4 (L4T 35.5.0): These issues make it nearly impossible to use JetPack 5.x on the A603 board. I’ve tested all solutions carefully with no success. |
Beta Was this translation helpful? Give feedback.
-
I am using a 256gb NVME SSD and that seems to be causing issues...
Not sure ow its running out of space? 256gb should be more than enough and is in fact a larger drive than my host system |
Beta Was this translation helpful? Give feedback.
-
I tried flashing a Jetson Orin Nano with JetPack 6.2, but on my first attempt, the USB didn’t work, even though I followed the steps exactly as shown here. So, I checked the driver files that were supposed to be replaced by the ones in the JetPack folder ("Linux_for_Tegra"). I found that for some reason, the command: sudo cp -r 603_jp62/Linux_for_Tegra/* Linux_for_Tegra/ didn’t replace all the driver files. I ended up copying and replacing them manually in the JetPack folder, and after that, the USB worked fine! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
A603 Carrier Board | Seeed Studio Wiki
A603 Carrier Board
https://wiki.seeedstudio.com/reComputer_A603_Flash_System/
Beta Was this translation helpful? Give feedback.
All reactions