Usually the following command sequence is used for u-boot building if SDK based on Yocto is used:
bitbake -c cleansstate u-boot
bitbake -c patch u-boot // source of the u-boot
bitbake -c compile -f u-boot
bitbake u-boot
The following commands are used for u-boot building if LSDK is used:
flex-builder -c uboot -m ls1043ardb -b nor // for NOR boot
flex-builder -c uboot -m ls1043ardb -b sd // for SD boot
flex-builder -c uboot -m ls1043ardb -b nand // for NAND boot
flex-builder -c uboot -m ls1043ardb -b qspi // for QSPI boot
Do you use these SDK from NXP?
Have a great day,
Pavel Chubakov
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------