diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-02-20 18:36:58 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-02-20 18:36:58 (EST) |
commit | e53dfb7b2d2e18c8457811ad557d6606a0479cdf (patch) | |
tree | 675357e6b5ba8a95ba5c5ab8866fc7f2a58142f2 /docs/install/bbb_setup.html | |
parent | 2d6385d323cacac11d223c3edad7a7694b588969 (diff) | |
download | libreboot-e53dfb7b2d2e18c8457811ad557d6606a0479cdf.zip libreboot-e53dfb7b2d2e18c8457811ad557d6606a0479cdf.tar.gz libreboot-e53dfb7b2d2e18c8457811ad557d6606a0479cdf.tar.bz2 |
docs/install/bbb_setup.html: Clarify LED aging init script fixfeature/clarify-led-aging-fix
Not all BBB images have this script, so some users may be confused by
the old wording.
Thanks to Alexandre Oliva for reporting the issue.
Diffstat (limited to 'docs/install/bbb_setup.html')
-rw-r--r-- | docs/install/bbb_setup.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/install/bbb_setup.html b/docs/install/bbb_setup.html index 23d4c9d..26474bd 100644 --- a/docs/install/bbb_setup.html +++ b/docs/install/bbb_setup.html @@ -155,9 +155,15 @@ up to (and excluding) the point where it tells you to modify uEnv.txt </p> <p> - You need to update the software on the BBB first. Before being able to use apt-get, - I had to use the workaround defined <a href="https://groups.google.com/forum/?_escaped_fragment_=msg/beagleboard/LPjCn4LEY2I/alozBGsbTJMJ#!msg/beagleboard/LPjCn4LEY2I/alozBGsbTJMJ">here</a>:<br/> - - Replace the contents of /etc/init.d/led_aging.sh with: + You need to update the software on the BBB first. If you have an + element14 brand BBB (sold by Premier Farnell plc. stores like + Farnell element14, Newark element14, and Embest), you may need + to <a href="https://groups.google.com/forum/?_escaped_fragment_=msg/beagleboard/LPjCn4LEY2I/alozBGsbTJMJ#!msg/beagleboard/LPjCn4LEY2I/alozBGsbTJMJ">work around a bug</a> + in the LED aging init script before you can update your + software. If you don't have a file named + /etc/init.d/led_aging.sh, you can skip this step and update your + software as described below. Otherwise, replace the contents of + this file with: </p> <pre> #!/bin/sh -e |