diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2016-02-26 00:11:55 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-02-26 15:52:44 +0100 |
commit | 55fad2b5b669160696fb3a15309ad98523b24d9b (patch) | |
tree | ead755af3c37b4f500cdc5456f5aaa63571ae049 /board | |
parent | 000b972f49bcf9ed35417bb787a4440f22b12f8e (diff) |
configs: pandaboard: bump u-boot to 2016.01 and kernel to 4.4.3 and use ext4
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board')
-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 |