I am using Jetson Orin Nano Devkit, and Jetpack 6.0 L4T 36.3
I add gpio config in the devicetree overlay file as follow:
Then I use this overlay by editing the extlinux.conf
But when I reboot the device, it display “L4TLauncher: Unable to boot via extlinux: Device Error”
When I block this GPIO configuration, it works fine.
Could you please help to see what the problem is.
Thanks.
The problem is solved, the gpio configuration is written wrong, the correct is:
reset-gpios = <&gpio DES_PWDN GPIO_ACTIVE_HIGH>;
What is wrong is:
reset-gpios = <&tegra_main_gpio DES_PWDN GPIO_ACTIVE_HIGH>;
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.