Use the following command sequence for LSDK2004 installing:
Install Ubuntu 18.04.
Install all updates for this Ubuntu.
Install and build LSDK2004 using the following command sequence:
- sudo apt-get install git
- tar xvzf flexbuild_lsdk2004.tgz
- change folder and issue the following command: source setup.env
- flex-builder -i mkrfs -a arm64
- flex-builder -c linux -a arm64
- flex-builder -i mkfw -m ls1012afrwy -b qspi
Change .dts file and using the following commands for building:
flex-builder -c linux -a arm64
flex-builder -i mkfw -m ls1012afrwy -b qspi
See the AN5125 about Device Tree:
https://www.nxp.com/docs/en/application-note/AN5125.pdf
There is also information in internet about Device Tree:
https://elinux.org/Device_Tree_Reference
https://www.kernel.org/doc/Documentation/devicetree/usage-model.txt
https://www.devicetree.org/specifications/
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------