diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2016-10-08 18:00:19 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-10-26 16:53:16 +0200 |
commit | e88edc7b4affa764d33fc5a356fd8c15d33356e3 (patch) | |
tree | 1c5cdb39d5f0171b805b3ac8a7c453c28e5e194f /board/engicam/icorem6/README | |
parent | 9a080259586e5effe314d88df7f282710e52037b (diff) | |
download | u-boot-imx-e88edc7b4affa764d33fc5a356fd8c15d33356e3.zip u-boot-imx-e88edc7b4affa764d33fc5a356fd8c15d33356e3.tar.gz u-boot-imx-e88edc7b4affa764d33fc5a356fd8c15d33356e3.tar.bz2 |
arm: imx6q: Add devicetree support for Engicam i.CoreM6 DualLite/Solo
i.CoreM6 DualLite/Solo modules are system on module solutions
manufactured by Engicam with following characteristics:
CPU NXP i.MX6 DL, 800MHz
RAM 1GB, 32, 64 bit, DDR3-800/1066
NAND SLC,512MB
Power supply Single 5V
MAX LCD RES FULLHD
and more info at
http://www.engicam.com/en/products/embedded/som/sodimm/i-core-m6s-dl-d-q
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/engicam/icorem6/README')
-rw-r--r-- | board/engicam/icorem6/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/engicam/icorem6/README b/board/engicam/icorem6/README index cf2eff2..c264a94 100644 --- a/board/engicam/icorem6/README +++ b/board/engicam/icorem6/README @@ -7,15 +7,15 @@ $ make mrproper $ make icorem6qdl_mmc_defconfig $ make -This will generate the SPL image called SPL and the u-boot.img. +This will generate the SPL image called SPL and the u-boot-dtb.img. - Flash the SPL image into the micro SD card: sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync -- Flash the u-boot.img image into the micro SD card: +- Flash the u-boot-dtb.img image into the micro SD card: -sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync +sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync - Jumper settings: |