summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/phytec-phycore-i.mx31.rst
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2018-06-12 00:02:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-13 09:15:53 +0200
commit44be94a03a402d19ab044f39e1f829186a42b8e5 (patch)
treef614645d9f0335f6425f02946086f2373a1c0ea4 /Documentation/boards/imx/phytec-phycore-i.mx31.rst
parent8e336580a1e1f8786162bcfa56c2c9dcc99b8f4f (diff)
downloadbarebox-44be94a03a402d19ab044f39e1f829186a42b8e5.tar.gz
barebox-44be94a03a402d19ab044f39e1f829186a42b8e5.tar.xz
doc: boards: imx: order table of contents alphabetically
Upper and lower case are significant when sorting file names. Stay with lower case file names for now, and make sure the file name order is the same as the order of the page titles in the table of contents. Signed-off-by: Roland Hieber <rohieb@rohieb.name> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/imx/phytec-phycore-i.mx31.rst')
-rw-r--r--Documentation/boards/imx/phytec-phycore-i.mx31.rst41
1 files changed, 41 insertions, 0 deletions
diff --git a/Documentation/boards/imx/phytec-phycore-i.mx31.rst b/Documentation/boards/imx/phytec-phycore-i.mx31.rst
new file mode 100644
index 0000000000..6c05bcdfdc
--- /dev/null
+++ b/Documentation/boards/imx/phytec-phycore-i.mx31.rst
@@ -0,0 +1,41 @@
+Phytec phyCORE-i.MX31 CPU module PCM-037
+========================================
+
+The CPU module
+--------------
+
+http://www.phytec.eu/europe/products/modules-overview/phycore/produktdetails/p/phycore-imx31-2.html
+
+This CPU card is based on a Freescale i.MX31 CPU. The card in
+configuration -0000REU is shipped with:
+
+ * 128 MiB synchronous dynamic RAM (DDR type)
+ * 64 MiB NAND flash
+ * 32 MiB NOR flash
+ * 512 kiB SRAM
+ * 4kiB EEPROM
+ * MMU, FPU
+ * Serial, Ethernet, USB (OTG), I2C, SPI, MMC/SD/SDIO, PCMCIA/CF, RTC
+
+Supported baseboards
+--------------------
+
+Supported baseboards are:
+ * Silica / Phytec PCM-970 via phyMAP-i.MX31, PMA-001
+
+How to get barebox for 'Phytec's phyCORE-i.MX31'
+------------------------------------------------
+
+Using the default configuration::
+
+ make ARCH=arm pcm037_defconfig
+
+Build the binary image::
+
+ make ARCH=arm CROSS_COMPILE=armv5compiler
+
+**NOTE:** replace ''armv5compiler'' with your ARM v5 cross compiler,
+ e.g.: ''arm-1136jfs-linux-gnueabi-''
+
+The resulting binary image to be flashed will be ``barebox.bin``, whereas
+the file named just ``barebox`` is an ELF executable for ARM.