summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-vf/colibri-vf_bin/mk-u-boot-scripts.sh
blob: 3c10ac4fee83ac17be52bd20ef7fcac48c5deb44 (plain)
1
2
3
4
5
6
7
#!/bin/sh
for f in *.scr
do
	mkimage -T script -C none -n 'Flash Colibri VF' -d $f `basename $f .scr`.img
done	
#mkimage -T script -C none -n 'Flash Colibri VF with data from SD card' -d flash_mmc.scr flash_mmc.img
#mkimage -T script -C none -n 'Flash Colibri VF with u-boot from SD card' -d flash_mmc_u-boot.scr flash_mmc_u-boot.img