diff options
author | Ralph Giles <giles@thaumas.net> | 2015-05-09 07:49:42 +0000 |
---|---|---|
committer | Ralph Giles <giles@thaumas.net> | 2015-05-09 17:50:12 +0000 |
commit | 56564710703bcf6ec0d03a5dd7bd60b0c2d566f6 (patch) | |
tree | 0de18038e418b131574a08ee5d1cb3a8f4c523f2 | |
parent | 61c2ac4de152944014e50ddbd17f539477927e8f (diff) | |
download | novena-guide-56564710703bcf6ec0d03a5dd7bd60b0c2d566f6.tar.gz novena-guide-56564710703bcf6ec0d03a5dd7bd60b0c2d566f6.zip |
Mention recovery partition.
-rw-r--r-- | tasks.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -166,6 +166,11 @@ 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 +If you have trouble booting the new kernel, hold down the user +(square) button during boot. That should select the kernel in +the sd card's recovery partition. If all else fails, reflash +the sd card with a factory image. + 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 |