I have installed the image on emmc using sdk manager. Its working fine. I now want to install it on sd card as emmc only comes with 16gb and I need more space.
I am using waveshare jetson nano and it comes with 16gb eMMC so the jetpack is installed by default in eMMC. I don’t think the standard of what nvidia recommends is not going to work.
Yes, you are correct. Actually I am not sure if you are co-worker of the user from this post.
@seinan.malgas Let me explain how things work directly here. You two are asking do the same thing and you two seems didn’t understand how this works.
both of you are using a custom board from Waveshare. They added a sdcard slot on the carrier board.
Generally, the “sdcard image” NVIDIA provided is for the sdcard slot “on the module”. Such module won’t have emmc but only sdcard slot.
This is the only thing NVIDIA provided. We don’t have any other kind of “TF card or SDcard image” specific for emmc module.
For such sd slot they added on their carrier board, device tree change is required. That is what their website is talking about in step 1,2,3,4.
I am not sure why vendor is asking end user to do it by yourslef. Generally, they shall provide a BSP direclty and that BSP shall include this patch already.
Thus, I am still not sure what help you want from me. Please elaborate what is the exact thing you want me to help you here.
Are you asking that you don’t know how to change device tree as their instructions? Or the sdcard slot is already working but you don’t know how to mount the file system from the sdcard?
I am unable to find this card image. If we assume that this is the same image which nvidia provides then if I follow all the steps mentioned later on, it is not booting up from sd card.
Sorry that I don’t know anything.
As your website told, “the image provided by Waveshare”. We know nothing about what they provided.
Also, I don’t think your sdcard slot would work by a “sdcard image” provided by them. This is kind of common sense. The real thing that would make your sdcard slot work is the device tree steps they provided.
I couldnt boot with the TF card but I managed to activate the TF card slot.
Just change comand : sudo ./flash.sh jetson-nano-emmc mmcblk0p1
If you use mmcblk1p1 it will boot from sdcard and mmcblk0p1 from emmc.
So I just activate the TF card slot.