/
Buildroot for iMX8M
Buildroot for iMX8M
Buildroot for the SolidRun iMX8M based boards
This is a target platform for the iMX8M based SolidRun devices. It includes a custom config pre-configured to pull in the latest U-Boot and Linux kernel from the SolidRun BSP
Building
The most basic image designed to boot from an SD-Card can be built with the following commands.
git clone https://github.com/SolidRun/buildroot.git --branch sr-latest
cd buildroot
make solidrun_imx8mq_hbpulse_defconfig
make
Flashing
Once the build completes the image can be found at output/images/sdcard.img
and can written to the SD card with your favorite imaging utility or dd.
sudo dd if=output/images/sdcard.img of=/dev/sdX bs=4M conv=fsync
, multiple selections available,
Related content
i.MX8M Mini Yocto
i.MX8M Mini Yocto
Read with this
A388 Buildroot
A388 Buildroot
More like this
HummingBoard i.MX8 SBC Quick Start Guide
HummingBoard i.MX8 SBC Quick Start Guide
Read with this
i.MX6 Kernel
i.MX6 Kernel
More like this
i.MX8M Plus/Mini/Nano Software
i.MX8M Plus/Mini/Nano Software
Read with this
Boot from USB OTG - i.MX8M
Boot from USB OTG - i.MX8M
More like this
SolidRun Ltd.