balena-os / jetson-flash

This tool allows users to flash BalenaOS on Jetson supported devices
Apache License 2.0
64 stars 16 forks source link

How to restore the Jetson Nano SD-CARD Devkit to the previous state, and the previous SD card cannot be turned on. #111

Closed sanpis closed 3 weeks ago

sanpis commented 1 year ago

How to restore the Jetson Nano SD-CARD Devkit to the previous state, and the previous SD card cannot be turned on.

floion commented 1 year ago

Hi. Can you detail on what the problem is and what you want to achieve? The description you provided does not describe what is the problem you are facing with https://github.com/balena-os/jetson-flash

sanpis commented 1 year ago

Hi. Can you detail on what the problem is and what you want to achieve? The description you provided does not describe what is the problem you are facing with https://github.com/balena-os/jetson-flash

I installed opendatacam on Jetson with a new SD-CARD using this tool and it worked fine. But I switched back to the SD-CARD of the previous nvidia system and found that it could not be started. How can I do to restore the previous system?

floion commented 1 year ago

Does your jetson sd nano devkit have an eMMC?

sanpis commented 1 year ago

Does your jetson sd nano devkit have an eMMC?

This is an official devkit, and without an eMMC.

acostach commented 1 year ago

Hi @sanpis,

But I switched back to the SD-CARD of the previous nvidia system and found that it could not be started.

You mean that Nvidia Ubuntu cannot be started anymore if you plug in the SD-CARD with Nvidia Ubuntu, after you flashed balenaOS with jetson-flash?

sanpis commented 1 year ago

Hi @sanpis,

But I switched back to the SD-CARD of the previous nvidia system and found that it could not be started.

You mean that Nvidia Ubuntu cannot be started anymore if you plug in the SD-CARD with Nvidia Ubuntu, after you flashed balenaOS with jetson-flash?

Yes.

acostach commented 1 year ago

@sanpis i's not possible to load Nvidia Ubuntu with the BalenaOS u-boot, which has been written by jetson-flash to the QSPI Flash when the device was provisioned. If you want to re-use the old Ubuntu sd-card you need to re-flash the QSPI using NVidia SDK Manager. You can use a third SD-CARD for that to ensure the original Ubuntu sd-card is preserved intact.

sanpis commented 1 year ago

@sanpis i's not possible to load Nvidia Ubuntu with the BalenaOS u-boot, which has been written by jetson-flash to the QSPI Flash when the device was provisioned. If you want to re-use the old Ubuntu sd-card you need to re-flash the QSPI using NVidia SDK Manager. You can use a third SD-CARD for that to ensure the original Ubuntu sd-card is preserved intact.

It is very likely that this is the reason. Can the recovery function be added later, so that it will be more convenient for everyone to use.

acostach commented 3 weeks ago

Closing due to inactivity, feel free to re-open if needed.