summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2014-04-24 22:17:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-04-29 09:12:35 +0200
commitccc4eac63225410c364eec8ee33a402788334b4d (patch)
tree1ca2545ec460a1defdc7dac3d792581c82e7b1b5 /images
parent724ea7e6c349c6aece00d54f20d5dbfb1094e053 (diff)
downloadbarebox-ccc4eac63225410c364eec8ee33a402788334b4d.tar.gz
barebox-ccc4eac63225410c364eec8ee33a402788334b4d.tar.xz
RiOTboard: add new board
this board is produced by Embest/Element 14 and is based on i.MX6 Solo The following features are tested : - UART2 (console) - eMMC - SDCard - uSDCard - Ethernet - USB Host (through 4 ports hub) - I2C 1/2/3 - 2 LEDs Boot on eMMC and through USB loader are tested. For more informations on this board : http://www.riotboard.org/ Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile.imx5
1 files changed, 5 insertions, 0 deletions
diff --git a/images/Makefile.imx b/images/Makefile.imx
index 06794fd379..17fcfbf50d 100644
--- a/images/Makefile.imx
+++ b/images/Makefile.imx
@@ -166,3 +166,8 @@ pblx-$(CONFIG_MACH_VARISCITE_MX6) += start_variscite_custom
CFG_start_variscite_custom.pblx.imximg = $(board)/variscite-mx6/flash-header-variscite.imxcfg
FILE_barebox-variscite-custom.img = start_variscite_custom.pblx.imximg
image-$(CONFIG_MACH_VARISCITE_MX6) += barebox-variscite-custom.img
+
+pblx-$(CONFIG_MACH_EMBEST_RIOTBOARD) += start_imx6s_riotboard
+CFG_start_imx6s_riotboard.pblx.imximg = $(board)/embest-riotboard/flash-header-embest-riotboard.imxcfg
+FILE_barebox-embest-imx6s-riotboard.img = start_imx6s_riotboard.pblx.imximg
+image-$(CONFIG_MACH_EMBEST_RIOTBOARD) += barebox-embest-imx6s-riotboard.img