-
Notifications
You must be signed in to change notification settings - Fork 237
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
Jetson Orin Nano serial console errors #1828
Comments
Sounds like you're using stock poky... could you try building with Alternatively, you could try using our demo distro to get started. We build and test that regularly, using the |
I added
I followed the tutorial from RidgeRun to create a custom Linux distribution for the Jetson boards, so I just cloned poky and meta-tegra in a folder with the following local.conf additions:
I then chose the Do I need some extra layers in Yocto or other changes in my local.conf? Or are there maybe other (new) documentation pages to consult? I'm going to make a Linux operating system for the Jetson Orin Nano in the context of a master's thesis "Linux OS in Space", so this will involve stripping the current distribution and customizing the kernel. |
I do think the page at https://developer.ridgerun.com/wiki/index.php/Yocto_Support_for_NVIDIA_Jetson_Platforms_-_Setting_up_Yocto is possibly out of date, but they did add a link there to tegra-demo-distro which is what I'd recommend for getting started (as Matt suggested) along with Once you have a working image there you can strip things out and/or compare to the base poky setup more easily. |
I created an image for the Jetson Orin Nano (devkit) but in the serial console (debug) of the Jetson I'm stuck in a login loop. I get numerous amounts of login prompts until the maximum amount of login attempts is exceeded:
Also, when inserting an ethernet cable, I see no ip address being assigned to the board. Any idea how to solve these errors?
The firmware of the board is updated to version
36.4.2
be compatible with Jetpack 6.2 and the board is flashed with my image usinginitrd-flash
. No errors occurred while flashing.Build target:
core-image-base
Yocto version:
scarthgap
Storage device: SD card with rootfs device
mmcblk0p1
The text was updated successfully, but these errors were encountered: