
67
Compile uImage
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage LOADADDR=0x10008000
After compile completed, uImage image is in {Kernel PATH}/arch/arm/boot/uImage.
Compile Device Tree
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- dtbs
After compile completed, dtb image is in {Kernel PATH}/arch/arm/boot/dts/imx6dl-embux-
icm3011.dtb.
Update Device Tree and Linux Kernel
Please upload new image into /boot folder.
Example:
#1: upload uImage file:
scp uImage root@192.168.1.1:/boot/
#2: upload imx6dl-embux-icm3011.dtb:
scp imx6dl-embux-icm3011.dtb root@192.168.1.1:/boot/
Содержание EBC-3A1 Series
Страница 1: ...1 EBC 3A1 Series 3 5 SBC with NXP i MX6 Processor ARM Cortex A9 Architecture User Manual Ver 5st ...
Страница 9: ...9 ...
Страница 10: ...10 Chapter 1 Product Overview This chapter provides background information of EBC 3A1 ...
Страница 13: ...13 1 3 Block Diagram ...
Страница 24: ...24 2 4 Mechanical Drawing ...
Страница 25: ...25 Chapter 3 Software User Guide This chapter details the Linux operation on EBC 3A1 ...
Страница 65: ...65 Chapter 5 BSP This chapter introduces how to get board BSP board support package ...