-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JetsonNanoUb20_bare.img.xz image burn failure #96
Comments
I also having the same issue if anyone have the solution for this my sd card size is 64GB |
First and for all, there are two versions available:
@rsemihkoca, your checksum is correct. You made a typo in the second field. I can't reproduce your issue however. Here, you can alter the size of the /dev/mmcblk0p1 partition without any problem once you unmounted the section. |
i resolved mine in here i think image is working fine with all partitions but you need to make sure sd card working fine and is empty before flashing |
hay thanks man I used rp imager it's work fine for me 👌 . |
Good day. I have an inquiry regarding the Jetson-Nano-Ubuntu-20 image. Is it compatible with the "OKdo Nano C100 Developer Kit," which is a compatible version of the "NVIDIA Jetson Nano Developer Kit B01"? The Nano C100 features different hardware. |
I also thought it was probably impossible, but for some reason, it feels like there’s a catch. The Jetson Nano B01 stores its bootloader in SPI flash. The Nano C100, on the other hand, does not have SPI flash and instead stores the bootloader in eMMC. The bus assignment for the microSD card on the Jetson Nano B01 is SDMMC1, while for the Nano C100, it is SDMMC3. However, both the Nano C100 and the Jetson Nano B01 share the same size and basic structure. They consist of two boards: a system-on-module (SOM) with NVIDIA’s SoC and a carrier board with extended interfaces. In my opinion, in the end, both have the same basic structure, and both can boot U-Boot using only a microSD card. So, I think the priority of eMMC could be overridden by prioritizing the microSD card or deleting the files in eMMC, making the Nano C100 and the Jetson Nano B01 behave the same way. That being said, I’m trying it, but it’s not going well. (Haha) |
Thank you very much for your contribution, but I downloaded the image twice from sync, tried using several image burners including Pi Imager and balenaEtcher (latest version), and got burn errors in between, downloaded the image using CertUtil -hashfile . \JetsonNanoUb20_bare.img.xz MD5
my sdcard size is 512GB
The text was updated successfully, but these errors were encountered: