mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 5/5] Documentation: add Ainol Novo7 Paladin board mini-howto
Date: Sat, 11 Apr 2015 02:23:01 +0300	[thread overview]
Message-ID: <1428708181-12506-6-git-send-email-antonynpavlov@gmail.com> (raw)
In-Reply-To: <1428708181-12506-1-git-send-email-antonynpavlov@gmail.com>

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 Documentation/boards/mips/ainol-novo7-paladin.rst | 45 +++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/Documentation/boards/mips/ainol-novo7-paladin.rst b/Documentation/boards/mips/ainol-novo7-paladin.rst
new file mode 100644
index 0000000..becfcd0
--- /dev/null
+++ b/Documentation/boards/mips/ainol-novo7-paladin.rst
@@ -0,0 +1,45 @@
+Ainol Novo7 Paladin
+===================
+
+The tablet has
+
+  * Ingenic JZ4770 SoC;
+  * 512 MiB DDR2 SDRAM;
+  * 8 GiB eMMC Flash Memory;
+  * UART;
+  * touchscreen (800x480);
+  * 1xUSB interface;
+  * buttons.
+
+The tablet uses X-Boot (Ingenic's not interactive U-Boot) as bootloader.
+
+Running barebox
+---------------
+
+  1. Connect to the tablet's UART (see. http://a320.emulate.su/2012/05/14/mini-obzor-planshet-ainol-novo7-paladin-i-processor-jz4770/);
+
+  2. Download and compile ingenic-boot tool for GCW0
+
+.. code-block:: none
+
+    $ git clone https://github.com/gcwnow/ingenic-boot
+    $ cd ingenic-boot
+    ingenic-boot$ make
+..
+
+  3. Push & hold VOL- (GPIO 114 aka D18) while power on or reset (this selects USB boot mode by activating BOOTSEL1 signal);
+
+  3. Upload and start barebox:
+
+.. code-block:: none
+
+    ingenic-boot$ sudo ./tool/down2ram.sh --config=gcw0_v11_ddr2_512mb --bin=${PATH_TO_BAREBOX_DIR}/barebox-flash-image --downto=0xa0800000 --runat=0xa0800000
+..
+
+Links
+-----
+
+  * http://www.ainol-novo.com/ainol-novo-7-paladin-first-android-4-0-tablet-pc.html
+  * ftp://ftp.ingenic.cn/SOC/JZ4770/JZ4770_DS.PDF
+  * https://github.com/IngenicSemiconductor/X-BOOT_NPM801
+  * https://github.com/gcwnow/UBIBoot
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2015-04-10 23:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10 23:22 [PATCH 0/5] MIPS: xburst: add initial JZ4770 SoC support Antony Pavlov
2015-04-10 23:22 ` [PATCH 1/5] MIPS: xburst: add " Antony Pavlov
2015-04-10 23:22 ` [PATCH 2/5] MIPS: xburst: debug_ll: add JZ4770 support Antony Pavlov
2015-04-10 23:22 ` [PATCH 3/5] MIPS: xburst: add Ainol Novo7 Paladin support Antony Pavlov
2015-04-10 23:23 ` [PATCH 4/5] MIPS: add ainol-novo7-paladin_defconfig Antony Pavlov
2015-04-10 23:23 ` Antony Pavlov [this message]
2015-04-13  8:02 ` [PATCH 0/5] MIPS: xburst: add initial JZ4770 SoC support Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1428708181-12506-6-git-send-email-antonynpavlov@gmail.com \
    --to=antonynpavlov@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox