Replies: 1 comment · 5 replies
-
I have some changes in the works on this branch that might help here - specifically, the patches to the XML parser script and the make-sdcard script, which generalize the spi/sdcard split into boot/rootfs. Some changes to the tegra210-flash-helper script will probably be needed, too. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm currently working on the changes to the tegra210-flash-helper script. Im trying to find out what kind of partition table it reads and why it is unable to locate the "PT" partition. For debugging purposes, I let the function "generate pt header" echo all partitions available:
same with my machine.conf:
Where am I? Is this function supposed to see the spi and in my case looks into a device like the sdcard? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok I found out: I had to specify
So the problem is that I don't have the dtb file "tegra210-p3448-0002-p3449-0000-b00.dtb" in the extracted build next to doflash.sh. Instead, I have the code fitting the devkit (sdcard) variant of the nano. Where do I have to adjust the code to have the right *.dtb file in my folder? |
Beta Was this translation helpful? Give feedback.
All reactions
-
The |
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you. Now with the right dtb file (I changed
I had to keyboardInterrupt the script, because the board sends this via SSH in an infinite loop:
Do I now need to edit the files in
|
Beta Was this translation helpful? Give feedback.
All reactions
-
The DTB files are generated as part of the kernel build. The DTS/DTSI files for the Nanos are under |
Beta Was this translation helpful? Give feedback.
-
Hello,
I already archieved booting the Jetson Xavier NX from external SDcard (see #1097 (comment)) and now I'm trying to get the same result with the Jetson Nano eMMC 16GB variant. I'm working on kirkstone-l4t-r32.7.x.
Doing the same steps as with Xavier NX (enabling dts nodes to make the sdcard mountable, creating a custom machine based on the (non-emmc) devkit and then adjusting the bootloader to boot from external SD). My ultimate goal is to use ./doflash.sh --spi-only to flash the spi and to generate a sdcard-image that I can dd onto a sdcard to boot the device from there.
I'm currently working on a custom machine.
machine.conf:
Now, my problem is, that ./doflash fails:
and ./doflash --spi-only fails as well:
What do I have to change to be able to at least flash the spi?
Beta Was this translation helpful? Give feedback.
All reactions