From c32a46b359bf0fe8ccdd8b000b49aceaebd91fb7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 May 2021 08:28:31 -0700 Subject: [PATCH] beaglev.md: Address typo and remove extlinux specific needs Signed-off-by: Khem Raj --- beaglev.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/beaglev.md b/beaglev.md index b26ae99..1c0ac22 100644 --- a/beaglev.md +++ b/beaglev.md @@ -32,7 +32,7 @@ Flashing * Flash `core-image-minimal-beaglev-starlight-jh7100.wic.gz` onto uSD card: ``` -$ sudo bmaptol copy --bmap core-image-minimal-beaglev-starlight-jh7100.wic.bmap core-image-minimal-beaglev-starlight-jh7100.wic.gz /dev/sdx +$ sudo bmaptool copy --bmap core-image-minimal-beaglev-starlight-jh7100.wic.bmap core-image-minimal-beaglev-starlight-jh7100.wic.gz /dev/sdx ``` * Flash U-Boot: @@ -45,8 +45,6 @@ $ cat fw_payload.bin >> fw_payload.bin.out * Interrupt the boot process and send the `fw_payload.bin.out`. Details can be found [here](https://github.com/tpetazzoni/buildroot/blob/beaglev/board/beaglev/readme.txt#L60) -* Alter the content of the first (`boot`) partition: - ``` ```