README 784 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. U-Boot for the TQ Systems TQMa6 modules
  2. This file contains information for the port of
  3. U-Boot to the TQ Systems TQMa6 modules.
  4. 1. Boot source
  5. --------------
  6. The following boot source is supported:
  7. - SD/eMMC
  8. - SPI NOR
  9. 2. Building
  10. ------------
  11. To build U-Boot for the TQ Systems TQMa6 modules:
  12. make tqma6<x>_<baseboard>_<boot>_config
  13. make
  14. x is a placeholder for the CPU variant
  15. q - means i.MX6Q/D: TQMa6Q (i.MX6Q) and TQMa6D (i.MX6D)
  16. dl - means i.MX6DL: TQMa6DL (i.MX6DL)
  17. s - means i.MX6S: TQMa6S (i.MX6S)
  18. baseboard is a placeholder for the boot device
  19. mmc - means eMMC
  20. spi - mean SPI NOR
  21. This gives the following configurations:
  22. tqma6q_mba6_mmc_config
  23. tqma6q_mba6_spi_config
  24. tqma6dl_mba6_mmc_config
  25. tqma6dl_mba6_spi_config
  26. tqma6s_mba6_mmc_config
  27. tqma6s_mba6_spi_config