On Thu, Apr 20, 2017 at 3:35 AM, Nathan Rossi <[email protected]> wrote: > 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 <[email protected]>
Reviewed-by: Alistair Francis <[email protected]> Thanks, Alistair > --- > README.booting.md | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > > diff --git a/README.booting.md b/README.booting.md > index f1ff39d550..04c32c51f9 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 > this value will depend on whether using a ramdisk for the root filesystem and > how large the ramdisk is. > > +This section describes how to manually prepare and populate an SD card image. > +There are automation tools in OpenEmbedded that can generate disk images > already > +formatted and prepared such that they can be written directly to a disk. > Refer > +to the Yocto Project Development Manual for more details: > + > http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#creating-partitioned-images > + > ### Installing U-Boot > Add the following files to the first partition: > > * `boot.bin` > -* `u-boot.img` (if using u-boot-xlnx) > -* `u-boot-dtb.img` (if using u-boot) > +* `u-boot.img` > > ### Installing Kernel and Device Tree > Add the following files to the first partition: > -- > 2.11.0 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
