diff options
author | Ralph Giles <giles@thaumas.net> | 2015-05-09 07:38:20 +0000 |
---|---|---|
committer | Ralph Giles <giles@thaumas.net> | 2015-05-09 17:50:12 +0000 |
commit | 61c2ac4de152944014e50ddbd17f539477927e8f (patch) | |
tree | e23fb604e8c528c440f5424291a1590d5dbd881b | |
parent | e9cf420c3336b270d4916a73367fa2efe9cfa572 (diff) | |
download | novena-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
-rw-r--r-- | tasks.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ------------------------------------- |