mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
xduoox3: Script to patch a firmware image with a new bootloader binary
Change-Id: Ie4cfc34ea1d40ca660b8f23e7782d617b31d7ff4
This commit is contained in:
parent
e55618d07a
commit
d0e47affa9
1 changed files with 5 additions and 0 deletions
5
tools/xduoox3-updatebl.sh
Executable file
5
tools/xduoox3-updatebl.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
unzip $1 rockbox.bin
|
||||
dd if=bootloader-x3.bin of=rockbox.bin bs=2048 seek=4 conv=nocreat conv=notrunc
|
||||
zip -o $1 rockbox.bin rockbox-info.txt
|
||||
rm rockbox.bin
|
Loading…
Add table
Add a link
Reference in a new issue