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