jetsonhacks / rootOnNVMe

Switch the rootfs to a NVMe SSD on the Jetson Xavier NX and Jetson AGX Xavier
MIT License
393 stars 145 forks source link

GPIO configuration [BUG] #12

Open RGring opened 3 years ago

RGring commented 3 years ago

Describe the issue I configured the GPIO pins according to https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/hw_setup_jetson_io.html#wwpID0E0JE0HA

After saving and rebooting, the settings are back to default. Do I need to copy some files from the SD card to the NVMe?

I am not sure which ones. Thanks for your great blog and help!

What version of L4T/JetPack L4T 32.4.3

Which Jetson Jetson Xavier NX

jetsonhacks commented 3 years ago

The Jetson boots from the SD card, at which time it reads the changes that you are attempting. I believe that you need to configure the SD card for your changes, and then copy whatever changes over to the NVMe if desired.