diff options
| -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 | ============= |
