]> 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 59dc00011a13935d63ed173158e56510e6c1e03d..43a79b35ed38bee55b1d3b47d62b1cd33655c67e 100755 (executable)
@@ -1,3 +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