Hello I’m newbie in deeplearning and first using jetson product.
After doing some examples in deeplearning I had no more disk left in my agx xavier. So I moved docker directory into new ssd disk ( I think I didn’t move properly. I moved the whole docker file to my ssd disk) . And then something got mixed up, and I can’t run docker, can’t redownload docker. So I tried to flash agx xavier using sdkmanager in Ubuntu 18.04. But the error has been occured . Please help me ( This is my first project and paying another agx xavier is too expensive)
1st error is when my ssd is in the agx xavier. (invoke _rc:d: could not determine current run level
2st error is when I detached ssd from agx xavier.(ECID read fail put the target board in RCM mode and retry,
[exec command]: /bin/bash -c /tmp/tmp_NV_L4T_FLASH_XAVIER_WITH_OS_IMAGE_COMP.sh;[error]
Can you please uninstall JetPack 4.5.1 with SDK Mananger first, then reinstall JetPack 4.5.1 target image to the SSD?
Please note that the SSD disk should be ext4 disk format.
Sorry for late reply. I don’t know how to make target image to SSD. For right now, I detached SSD from agx xavier. Should I combine SSD (It’s M.2 nvme ssd) with agx xavier? I will uninstall JetPack 4.5.1 and reinstall.
I think docker is affecting when I try to flash. I have a error picture below when I turn on agx xavier. After waiting 3min, it does turn on normally)
Sorry I didn’t understand your initial question. Now I understand that you want to flash L4T image to the NVME attached to Jetson device.
Now we don’t support flashing L4T to NVME attached to Jetson device yet. We’ll support this feature in future release.
If my above understanding is still wrong. Can you please rewrite the following steps with the exact commands you run? For example:
Thanks for reply. What I meant was because I can’t use docker in xavier due to error, I want to factory reset agx xavier. (Not on NVME , in the original internal disk in Xavier)
But when I try to factory reset agx xavier with sdk manager, flash didn’t work at all. I also used flash.sh but it didn’t work too.
When I type ‘lsusb’ in terminal, I can see the Nvidia being plugged in. But when I connect Xavier with Hdmi cable in Recovery mode, it shows nothing. (just black screen)
I also tried force recovery mode by using terminal. But it didn’t workout.
Is there anything you want me to try?
I am really thankful for replying my question!
(sorry for bad english)
I have a 64 GB micro SD. Because I can’t solve problem in internal disk, how do you think about booting the xavier by using sd card → format the internal disk using disks app → copy sd card file into internal disk? ( I don’t know if this is possible)
If that’s a good way, could you give me some advise to flash jetpack into sd card, and how to choose boot by sd card?
Or if that’s a nonsense, I will keep follow your instruction.
Thanks for replying
here’s commands to assign the board information to the pipeline for image flashing.
for example, $ sudo BOARDID=<boardid> BOARDSKU=<sku> FAB=<fab> BOARDREV=<rev> ./flash.sh -r jetson-xavier mmcblk0p1
When I go in to forced-recovery mode, I push and hold 2nd button in xavier, then pushing 1st button(toggle) to turn on, and then hold off the 2nd button.
I’m using native Ubuntu 18.04 LTS in my labtop (Host pc).
I also checked that usb cable is fine. (It’s a cable from the kit)
Thank you