board/beaglebone: replace utf-8 graphic sympols by ascii characters

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Peter Seiderer 2019-05-08 19:28:20 +02:00 committed by Thomas Petazzoni
parent 61c8fcbc82
commit 03f41a853f

View File

@ -27,18 +27,18 @@ $ make
Result of the build Result of the build
=================== ===================
output/images/ output/images/
├── am335x-boneblack.dtb +-- am335x-boneblack.dtb
├── am335x-bone.dtb +-- am335x-bone.dtb
├── am335x-evm.dtb +-- am335x-evm.dtb
├── am335x-evmsk.dtb +-- am335x-evmsk.dtb
├── boot.vfat +-- boot.vfat
├── MLO +-- MLO
├── rootfs.ext2 +-- rootfs.ext2
├── rootfs.tar +-- rootfs.tar
├── sdcard.img +-- sdcard.img
├── u-boot.img +-- u-boot.img
├── uEnv.txt +-- uEnv.txt
└── zImage +-- zImage
To copy the image file to the sdcard use dd: To copy the image file to the sdcard use dd:
$ dd if=output/images/sdcard.img of=/dev/XXX $ dd if=output/images/sdcard.img of=/dev/XXX