Hello Igor,
Thanks for your reply. I tried the steps mentioned at 9.3 but I'm getting the an error which was expected. From the steps looks like I need to setup TFTP server in my host PC where images are to be copied which I didn't do it and also DHCP server for assigning the IP to SABRE AI board. Let me know if my understanding is correct. If so, please let me know the host side setup for TFTP and DHCP. Please find the serial log below, I connected LVDS display so skipped the HDMI configuration
MX6SOLO SABREAUTO U-Boot > setenv serverip 10.192.225.216
MX6SOLO SABREAUTO U-Boot > setenv loadaddr 0x10800000
MX6SOLO SABREAUTO U-Boot > setenv nfsroot /data/rootfs_home/rootfs_mx6
MX6SOLO SABREAUTO U-Boot > setenv bootargs_base 'setenv bootargs console=ttymxc3, 115200'
MX6SOLO SABREAUTO U-Boot > setenv bootargs_sf 'root=/dev/nfs ip=dhcp nfsroot=${serverip }:${nfsroot},v3,tcp ip=dhcp'
MX6SOLO SABREAUTO U-Boot > setenv bootcmd_nor 'run bootargs_base bootargs_sf;sf probe 1; sf read ${loadaddr} 0x100000 0x400000;bootm'
MX6SOLO SABREAUTO U-Boot > setenv bootcmd 'run bootcmd_nor'
MX6SOLO SABREAUTO U-Boot > run bootcmd
Unknown command 'root=/dev/nfs' - try 'help'
JEDEC ID: 0x20:0x20:0x16
4096 KiB M25P32 - 4MB at 0:1 is now current device
SPI flash read failed
Wrong Image Format for bootm command
ERROR: can't get kernel image!
MX6SOLO SABREAUTO U-Boot >
Regards,
Pavan