imx6sabresd: rename to imx6sabre

Rename imx6sabresd board folder to imx6sabre, to prepare for Sabre Auto
addition. Update doc, link and defconfigs accordingly.

Signed-off-by: Vincent Stehlé <vincent.stehle@freescale.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Eric Bénard <eric@eukrea.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Gilles Talis <gilles.talis@gmail.com>
Cc: Gary Bisson <bisson.gary@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Vincent Stehlé 2015-03-30 14:50:21 +02:00 committed by Thomas Petazzoni
parent 2d3e97e033
commit 3029f6ef14
6 changed files with 14 additions and 11 deletions

View File

@ -1 +1 @@
../imx6sabresd/create-boot-sd.sh
../imx6sabre/create-boot-sd.sh

View File

@ -11,12 +11,12 @@ http://cache.freescale.com/files/32bit/doc/quick_start_guide/SABRESDB_IMX6_QSG.p
Build
=====
First, configure Buildroot for your SABRESD board.
For i.MX6Q:
First, configure Buildroot for your SABRE board.
For i.MX6Q SABRE SD board:
make freescale_imx6qsabresd_defconfig
For i.MX6DL:
For i.MX6DL SABRE SD board:
make freescale_imx6dlsabresd_defconfig
@ -44,13 +44,16 @@ and copy the bootloader, kernel, DTBs and root filesystem as needed.
*** WARNING! The script will destroy all the card content. Use with care! ***
./board/freescale/imx6sabresd/create-boot-sd.sh <your-sd-device>
./board/freescale/create-boot-sd.sh <your-sd-device>
Boot the SABRESD board
======================
Boot the SABRE board
====================
To boot your newly created system (refer to the SABRESD Quick Start Guide for
guidance):
SABRE SD
--------
To boot your newly created system on a SABRE SD Board (refer to the SABRE SD
Quick Start Guide for guidance):
- insert the SD card in the SD3 slot of the board;
- locate the BOOT dip switches (SW6), set dips 2 and 7 to ON, all others to OFF;
- connect a Micro USB cable to Debug Port and connect using a terminal emulator

View File

@ -3,7 +3,7 @@ BR2_arm=y
BR2_cortex_a9=y
# patches
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabresd/patches"
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
# toolchain
BR2_KERNEL_HEADERS_VERSION=y

View File

@ -3,7 +3,7 @@ BR2_arm=y
BR2_cortex_a9=y
# patches
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabresd/patches"
BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
# toolchain
BR2_KERNEL_HEADERS_VERSION=y