|
@@ -3,11 +3,16 @@ Freescale i.MX6Q and i.MX6DL SABRESD development boards
|
|
|
*******************************************************
|
|
|
|
|
|
This file documents the Buildroot support for the Freescale SABRE Board for
|
|
|
-Smart Devices Based on the i.MX 6 Series (SABRESD).
|
|
|
+Smart Devices Based on the i.MX 6 Series (SABRESD), as well as the Freescale
|
|
|
+SABRE Board for Automotive Infotainment.
|
|
|
|
|
|
Read the SABRESD Quick Start Guide for an introduction to the board:
|
|
|
http://cache.freescale.com/files/32bit/doc/quick_start_guide/SABRESDB_IMX6_QSG.pdf
|
|
|
|
|
|
+Read the SABRE for Automotive Infotainment Quick Start Guide for an
|
|
|
+introduction to the board:
|
|
|
+http://cache.freescale.com/files/32bit/doc/user_guide/IMX6SABREINFOQSG.pdf
|
|
|
+
|
|
|
Build
|
|
|
=====
|
|
|
|
|
@@ -20,12 +25,21 @@ For i.MX6DL SABRE SD board:
|
|
|
|
|
|
make freescale_imx6dlsabresd_defconfig
|
|
|
|
|
|
+For i.MX6Q SABRE Auto board:
|
|
|
+
|
|
|
+ make freescale_imx6qsabreauto_defconfig
|
|
|
+
|
|
|
+For i.MX6DL SABRE Auto board:
|
|
|
+
|
|
|
+ make freescale_imx6dlsabreauto_defconfig
|
|
|
+
|
|
|
Build all components:
|
|
|
|
|
|
make
|
|
|
|
|
|
You will find in ./output/images/ the following files:
|
|
|
- - imx6dl-sabresd.dtb or imx6q-sabresd.dtb
|
|
|
+ - imx6dl-sabresd.dtb or imx6q-sabresd.dtb or imx6q-sabreauto.dtb or
|
|
|
+ imx6dl-sabreauto.dtb
|
|
|
- rootfs.ext2
|
|
|
- rootfs.tar
|
|
|
- u-boot.imx
|
|
@@ -60,6 +74,33 @@ Quick Start Guide for guidance):
|
|
|
at 115200 bps, 8n1;
|
|
|
- power on the board.
|
|
|
|
|
|
+SABRE Auto
|
|
|
+----------
|
|
|
+
|
|
|
+To boot your newly created system on a SABRE Auto Board (refer to the SABRE for
|
|
|
+Automotive Infotainment Quick Start Guide for guidance):
|
|
|
+- insert the SD card in the CPU card SD card socket J14;
|
|
|
+- Set the S1, S2 and S3 DIP switches and J3 jumper to boot from SD on CPU card.
|
|
|
+ Reference configuration:
|
|
|
+
|
|
|
+ S1
|
|
|
+ 1 2 3 4 5 6 7 8 9 10
|
|
|
+ off ON off off ON off off off off off
|
|
|
+
|
|
|
+ S2
|
|
|
+ 1 2 3 4
|
|
|
+ off off ON off
|
|
|
+
|
|
|
+ S3
|
|
|
+ 1 2 3 4
|
|
|
+ off off ON ON
|
|
|
+
|
|
|
+ J3: 1-2
|
|
|
+
|
|
|
+- connect an RS-232 UART cable to CPU card debug port J18 UART DB9 and
|
|
|
+ connect using a terminal emulator at 115200 bps, 8n1;
|
|
|
+- power on the board.
|
|
|
+
|
|
|
Enjoy!
|
|
|
|
|
|
References
|