Refer to the documentation using jetson-io tool to load dtbo file, the problem is as follows:
1.Execute “sudo /opt/nvidia/jetson-io/jetson-io.py ", the graphical interface exits automatically after it is displayed
2.Execute “sudo /opt/nvidia/jetson-io/config-by-hardware.py -l”, The error is reported below:
raceback (most recent call last):
File "/opt/nvidia/jetson-io/config-by-hardware.py", line 125, in <module>
main()
File "/opt/nvidia/jetson-io/config-by-hardware.py", line 99, in main
raise RuntimeError("Platform not supported, no headers found!")
RuntimeError: Platform not supported, no headers found!
In the document,which file is .conf file?Is this /boot/extlinux/extlinux.conf?
1. Compile the .dts file to generate a .dtbo file. Move the .dtbo file to flash_folder/kernel/dtb/ before flashing.
#. Add below lines to the <board>.conf file which is used for flashing the device
OVERLAY_DTB_FILE="${OVERLAY_DTB_FILE},tegra194-camera-overlay-file.dtbo”;
With this, if the specific camera board is found when the kernel boots, the override data is applied to the specific device tree nodes, and they are made available for the system.
yes. please note that there’ll be new label created after you using Jetson-IO. please review the configuration file and have the FDT entry point to your *.dtbo file.
please see-also developer guide, Configuring the Jetson Expansion Headers.
thanks
some of the feature may not complete since it’s Developer Preview version, all fixes will integrate to production release version,
please waits for r35.1, this should public release in the Q3/2022.