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