Use the following commands for installing LSDK 1906 under Ubuntu 18.
- sudo apt-get install git
- tar xvzf flexbuild_lsdk1906.tgz
- source setup.env
- flex-builder -i mkrfs -a arm32
- flex-builder -c linux -a arm32
- Find the LS1021a RCW in u-boot source folder. Use the following path:
/LSDK_1906/flexbuild_lsdk1906/packages/firmware/u-boot/board/freescale/ls1021atwr
Change the LS1021a RCW for your task.
- Use the following command for building .img file for booting from SD card:
flex-builder -i mkfw -m ls1021atwr -b sd
Find the firmware_ls1021atwr_uboot_sdboot.img file using the following path:
/LSDK_1906/flexbuild_lsdk1906/build/images/ This file contains RCW, PBL, u-boot, microcodes , kernel, .dtb and root file system.
Write this file using offset 8 on your MMC.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------