Home | History | Annotate | only in /external/u-boot/board/logicpd/imx6
Up to higher level directory
NameDateSize
imx6logic.c22-Oct-20204.9K
Kconfig22-Oct-2020164
MAINTAINERS22-Oct-2020173
Makefile22-Oct-2020180
mx6q_2x_MT41K512M16HA.cfg22-Oct-20203.6K
README22-Oct-20201.1K

README

      1 U-Boot for LogicPD i.MX6 Development Kit
      2 ----------------------------------------
      3 
      4 This file contains information for the port of U-Boot to the Logic PD Development kit.
      5 
      6 Logic PD has an i.MX6 System On Module (SOM) and a correspondong development
      7 board.  SOM has a built-in microSD socket, DDR and NAND flash.  The development kit has
      8 an SMSC Ethernet PHY, serial debug port and a variety of peripherals.
      9 
     10 On the intial release, the SOM came with either an i.MX6D or i.MX6Q.
     11 
     12 For more details about Logic PD i.MX6 Development kit, visit:
     13 https://www.logicpd.com/
     14 
     15 Building U-Boot for Logic PD Development Kit
     16 --------------------------------------------
     17 To build U-Boot for the Dual and Quad variants:
     18 
     19  make imx6q_logic_defconfig
     20  make u-boot.imx ARCH=arm CROSS_COMPILE=arm-linux-
     21 
     22 
     23 Flashing U-Boot into the SD card
     24 --------------------------------
     25 
     26 See README.imximage for details on booting from SD
     27 
     28 Flashing U-Boot into NAND
     29 -------------------------
     30 Once in Linux with MTD support for the NAND on /dev/mtd0, program U-Boot with the following:
     31 with:
     32 
     33   kobs-ng init -v -x u-boot-dtb.imx
     34 
     35 Additional Support Documentation can be found at:
     36 https://support.logicpd.com/
     37 
     38