diff options
author | 2019-05-08 19:28:19 +0200 | |
---|---|---|
committer | 2019-05-18 23:34:22 +0200 | |
commit | 61c8fcbc8201dc74318ceb7a935ece2757b1dfad (patch) | |
tree | 0b507ff64a6b38012a8c4e53bea2be3a0ceb6efd /board/beagleboardx15 | |
parent | 516e118e365662b0bd267766904c044f94be2392 (diff) | |
download | buildroot-61c8fcbc8201dc74318ceb7a935ece2757b1dfad.tar.gz buildroot-61c8fcbc8201dc74318ceb7a935ece2757b1dfad.tar.bz2 |
board/beagleboardx15: 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>
Diffstat (limited to 'board/beagleboardx15')
-rw-r--r-- | board/beagleboardx15/readme.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/board/beagleboardx15/readme.txt b/board/beagleboardx15/readme.txt index 56ebca8c5f..5af2c914ba 100644 --- a/board/beagleboardx15/readme.txt +++ b/board/beagleboardx15/readme.txt @@ -26,17 +26,17 @@ Result of the build After building, you should get a tree like this: output/images/ - ├── am57xx-beagle-x15.dtb - ├── am57xx-beagle-x15-revb1.dtb - ├── boot.vfat - ├── MLO - ├── rootfs.ext2 - ├── rootfs.ext4 - ├── rootfs.tar - ├── sdcard.img - ├── u-boot.img - ├── u-boot-spl.bin - └── zImage + +-- am57xx-beagle-x15.dtb + +-- am57xx-beagle-x15-revb1.dtb + +-- boot.vfat + +-- MLO + +--rootfs.ext2 + +-- rootfs.ext4 + +-- rootfs.tar + +-- sdcard.img + +-- u-boot.img + +-- u-boot-spl.bin + +-- zImage How to write the microSD card ============================= |