Compare 0 Products     empty

Build root filesystem for icorem6qdl with buildroot

Download the latest buildroot source and uncompress it

wget https://buildroot.org/downloads/buildroot-2018.02.tar.bz2

tar -xvf buildroot-2018.02.tar.bz2

cd buildroot-2018.02/
make engicam_imx6qdl_icore_defconfig

if you what to add some extra packets lauch the menuconfig with command:

make menuconfig
make

At the end , suppose to have yout sdcard on /dev/sdc

sudo dd if=output/images/sdcard.img  of=/dev/sdc bs=12M && sync