diff options
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 d8faaa3bdb..a97f104117 100644 --- a/README.hardware +++ b/README.hardware | |||
@@ -251,14 +251,14 @@ if used via a usb card reader): | |||
251 | 5. If using core-image-minimal rootfs, install the modules | 251 | 5. If using core-image-minimal rootfs, install the modules |
252 | # tar x -C /media/root -f modules-beaglebone.tgz | 252 | # tar x -C /media/root -f modules-beaglebone.tgz |
253 | 253 | ||
254 | 6. If using core-image-minimal rootfs, install the kernel uImage into /boot | 254 | 6. If using core-image-minimal rootfs, install the kernel zImage into /boot |
255 | directory of rootfs | 255 | directory of rootfs |
256 | # cp uImage-beaglebone.bin /media/root/boot/uImage | 256 | # cp zImage-beaglebone.bin /media/root/boot/zImage |
257 | 257 | ||
258 | 7. If using core-image-minimal rootfs, also install device tree (DTB) files | 258 | 7. If using core-image-minimal rootfs, also install device tree (DTB) files |
259 | into /boot directory of rootfs | 259 | into /boot directory of rootfs |
260 | # cp uImage-am335x-bone.dtb /media/root/boot/am335x-bone.dtb | 260 | # cp zImage-am335x-bone.dtb /media/root/boot/am335x-bone.dtb |
261 | # cp uImage-am335x-boneblack.dtb /media/root/boot/am335x-boneblack.dtb | 261 | # cp zImage-am335x-boneblack.dtb /media/root/boot/am335x-boneblack.dtb |
262 | 262 | ||
263 | 8. Unmount the SD partitions, insert the SD card into the Beaglebone, and | 263 | 8. Unmount the SD partitions, insert the SD card into the Beaglebone, and |
264 | boot the Beaglebone | 264 | boot the Beaglebone |