Hi Pavel,
Thanks for your assistance which helps me to complete the whole process successfully. However, I still have some questions as follows:
Q1: I supposed there is a stage that the build would show me a "make menuconfig" so I can add some drivers into the Linux kernel, but there is not, what should I do?
Q2: I found there are 2 firmware image files as follows, what is the difference between them? Which one should I use?
firmware_ls1012afrwy_512mb_uboot_qspiboot.img
firmware_ls1012afrwy_uboot_qspiboot.img
Q3: If I want to use flex-installer to program the corresponding images to SD card, where is the bootpartition_LS_arm64_lts_5.4.tgz file, or how do I build it?
Q4: Since the full build process is taking horribly long, is there any shorter re-entry point if I make the following changes for my coming projects?
- Add some drivers to the Linux kernel
- Change the hardware to:
- Ethernet PHY: RTL8211B 2.5G PHY (Also how to modify the device tree?)
- SDHC1: SD Card
- SDHC2: eMMC (Also how to modify the device tree?)
- Boot Sequence: SD --> eMMC
Steve