diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2017-04-07 15:48:44 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-04-26 15:33:17 +1000 |
| commit | 0cf1833f639224b0ab9aa1c23aa355a9d6ec338a (patch) | |
| tree | d525d48ae1ed53c2904b05007d1d3a8a6ef4dbb9 /README.booting.md | |
| parent | 792305e6cb021d81d45a6865a2406cbb41d1fb51 (diff) | |
| download | meta-xilinx-0cf1833f639224b0ab9aa1c23aa355a9d6ec338a.tar.gz | |
README.booting.md: Update and add notes
Remove mention of 'u-boot-dtb.img' which is no longer generated.
Add a small paragraph directing users to look at the Yocto dev manual
for information about generating partitioned/disk images with wic.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Diffstat (limited to 'README.booting.md')
| -rw-r--r-- | README.booting.md | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/README.booting.md b/README.booting.md index f1ff39d5..04c32c51 100644 --- a/README.booting.md +++ b/README.booting.md | |||
| @@ -142,12 +142,17 @@ It is recommended that the first partition be at least 64MB in size, however | |||
| 142 | this value will depend on whether using a ramdisk for the root filesystem and | 142 | this value will depend on whether using a ramdisk for the root filesystem and |
| 143 | how large the ramdisk is. | 143 | how large the ramdisk is. |
| 144 | 144 | ||
| 145 | This section describes how to manually prepare and populate an SD card image. | ||
| 146 | There are automation tools in OpenEmbedded that can generate disk images already | ||
| 147 | formatted and prepared such that they can be written directly to a disk. Refer | ||
| 148 | to the Yocto Project Development Manual for more details: | ||
| 149 | http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#creating-partitioned-images | ||
| 150 | |||
| 145 | ### Installing U-Boot | 151 | ### Installing U-Boot |
| 146 | Add the following files to the first partition: | 152 | Add the following files to the first partition: |
| 147 | 153 | ||
| 148 | * `boot.bin` | 154 | * `boot.bin` |
| 149 | * `u-boot.img` (if using u-boot-xlnx) | 155 | * `u-boot.img` |
| 150 | * `u-boot-dtb.img` (if using u-boot) | ||
| 151 | 156 | ||
| 152 | ### Installing Kernel and Device Tree | 157 | ### Installing Kernel and Device Tree |
| 153 | Add the following files to the first partition: | 158 | Add the following files to the first partition: |
