I would like to confirm whether this document is applicable for adapting the r36 code to the Jetson Nano. If it is not, could you please provide the correct documentation or instructions specific to the Jetson Nano for this adaptation process?
define pinmux/gpio/padvoltage using Excel spreadsheets
copy over new custom specific .dtsi per the document
create new .conf. used p3768-0000-p3767-0000-a0.conf as starting point. added new .dtsi in please of existing pinmux/padvoltage, noted that new gpio .dtsi in pulled in through include in pinmux
from my ubunut 20.04 performed - sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” \
–showlogs --network usb0 cernis internal
processed did not complete successfully and I’m not sure where to start looking for the problem. would be great is someone could look at the logs (terminal and debug port) see if they see something that could push me along
cp: cannot stat '/home/fred/code/nano-bsp/Linux_for_Tegra/rootfs/lib/modules/5.15.136-tegra/kernel/drivers/nvme': No such file or directory
Cleaning up...
From the log you shared, is there <Linux_for_Tegra>/rootfs/lib/modules/5.15.136-tegra/kernel/drivers/nvme in your host?
How did you create BSP package and setup for sample rootfs?