Lines Matching full:bin
1 #!/bin/bash
74 cp ${TPL_BIN} tmp/tpl.bin
76 cp ${TPL_BIN} tmp/u-boot-tpl.bin
77 dd if=tmp/u-boot-tpl.bin of=tmp/tpl.bin bs=1 skip=4
78 sed -i "1s/^/${MAGIC:0:4}/" tmp/tpl.bin
81 cp ${SPL_BIN} tmp/u-boot-spl.bin
82 sed -i "s/FlashData=.*$/FlashData=.\/tmp\/tpl.bin/" ${TMP_INI}
83 sed -i "0,/Path1=.*/s/Path1=.*$/Path1=.\/tmp\/tpl.bin/" ${TMP_INI}
84 sed -i "s/FlashBoot=.*$/FlashBoot=.\/tmp\/u-boot-spl.bin/" ${TMP_INI}
88 cp ${TPL_BIN} tmp/tpl.bin
90 cp ${TPL_BIN} tmp/u-boot-tpl.bin
91 dd if=tmp/u-boot-tpl.bin of=tmp/tpl.bin bs=1 skip=4
92 sed -i "1s/^/${MAGIC:0:4}/" tmp/tpl.bin
94 sed -i "s/FlashData=.*$/FlashData=.\/tmp\/tpl.bin/" ${TMP_INI}
95 sed -i "0,/Path1=.*/s/Path1=.*$/Path1=.\/tmp\/tpl.bin/" ${TMP_INI}
98 cp ${SPL_BIN} tmp/u-boot-spl.bin
99 sed -i "s/FlashBoot=.*$/FlashBoot=.\/tmp\/u-boot-spl.bin/" ${TMP_INI}