Hi, I am working on sabre auto board and wanted to test the Ping.
but..it was not well.
- First, download the BSP source. In order to using yocto project. see https://community.freescale.com/docs/DOC-94849
- and , build: $ bitbake fsl-image-gui .
- Deploy the sdcard image: $ sudo dd if=fsl-image-gui-imx6qsabresd.sdcard of=/dev/sdX bs=1M
- My sd Card in the correct board's and boot
-----------------------------------------------------------------------------
- my computer ip setting
ifconfig eth0 192.168.10.100 netmask 255.255.255.0
route add default gw 192.168.10.1
- imx6 ip setting
ifconfig eth0 192.168.10.102 netmask 255.255.255.0
route add default gw 192.168.10.1
-----------------------------------------------------------------------------
test the ping is not well.
Do you ever need a different setting?
help me.
.