summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-02-16 09:16:36 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-02-16 09:16:36 +0100
commitfb833cf8659cbf49c559a8d1ccdeeb3c452d76a8 (patch)
treefd6d6d766417a54ba747df719cfc07bdad4d0745
parentd0f573dcdf12bffb7e23c99ea73bf2b8c0e8850d (diff)
which we no longer use. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/boards/dragonboard410c/README.textile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/boards/dragonboard410c/README.textile.in b/debian/boards/dragonboard410c/README.textile.in
index b28686c..9dbe445 100644
--- a/debian/boards/dragonboard410c/README.textile.in
+++ b/debian/boards/dragonboard410c/README.textile.in
@@ -152,12 +152,12 @@ bc. sudo apt install android-tools-mkbootimg
The boot image also contains the kernel bootargs, which can be changed as needed in the next command:
-bc. ./skales/mkbootimg --kernel Image.gz+dtb \
- --ramdisk initrd.img \
- --output boot-db410c.img \
- --pagesize 2048 \
- --base 0x80000000 \
- --cmdline "root=/dev/disk/by-partlabel/rootfs rw rootwait console=ttyMSM0,115200n8"
+bc. mkbootimg --kernel Image.gz+dtb \
+ --ramdisk initrd.img \
+ --output boot-db410c.img \
+ --pagesize 2048 \
+ --base 0x80000000 \
+ --cmdline "root=/dev/disk/by-partlabel/rootfs rw rootwait console=ttyMSM0,115200n8"
h5. Booting a custom boot image