Hi Miroslav,
First thanks a lot for your reply, I have studied the above structure, it is very helpful.
So far I think I have setting up Linux host PC with QT cross compile condtion because I can see arm-linux-gnueabihf-g++ compile the QT file when I try QT_LAB/Lab1 example.
Now I want to boot my Embest DEVKIT8660 board with MLO, u-boot.image uImage in Micro SD card, it can work if I use the files that Embest provide(when I use the way, I will use the below command "setenv bootargs console=ttyO0,115200n8 earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait", "setenv bootcmd 'mmc rescan;fatload mmc 0 80300000 uImage;bootm 80300000',"saveenv" ). but it can't work if use the file that be located in "/home/sitara/board-port/sitara-board-port-linux" and " /home/sitara/board-port/sitara-board-port-uboot", which are git clone, and compile accoring to your "Sitara Linux Training: Linux Host Configuration" instruction.
My question is
#1, Why have the above issue? How can solve the issue? May should say how can create the MLO, u-boot.image, uImage file base on your SDK for the Embest DEVKIT8660 board? Regarding QT file system, where can I get? such as "tisdk-rootfs-am335x-evm"
#2, I tried to Linux PC connect Embest DEVKIT8660 board using "scp helloworld root@xx.xx.xx.xx" CMD, butcan't connect.
#3, Can I copy MLO, u-boot, Uimage, UBI file to target board by LAN? If yes, how?
Best Regard!
Kent