diff options
Diffstat (limited to 'board/pandaboard/readme.txt')
-rw-r--r-- | board/pandaboard/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pandaboard/readme.txt b/board/pandaboard/readme.txt index 8741349d1..e18ae5236 100644 --- a/board/pandaboard/readme.txt +++ b/board/pandaboard/readme.txt @@ -27,7 +27,7 @@ The result of the build with the default settings should be these files: ├── omap4-panda-a4.dtb ├── omap4-panda.dtb ├── omap4-panda-es.dtb - ├── rootfs.ext2 + ├── rootfs.ext4 ├── u-boot.img └── zImage @@ -73,4 +73,4 @@ and u-boot.img to it. The last step is to copy the rootfs image to the sdcard's second partition using 'dd': - $ sudo dd if=rootfs.ext2 of=/dev/sdX2 bs=1M conv=fsync + $ sudo dd if=rootfs.ext4 of=/dev/sdX2 bs=1M conv=fsync |