summaryrefslogtreecommitdiffstats
path: root/docs/BOOT.sdcard
diff options
context:
space:
mode:
Diffstat (limited to 'docs/BOOT.sdcard')
-rw-r--r--docs/BOOT.sdcard6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/BOOT.sdcard b/docs/BOOT.sdcard
index 488638c9..62897f3c 100644
--- a/docs/BOOT.sdcard
+++ b/docs/BOOT.sdcard
@@ -28,7 +28,7 @@ Use an SD card with partition one in FAT16 format.
28 28
29Copy the following to the SD card partition one: 29Copy the following to the SD card partition one:
30 * Kernel: uImage 30 * Kernel: uImage
31 * Root FS: core-image-minimal-<machine name>.ext2.gz.u-boot 31 * Root FS: core-image-minimal-<machine name>.cpio.gz.u-boot
32 * Devicetree: uImage-<machine name>.dtb 32 * Devicetree: uImage-<machine name>.dtb
33 33
34Also create the file "uEnv.txt" on the SD card parition one, with the following 34Also create the file "uEnv.txt" on the SD card parition one, with the following
@@ -38,7 +38,7 @@ correct name for you machine/system.
38 38
39 kernel_image=uImage 39 kernel_image=uImage
40 devicetree_image=uImage-<machine name>.dtb 40 devicetree_image=uImage-<machine name>.dtb
41 ramdisk_image=core-image-minimal-<machine name>.ext2.gz.u-boot 41 ramdisk_image=core-image-minimal-<machine name>.cpio.gz.u-boot
42 42
43Alternatively you can use the default names for the images, rename them 43Alternatively you can use the default names for the images, rename them
44according to below and copy them onto partition one. Doing this removes the need 44according to below and copy them onto partition one. Doing this removes the need
@@ -54,7 +54,7 @@ board. (Ensure the board is configured via the MIO's for SD Boot).
54Booting the Kernel (with mmcblk/SD card rootfs) 54Booting the Kernel (with mmcblk/SD card rootfs)
55----------------------------------------------- 55-----------------------------------------------
56Use an SD card with partition one in FAT16 format, and an additional partition 56Use an SD card with partition one in FAT16 format, and an additional partition
57for the root filesystem (formatted as EXT2). 57for the root filesystem (formatted as EXT2/3/4).
58 58
59Copy the following to the SD card partition one: 59Copy the following to the SD card partition one:
60 * Kernel: uImage 60 * Kernel: uImage