summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/amazon-kindle-3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/boards/imx/amazon-kindle-3.rst')
-rw-r--r--Documentation/boards/imx/amazon-kindle-3.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/boards/imx/amazon-kindle-3.rst b/Documentation/boards/imx/amazon-kindle-3.rst
index dffb7efb2d..6b5d9fe535 100644
--- a/Documentation/boards/imx/amazon-kindle-3.rst
+++ b/Documentation/boards/imx/amazon-kindle-3.rst
@@ -15,7 +15,7 @@ To upload and run a new bootloader the device can be put into USB-downloader
mode by the SOC microcode when Vol+ is pressed during startup. A new USB
device "SE Blank RINGO" should appear, barebox may be uploaded using
-::
+.. code-block:: console
$ scripts/imx/imx-usb-loader barebox.imximg
@@ -26,7 +26,9 @@ imx-usb-loader)
Barebox may be used as drop-in replacement for the shipped bootloader.
When installing the barebox imximg on the eMMC take care not to overwrite
the partition table and vendor supplied serial numbers stored on the eMMC.
-e.g. just write the imx-header and the application section::
+e.g. just write the imx-header and the application section:
+
+.. code-block:: sh
memcpy -b -s barebox.imximg -d /dev/disk0.imx_header 1024 0 1024
memcpy -b -s barebox.imximg -d /dev/disk0.self 4096 0 195584