diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2014-12-11 13:36:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-21 12:38:07 +0000 |
commit | b99419ff4c1b5ac1e4acd34d95fffd3ac5458bad (patch) | |
tree | a56506cd3720588b587981ec364381cdaa7fa54b /README.hardware | |
parent | 1f5eaa3b365e39b058316ac6195d227f9e3a2b01 (diff) | |
download | openembedded-core-contrib-b99419ff4c1b5ac1e4acd34d95fffd3ac5458bad.tar.gz |
README.hardware: update beaglebone entry to match KERNEL_IMAGETYPE
U-boot 2014.07 defaults to using a gzip compressed kernel
image (zImage). A proper change upading KERNEL_IMAGETYPE has already
been introduced to beaglebone machine config. This patch updates manual
steps to creating a SD card image with proper kernel image name.
(From meta-yocto rev: f1b4b97415e3bb16b1b9119e8339e0bf454c7335)
Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
-rw-r--r-- | README.hardware | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.hardware b/README.hardware index d8faaa3bdb9..a97f1041170 100644 --- a/README.hardware +++ b/README.hardware @@ -251,14 +251,14 @@ if used via a usb card reader): 5. If using core-image-minimal rootfs, install the modules # tar x -C /media/root -f modules-beaglebone.tgz - 6. If using core-image-minimal rootfs, install the kernel uImage into /boot + 6. If using core-image-minimal rootfs, install the kernel zImage into /boot directory of rootfs - # cp uImage-beaglebone.bin /media/root/boot/uImage + # cp zImage-beaglebone.bin /media/root/boot/zImage 7. If using core-image-minimal rootfs, also install device tree (DTB) files into /boot directory of rootfs - # cp uImage-am335x-bone.dtb /media/root/boot/am335x-bone.dtb - # cp uImage-am335x-boneblack.dtb /media/root/boot/am335x-boneblack.dtb + # cp zImage-am335x-bone.dtb /media/root/boot/am335x-bone.dtb + # cp zImage-am335x-boneblack.dtb /media/root/boot/am335x-boneblack.dtb 8. Unmount the SD partitions, insert the SD card into the Beaglebone, and boot the Beaglebone |