Commit 4e187fbcdf602bd6661e5fe7dc3f9c17b796dc39

Authored by Dirk Behme
Committed by Albert ARIBAUD
1 parent 1e94d07faf
Exists in master and in 55 other branches 8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, imx_v2015.04_4.1.15_1.0.0_ga, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-emmc-imx_v2014.04_3.10.53_1.1.0_ga, smarc-emmc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx-l5.0.0_1.0.0-ga, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2017.03_4.9.11_1.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2014.04_3.14.28_1.0.0_ga, smarc-imx_v2015.04_4.1.15_1.0.0_ga, smarc-imx_v2017.03_4.9.11_1.0.0_ga, smarc-imx_v2017.03_4.9.88_2.0.0_ga, smarc-imx_v2017.03_o8.1.0_1.3.0_8m, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc-m6.0.1_2.1.0-ga, smarc-n7.1.2_2.0.0-ga, smarc-rel_imx_4.1.15_2.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0, smarc_8mq_lf_v2020.04, ti-u-boot-2015.07, u-boot-2013.01.y, v2013.10, v2013.10-smarct33, v2013.10-smartmen, v2014.01, v2014.04, v2014.04-smarct33, v2014.04-smarct33-emmc, v2014.04-smartmen, v2014.07, v2014.07-smarct33, v2014.07-smartmen, v2015.07-smarct33, v2015.07-smarct33-emmc, v2015.07-smarct4x, v2016.05-dlt, v2016.05-smarct3x, v2016.05-smarct3x-emmc, v2016.05-smarct4x, v2017.01-smarct3x, v2017.01-smarct3x-emmc, v2017.01-smarct4x

mx6q: mx6qsabrelite: Update the README

The SD loader binary is now downloadable at

https://wiki.linaro.org/Boards/MX6QSabreLite

under a open-source 3-clause BSD license. Update the README
for this.

The discussion shows that it's hard to change the hardware
regarding the default SPI NOR boot of the SabreLite boards.
I.e. this will stay the default boot. Therefore remove the
'early version of' statement.

Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
CC: Stefano Babic <sbabic@denx.de>
CC: Jason Liu <liu.h.jason@gmail.com>

Showing 1 changed file with 8 additions and 4 deletions Side-by-side Diff

doc/README.mx6qsabrelite
... ... @@ -7,20 +7,24 @@
7 7 ---------------------------------
8 8  
9 9 The recent mainline U-Boot for the Freescale i.MX6q SabreLite board supports
10   -boot from SD card only. However, by default, the early version of SabreLite
  10 +boot from SD card only. However, by default, the SabreLite
11 11 boards boot from the SPI NOR flash. These boards need to be reflashed with
12 12 a small SD card loader to support boot from SD card. This small SD card loader
13 13 will be flashed into the SPI NOR. The board will still boot from SPI NOR, but
14 14 the loader will in turn request the BootROM to load the U-Boot from SD card.
15   -At the moment of writing, please check with Freescale on the availablity of
16   -this small SD loader binary.
17 15  
  16 +The SD card loader is available from
  17 +
  18 +https://wiki.linaro.org/Boards/MX6QSabreLite
  19 +
  20 +under a open-source 3-clause BSD license.
  21 +
18 22 To update the SPI-NOR on the SabreLite board without the Freescale
19 23 manufacturing tool use the following procedure:
20 24  
21 25 1. Write this SD card loader onto a large SD card using:
22 26  
23   - sudo dd if=MX6_SPI_to_SD_loader.bin of=/dev/sXx
  27 + sudo dd if=iMX6DQ_SPI_to_uSDHC3.bin of=/dev/sXx
24 28  
25 29 Note: Replace sXx with the device representing the SD card in your system.
26 30