pico_imx8mq_kernel_imx_4.9.88_2.0.0_ga - TechNexion/u-boot-tn-imx GitHub Wiki
- Compile Kernel:
make tn_imx8_defconfig
make -j4
It generates:
Kernel image:
(under linux source directory: /arch/arm64/boot/)
- Image : linux kernel binary
Device tree blobs:
(under linux source directory: /arch/arm64/boot/dts/freescale/)
- pico-8m.dtb : device tree file for HDMI output
- pico-8m-dcss-ili9881c.dtb : device tree file for MIPI-DSI panel(ili9881) output
Place Image and *.dtb in the first FAT partition of eMMC/SD.