]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rootfs/build/prepare_boot
rootfs: Enable mtd-utils and generate jffs2 image
[can-benchmark.git] / rootfs / build / prepare_boot
index 14270a484bba8c0c3da996c1187968f5f9147755..43a79b35ed38bee55b1d3b47d62b1cd33655c67e 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
 set -x
 cp $1/rootfs.cpio ../../boot/images/
+cp $1/rootfs.jffs2 ../../boot/images/
 mkimage -T ramdisk -A powerpc -O linux -d $1/rootfs.cpio ../../boot/images/rootfs.uImage