*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, I’ll try to help you with your issue.
It appears that you’re working with a Jetson device, specifically with the Jetpack r36.4.3 SDK. You’ve modified the bootloader/tegra234-mb2-bct-common.dtsi file to set cvb_eeprom_read_size to <0x0>. You’ve also created an OEM config file named nd004a.conf.
The issue you’re facing is that when you try to backup, the console output is stuck at “waiting for target to boot-up…”.
Here are a few potential causes and suggestions:
OEM config file: Double-check that your nd004a.conf file is correctly formatted and contains the necessary settings for your Jetson device. You can refer to the oem-config configuration file document for more information on the required settings.
Bootloader configuration: Verify that your modifications to the bootloader/tegra234-mb2-bct-common.dtsi file are correct and not causing any issues with the boot process. You can try reverting the changes to see if the issue persists.
SDK version: Although you’re using Jetpack r36.4.3, it’s possible that there are known issues or limitations with this version that might be causing the problem. You can try checking the NVIDIA forums or documentation for any known issues or workarounds.
Backup process: Ensure that you’re using the correct backup process for your Jetson device. You can refer to the Reconfiguring a Jetson Device with oem-config procedure for more information on the correct steps to follow.
To further troubleshoot the issue, you can try the following:
Check the console output for any error messages or clues that might indicate what’s causing the issue.
Verify that the target device is correctly connected and configured.
Try using a different OEM config file or reverting to a previous version to see if the issue persists.
If none of these suggestions help, please provide more information about your setup, including the exact commands you’re using and any relevant configuration files. This will help me better understand your issue and provide a more accurate solution.
I also test the jetson-agx-orin-devkit to backup and contrast them. I found that devkit has the ssh. May I lost something like usb net in my OEM configuration?
I followed the developer guide to config USB, but seemed still no UDC. Could you help me check is there something I forget to config? nd004a_dtc.txt (326.2 KB)