summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2014-01-20 01:05:00 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2014-02-09 03:05:14 +0200
commitdbc5ea02b2bc118c66dc921256dd94189e8eb347 (patch)
treedb18059aeb993ce4cf8cf18bac2b6a478779e497
parentd9ce376660c787e7944732de02a327c6d49ad031 (diff)
downloadmeta-raspberrypi-dbc5ea02b2bc118c66dc921256dd94189e8eb347.tar.gz
README: Add info about U-Boot support
Change-Id: I1b17ef313d2005b7bf0ef853a2730144032f8539 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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=============