From: Peter Seiderer Date: Wed, 8 May 2019 17:28:20 +0000 (+0200) Subject: board/beaglebone: replace utf-8 graphic sympols by ascii characters X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03f41a853fd8b244511a46276d1279f1be27f1d9;p=buildroot.git board/beaglebone: replace utf-8 graphic sympols by ascii characters Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/board/beaglebone/readme.txt b/board/beaglebone/readme.txt index e908b22235..e6647dad2a 100644 --- a/board/beaglebone/readme.txt +++ b/board/beaglebone/readme.txt @@ -27,18 +27,18 @@ $ make Result of the build =================== output/images/ -├── am335x-boneblack.dtb -├── am335x-bone.dtb -├── am335x-evm.dtb -├── am335x-evmsk.dtb -├── boot.vfat -├── MLO -├── rootfs.ext2 -├── rootfs.tar -├── sdcard.img -├── u-boot.img -├── uEnv.txt -└── zImage ++-- am335x-boneblack.dtb ++-- am335x-bone.dtb ++-- am335x-evm.dtb ++-- am335x-evmsk.dtb ++-- boot.vfat ++-- MLO ++-- rootfs.ext2 ++-- rootfs.tar ++-- sdcard.img ++-- u-boot.img ++-- uEnv.txt ++-- zImage To copy the image file to the sdcard use dd: $ dd if=output/images/sdcard.img of=/dev/XXX