diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-20 01:05:00 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-09 03:05:14 +0200 |
commit | dbc5ea02b2bc118c66dc921256dd94189e8eb347 (patch) | |
tree | db18059aeb993ce4cf8cf18bac2b6a478779e497 | |
parent | d9ce376660c787e7944732de02a327c6d49ad031 (diff) | |
download | meta-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-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 | ||
39 | 3. Extra apps | 40 | 3. Extra apps |
40 | 3.A. omxplayer | 41 | 3.A. omxplayer |
41 | 4. Source code and mirrors | 42 | 4. 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 | ||
150 | 2.H. Boot to U-Boot | ||
151 | =================== | ||
152 | To have u-boot load kernel image, set in your local.conf | ||
153 | KERNEL_IMAGETYPE = "uImage" | ||
154 | |||
155 | This will make kernel.img be u-boot image which will load uImage. | ||
156 | By default, kernel.img is the actual kernel image (ex. Image). | ||
157 | |||
149 | 158 | ||
150 | 3. Extra apps | 159 | 3. Extra apps |
151 | ============= | 160 | ============= |