-
Hi,
Now i'm trying to switch to the newer branch dunfell-l4t-v32.5.0 and i ALMOST got it work - except the sdcard-image generation , I only got one partition:
I downloaded the jetpack 4.5 sdk files and changed my local.conf MACHINE = "jetson-nano-devkit"
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
With L4T R32.5.0, NVIDIA moved all of the boot partitions for the Nano into the SPI flash, so now there's only the APP partition on the SDcard. If you're upgrading, make sure you also re-flash the via USB (you can use |
Beta Was this translation helpful? Give feedback.
With L4T R32.5.0, NVIDIA moved all of the boot partitions for the Nano into the SPI flash, so now there's only the APP partition on the SDcard.
If you're upgrading, make sure you also re-flash the via USB (you can use
./doflash.sh --spi-only
for this) so the SPI flash gets the bootloader bits.