-
Notifications
You must be signed in to change notification settings - Fork 3
Home
ts-manuel edited this page Mar 28, 2025
·
1 revision
Welcome to the iMX6-Demo-Board wiki!
> sudo apt install gcc-arm-linux-gnueabihf
> cd linux/u-boot
> make mx6ull_demo_board_defconfig
> ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make
> uuu SDP: boot -f linux/u-boot/u-boot-dtb.imx
> setenv ipaddr 192.168.1.184 (IP address of the board)
> setenv serverip 192.168.1.200 (IP address of the server)
> tftp ${loadaddr} oe/zImage