diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install/bbb_setup.html | 10 | ||||
-rw-r--r-- | docs/misc/bbb_ehci.html | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/install/bbb_setup.html b/docs/install/bbb_setup.html index ba36a9d8..394f07a1 100644 --- a/docs/install/bbb_setup.html +++ b/docs/install/bbb_setup.html @@ -22,6 +22,16 @@ may also work. </p> + <p> + <strong> + NOTE: this documentation may be outdated, and discusses + configuring SPI flashing on the default Debian system that the BBB + sometimes comes with. If you want an easier time, just use + <a href="https://www.coreboot.org/BBB_screwdriver">BBB ScrewDriver</a> + which comes pre-configured. + </strong> + </p> + <p> There was no justification for a further section for the Teensy. Simply refer to <a href="https://www.flashrom.org/Teensy_3.1_SPI_%2B_LPC/FWH_Flasher#ISP_Usage">this page on flashrom.org</a> for information about how to set it up, and correlate that with the pins on the SPI flash chip as per other guides in the libreboot documentation for each board. At the time of writing, the teensy is tested for flashing on the ThinkPad X200, but it should work for other targets. here is a photo of the setup for the teensy: <a href="http://h5ai.swiftgeek.net/IMG_20160601_120855.jpg">http://h5ai.swiftgeek.net/IMG_20160601_120855.jpg</a></p> <p> diff --git a/docs/misc/bbb_ehci.html b/docs/misc/bbb_ehci.html index 3cdda48a..6540af4d 100644 --- a/docs/misc/bbb_ehci.html +++ b/docs/misc/bbb_ehci.html @@ -41,6 +41,15 @@ EHCI Debug on the target's kernel (optional, recommended)</a></li> <li><a href="#References">References</a></li> </ol> + <p> + <strong> + NOTE: this documentation may be outdated, and discusses + configuring EHCI debug on the default Debian system that the BBB + sometimes comes with. If you want an easier time, just use + <a href="https://www.coreboot.org/BBB_screwdriver">BBB ScrewDriver</a> + which comes pre-configured. + </strong> + </p> <p>If your computer does not boot after installing libreboot, it is very useful to get debug logs from it, from the payload (grub) and/or the kernel (if gets to there). All of them stream debug logs on the |