Hi,
I am using AM335X SDK version 6.0.0.3 on the Beaglebone Black. I have two slightly related questions:
1. I am finding that whenever I have to make a small change to the DTS (and then compiling into DTB), I have to recompile the kernel AND kernel modules. Is this necessary? Am I doing something incorrect? For example, I will first add a output gpio pin into the am335x-boneblack.DTS, and then compile into DTB, then the DTB in the rootfs/boot/ folder of the SD card. However, I won't see that output turn on until I have recompiled the kernel, DTB, and kernel modules. It feels very awkward to have go through ~40 minutes of waiting for everything to build just for a gpio change in the DTS.
2. Is there any way to view the device tree from user-space to confirm that the gpio change has been made? I've simply been using a multimeter/LED to view the output state change.
Thanks,
Sabeeh