you may looking for kernel init messages for the device tree it’s using.
for example, $ dmesg | grep DTS
it shows the complete path of the device tree sources, the default release file is coming from build machine.
it copy those files under $OUT/Linux_for_Tegra/kernel/dtb for making the rootfs,
due to it’s device tree to specify the hardware configurations, they’re platform specific, as you can see, they’re named with tegra som, board-id, and carrier board id.
If you able saw the TX data the same as RX that tell the SPI pin configure done well. Then you should consult with device vendor to get the driver for it.
When in here they say “Update the device tree properties of the sound node for the platform when you customize the platform to support a third-party audio codec.”, do they mean I am supposed to update the tegra194-audio-p3668.dtsi file or I am supposed to update the dts file which I got after decompiling the tegra194-p3668-all-p3509-0000.dtb file?
Here it says, the command to flash the Device Tree is $ sudo ./flash.sh -k <partition_name> [--image <image_name>] <board> <rootdev>. But I am not able to find the flash.sh file. So, where do I find it?
Hi,
I am already using an Ubuntu 20.04. In Step 1 (Development Environment) of the SDK Manager, it says no available releases for Ubuntu 20.04 for the Target Operating System. What should I do now?