diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-07 16:06:46 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-07 16:06:46 +0100 |
commit | b7d3d4cd2dd1d73722c091d38563c4df50fa1e75 (patch) | |
tree | bfeb1bee21b7d8abdd9fdc79e34e5bbc7d1dca7c /docs/install/bbb_setup.html | |
parent | bb1e8d89b5083400b7a0e5635285d6c25114762d (diff) | |
download | librebootfr-b7d3d4cd2dd1d73722c091d38563c4df50fa1e75.tar.gz librebootfr-b7d3d4cd2dd1d73722c091d38563c4df50fa1e75.zip |
docs/install/bbb_setup.html: EHCI debug: recommend linux-libre
Diffstat (limited to 'docs/install/bbb_setup.html')
-rw-r--r-- | docs/install/bbb_setup.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/install/bbb_setup.html b/docs/install/bbb_setup.html index 19a89895..b613612f 100644 --- a/docs/install/bbb_setup.html +++ b/docs/install/bbb_setup.html @@ -573,6 +573,12 @@ git apply ../usbdebug-gadget/v3.8-debug-gadget/0002-usb-serial-gadget-no-TTY-han make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- beaglebone_defconfig -j4@ </pre> <ul> + <li> + You should also apply the linux-libre <i>deblob</i> script to turn it into linux-libre + (deletes all the blobs from the linux kernel). + <a href="http://www.fsfla.org/ikiwiki/selibre/linux-libre/">fsfla website</a> + - see <a href="http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts/">scripts</a>. + </li> <li>Get your current BBB kernel config (from: /boot/config-<ver>) and copy it to your host as $work_dir/kernel/kernel/.config</li> <pre> |