Skip to content
ts-manuel edited this page Mar 28, 2025 · 1 revision

Welcome to the iMX6-Demo-Board wiki!

U-Boot

Prerequisites

> sudo apt install gcc-arm-linux-gnueabihf

Compiling U-Boot

> cd linux/u-boot
> make mx6ull_demo_board_defconfig
> ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make

Load U-Boot in RAM

> uuu SDP: boot -f linux/u-boot/u-boot-dtb.imx

Boot da FTP

> 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
Clone this wiki locally