Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 329 Bytes

i.MXRT Buildroot

How to build:

git clone https://github.com/Mr-Bossman/imxrt-linux-buildroot

cd imxrt-linux-buildroot

git submodule update --init

cd buildroot

make BR2_EXTERNAL=$PWD/../ imxrt1050-evk_fspi_defconfig

make

sudo dd status=progress oflag=sync bs=4k if=output/images/sdcard.img of=/dev/sdX; sync