Skip to content

Commit

Permalink
typos in eMMC guide
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-rew-rigado committed Aug 16, 2020
1 parent eaf7e51 commit eac31ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/flash_emmc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#######################

# build the needed eMMC device tree file
$ cd/opt/source/bb.org-overlays
$ cd /opt/source/bb.org-overlays
$ make
...

# copy the device tree file to /lib/firmware
$ cp /src/arm/BB-BONE-eMMC1-01-00A0.dtbo /lib/firmware
$ cp ./src/arm/BB-BONE-eMMC1-01-00A0.dtbo /lib/firmware

# add the below line to your /boot/uEnv.txt file
uboot_overlay_addr4=/lib/firmware/BB-BONE-eMMC1-01-00A0.dtbo
Expand Down Expand Up @@ -68,4 +68,4 @@ $ sudo shutdown -h now
# to boot from the SD card, the should be sysboot[4:0] == 0b11000
# to boot from the eMMC, they should be sysboot[4:0] == 0b11100

# cycle power and it should boot into Debian on the eMMC
# cycle power and it should boot into Debian on the eMMC

0 comments on commit eac31ce

Please sign in to comment.