Part Number: AM6548
Hi
I think there is an error in the sdk 6.0.0.7 uboot dts docs. In the dts file k3-am654-r5-base-board.dts below is the way the power-domain is defined
&main_uart0 {
power-domains = <&k3_pds 146 TI_SCI_PD_SHARED>;
But in the below doc file
:~/ti-processor-sdk-linux-am65xx-evm-06.00.00.07/board-support/u-boot-2019.01+gitAUTOINC+8b90adfb16-g8b90adfb16/doc/device-tree-bindings/power/ti,sci-pm-domain.txt
its defined as below. This will give you an error. Please change the doc's or add these to the SDK documentation which is online and can be changed.
Example (AM65x):
----------------
uart2: serial@02800000 {
compatible = "ti,omap4-uart";
...
power-domains = <&k3_pds 0x3f>;
};
59,1-8 Bot
Also to be able to build the SDK 6.0.0.7 you need the below but this is not in the SDK documentation which it should be added. Maybe i missed it and it is in the SDK doc's. I understand this is in the E2E post but it should be part of the SDK doc's.
sudo apt-get install libssl-dev
sudo apt-get install bison
sudo apt-get install flex
Regards
Mohsen