aboutsummaryrefslogtreecommitdiffstats
path: root/tasks.rst
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2015-05-09 07:38:20 +0000
committerRalph Giles <giles@thaumas.net>2015-05-09 17:50:12 +0000
commit61c2ac4de152944014e50ddbd17f539477927e8f (patch)
treee23fb604e8c528c440f5424291a1590d5dbd881b /tasks.rst
parente9cf420c3336b270d4916a73367fa2efe9cfa572 (diff)
downloadnovena-guide-61c2ac4de152944014e50ddbd17f539477927e8f.tar.gz
novena-guide-61c2ac4de152944014e50ddbd17f539477927e8f.zip
Mention debian's make-kpkg.
I haven't tried this myself. u-boot-novena script from xobs' post http://www.kosagi.com/forums/viewtopic.php?pid=1555#p1555
Diffstat (limited to 'tasks.rst')
-rw-r--r--tasks.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/tasks.rst b/tasks.rst
index 6835d49..898d460 100644
--- a/tasks.rst
+++ b/tasks.rst
@@ -166,6 +166,12 @@ needs to be on the small /boot partition on the sd card::
sudo cp arch/arm/boot/dts/imx6q-novena.dtb /boot/novena.dtb
sudo cp arch/arm/boot/zImage /boot/zimage
+Kosagi's latest kernel build is available in their repo as the
+'linux-image-novena' package. The 'u-boot-novena' package also
+contains a script to maintain the sdcard card partition, so if
+this is installed, the traditional debian 'fakeroot make-kpkg'
+method will work without the manual copying above.
+
Using an External HDMI Monitor
-------------------------------------