Revision 1421
Added by markw 12 months ago
makeflash_08 | ||
---|---|---|
rm version
|
||
|
||
./swapbits $2 ${TYPE}.pofswap
|
||
dd if=${TYPE}.pofswap bs=1 skip=2219 count=32768 of=init2.bin
|
||
dd if=${TYPE}.pofswap bs=1 skip=118955 count=202752 of=core2.bin
|
||
dd if=${TYPE}.pofswap bs=1 skip=2213 count=32768 of=init2.bin
|
||
dd if=${TYPE}.pofswap bs=1 skip=118949 count=202752 of=core2.bin
|
||
cat init2.bin core2.bin > $4
|
||
echo $3 > version
|
||
dd conv=notrunc if=version bs=1 count=8 of=$4
|
Also available in: Unified diff
Correct offsets again