Part Number: AM5728
Tool/software: Linux
I need to free some resources currently attached to Linux in order to manage them from SYBIOS running on a DSP.
(BTW, these resources are some GPIO ports, one UART, one Ethernet, and one external FPGA connected through GPMC)
I understand that these changes must be performed in the device tree files, but have a cuple of doubts:
- Some devicetree files are duplicated in u-boot and kernel repos (and perhaps triplicated somewhere else in the SDK). So, which are the DT sources that we should touch up?
- Should we rebuild the entire kernel everytime the devicetree is modified, or would it be enough just to compile the dtb, move it to target, and reboot ?
Thanks in advance,
Daniel