The build was successful and we were able to flash the orin successfully but the orin is not booting up after that. There is no display. We are not able to access through minicom in recovery mode as well.
How do we resolve this issue to make our Jetson Orin work in root port mode and access devmem?
How about you use the default BSP to boot up first and then change the kernel?
Would that method work?
The build was successful and we were able to flash the orin successfully but the orin is not booting up after that. There is no display. We are not able to access through minicom in recovery mode as well.
Also, your comment is actually conflicting to itself. There is no “flash succesffully” and “minicom cannot access in recovery mode”. If your board successfully flashed, then it won’t be in recovery mode. Thus, your comment could be just a newbie mistake.
After building the kernel I flashed orin using the command : sudo ./flash.sh -k kernel jetson-agx-orin-devkit mmcblk0p1.
After this i faced the same issue that my device led is on but there is no display.
After this i reattempted again. I reflashed the orin with default kernel.
Then I followed this link : Flashing Newly Built Kernel to Jetson AGX Orin causes Jetson to not boot (with logs) - #16 by jtaghipour and copied my modified kernel image to /boot/ and modified /boot/extlinux/extlinux.conf ( as mentioned in this file i have renamed the original kernel as backup and add the required likes to reflect the backup)
Even after doing this i am not getting any display on reboot.
Am I missing some step ? Kindly guide on what steps to take to allow devmem access for PCIe (CONFIG_STRICT_DEVMEM=n) in Orin.