diff options
Diffstat (limited to 'docs/BOOT.sdcard')
| -rw-r--r-- | docs/BOOT.sdcard | 6 |
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 | ||
| 29 | Copy the following to the SD card partition one: | 29 | Copy 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 | ||
| 34 | Also create the file "uEnv.txt" on the SD card parition one, with the following | 34 | Also 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 | ||
| 43 | Alternatively you can use the default names for the images, rename them | 43 | Alternatively you can use the default names for the images, rename them |
| 44 | according to below and copy them onto partition one. Doing this removes the need | 44 | according 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). | |||
| 54 | Booting the Kernel (with mmcblk/SD card rootfs) | 54 | Booting the Kernel (with mmcblk/SD card rootfs) |
| 55 | ----------------------------------------------- | 55 | ----------------------------------------------- |
| 56 | Use an SD card with partition one in FAT16 format, and an additional partition | 56 | Use an SD card with partition one in FAT16 format, and an additional partition |
| 57 | for the root filesystem (formatted as EXT2). | 57 | for the root filesystem (formatted as EXT2/3/4). |
| 58 | 58 | ||
| 59 | Copy the following to the SD card partition one: | 59 | Copy the following to the SD card partition one: |
| 60 | * Kernel: uImage | 60 | * Kernel: uImage |
