Hi,
I was trying a flash my Jetson Nano (ADLINK DLAP 301 Nano) with the latest BSP. I downloaded the wrong BSP and now the SOC ID is shown as 0x19 instead of 0x21 and even in SDK manager the board is showing the connected device as Jetson Xavier NX and not Jetson Nano.
When I put the device in recovery mode, the device ID is also shown as Bus 005 Device 011: ID 0955:7e19 NVidia Corp
When I try flashing the device using flash.sh from NVIDIA (following Tegra Linux Driver ) is get the error Error: The Actual SoC ID(0x19) mismatches intended jetson-nano-emmc SoC ID(0x21)
When I am using the supplied ADLINK flash utility, it is always showing me the BOOTROM COMMUNICATION FAILED Error
Can someone guide me as to how can I fix this issue?
i tried running the command ´$ sudo ./flash.sh --no-flash jetson-xavier mmcblk0p1` --no-flash jetson-xavier mmblk0p1" and it runs through properly with âsystem.img built successfully.â Complete log file attached. log_no_flash.txt (23.3 KB)
I am able to even boot up the device with the current ROM and here is the output from jtop :
And your command to run âno-flash is wrong eitherâŚ
That is not for NX but AGX Xavier.
I really donât understand what you are doing here. We asked you to flash the board and you just show me the result of ââno-flashâ. This parameter is already obvious enough to tell you âit didnât flash anythingâ.
No need to mention that you are posting a AGX Xavier result.
The flash was successful, and I am able to boot the jetson device and it is working log_nvmflash_nx.txt (58.4 KB)
. Please find the flash log for the command $ sudo ./flash.sh jetson-xavier-nx-devkit-emmc mmcblk0p1 attached.
I am confused as to why is the Usb device shown as 0955:7020 NVidia Corp and when I get info from Jtop the Module is shown as P3668 and Board P3509-000 ?
Although when I am in recovery mode, the device is always shown as â0955:7e19 NVidia Corpâ
Thank you for guiding me through the whole process. I am still not able to wrap my brain around it as the device is marked as based on Jetson Nano.
I also tried changing the mode to 15W 6Cores thinking since it wasnât supported by Nano it might crash, but it didnât. Even Jtop also shows all the six cores up and running. Anyway I can confirm it without opening the device box?
We use a eeprom in the module which will not be erased as emmc in each reflash to record the module info. When it is p3668, it is jetson NX. A data corruption in eeprom is unlikly to change p3448 (jetosn nano) to p3668.
Thus, sdkmanagerâs detection is correct from the beginning.