summaryrefslogtreecommitdiffstats
path: root/board/pandaboard
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-02-26 00:11:55 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-02-26 15:52:44 +0100
commit55fad2b5b669160696fb3a15309ad98523b24d9b (patch)
treeead755af3c37b4f500cdc5456f5aaa63571ae049 /board/pandaboard
parent000b972f49bcf9ed35417bb787a4440f22b12f8e (diff)
downloadbuildroot-55fad2b5b669160696fb3a15309ad98523b24d9b.tar.gz
buildroot-55fad2b5b669160696fb3a15309ad98523b24d9b.zip
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/pandaboard')
-rw-r--r--board/pandaboard/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/pandaboard/readme.txt b/board/pandaboard/readme.txt
index 8741349d19..e18ae5236f 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
OpenPOWER on IntegriCloud