For machines with k3 platforms, install a different README file It describes all the new files needed for booting k3 devices.
Signed-off-by: Nikhil Devshatwar <[email protected]> --- Changes from v1: * Avoid recipe changes, use machine specific README file .../tisdk-readme/tisdk-readme/k3/README | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/k3/README diff --git a/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/k3/README b/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/k3/README new file mode 100644 index 0000000..0eb6dd3 --- /dev/null +++ b/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/k3/README @@ -0,0 +1,26 @@ +The files contained in this directory represent the images that were built +as part of the original SDK build and packaging process. They are meant +to serve as a restore and starting point for your development. In order +to use these images with an SD card they should be placed in the appropriate +locations. + +By default these locations are: + ++-------------+-----------------------------------------+ +| File | Location | ++-------------+-----------------------------------------+ +| tiboot3.bin | boot partition | +| tispl.bin | boot partition | +| u-boot.img | boot partition | +| sysfw.itb | boot partition | +| uEnv.txt | boot partition | ++-------------+-----------------------------------------+ +| Image | /boot directory of the rootfs partition | +| *.dtb | /boot directory of the rootfs partition | +| *.dtbo | /boot directory of the rootfs partition | ++-------------+-----------------------------------------+ + +By default the boot loaders are read from the first FAT partition, which is +usually called the "boot" partition. Then the bootloader will look for the +Image and .dtb .dtbo files in the /boot directory of the ext4 partition, which is +usually called the "rootfs" partition. -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
