PacktPublishing / Mastering-Embedded-Linux-Programming-Third-Edition

Mastering Embedded Linux Programming Third Edition, published by Packt
MIT License
532 stars 151 forks source link

Building a Root Filesystem - command line error #73

Closed Xylopyrographer closed 5 months ago

Xylopyrographer commented 6 months ago

Hi. Referencing MELP, 3rd ed, Chapter 5, Building a Root Filesystem, page 140.

In the Booting the BeagleBone Black section,

When entering the U-Boot commands, there is the line fatload mmc 0:1 0x80f00000 am335x-boneblack.dtb fatload mmc 0:1 0x81000000 uRamdisk

This is two commands and should be entered as: fatload mmc 0:1 0x80f00000 am335x-boneblack.dtb then fatload mmc 0:1 0x81000000 uRamdisk

Thanks.

fvasquez commented 5 months ago

U-Boot erratum for page 140 added to README.