summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 474c5f3..fc492c5 100644
--- a/README
+++ b/README
@@ -36,6 +36,7 @@ Contents:
36 2.E. Set overclocking options 36 2.E. Set overclocking options
37 2.F. Optional - Video camera support with V4L2 drivers 37 2.F. Optional - Video camera support with V4L2 drivers
38 2.G. Images 38 2.G. Images
39 2.H. Boot to U-Boot
393. Extra apps 403. Extra apps
40 3.A. omxplayer 41 3.A. omxplayer
414. Source code and mirrors 424. Source code and mirrors
@@ -146,6 +147,14 @@ VIDEO_CAMERA = "1"
146 Image based on rpi-basic-image which includes most of the packages in this 147 Image based on rpi-basic-image which includes most of the packages in this
147 layer and some media samples. 148 layer and some media samples.
148 149
1502.H. Boot to U-Boot
151===================
152To have u-boot load kernel image, set in your local.conf
153KERNEL_IMAGETYPE = "uImage"
154
155This will make kernel.img be u-boot image which will load uImage.
156By default, kernel.img is the actual kernel image (ex. Image).
157
149 158
1503. Extra apps 1593. Extra apps
151============= 160=============