]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/tqc/tqma6/README
Merge branch 'master' of git://git.denx.de/u-boot-arc
[karo-tx-uboot.git] / board / tqc / tqma6 / README
1 U-Boot for the TQ Systems TQMa6 modules
2
3 This file contains information for the port of
4 U-Boot to the TQ Systems TQMa6 modules.
5
6 1. Boot source
7 --------------
8
9 The following boot source is supported:
10
11 - SD/eMMC
12 - SPI NOR
13
14 2. Building
15 ------------
16
17 To build U-Boot for the TQ Systems TQMa6 modules:
18
19         make tqma6<x>_<baseboard>_<boot>_config
20         make
21
22 x is a placeholder for the CPU variant
23 q - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D  (i.MX6D)
24 s - means i.MX6S: TQMa6S  (i.MX6S)
25
26 baseboard is a placeholder for the boot device
27 mmc - means eMMC
28 spi - mean SPI NOR
29
30 This gives the following configurations:
31
32 tqma6q_mba6_mmc_config
33 tqma6q_mba6_spi_config
34 tqma6s_mba6_mmc_config
35 tqma6s_mba6_spi_config