mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Rockbox Utility: add support for mkimxboot bootloader.
Reworked version of FS#12402 by Jean-Louis Biasini. Since the mkimxboot process takes quite a while which blocks the UI it has been adjusted to perform the actual firmware patching in a separate process. Various other small changes have been made to make it fit better into Rockbox Utility's dialogs / messages and update the code to latest changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31580 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56e1e859ca
commit
61f999a16e
6 changed files with 264 additions and 3 deletions
|
|
@ -501,7 +501,7 @@ encoder=rbspeex
|
|||
[sansafuzeplus]
|
||||
name="Sansa Fuze+"
|
||||
buildserver_modelname=sansafuzeplus
|
||||
bootloadermethod=none ; no bootloader for now
|
||||
bootloadermethod=imx
|
||||
bootloadername=/sandisk-sansa/fuzeplus/bootloader-fuzeplus.sansa
|
||||
bootloaderfile=/firmware.sb
|
||||
manualname=
|
||||
|
|
@ -510,7 +510,6 @@ usbid=0x078174e1
|
|||
usberror=
|
||||
configure_modelname=sansafuzeplus
|
||||
encoder=rbspeex
|
||||
status=disabled
|
||||
|
||||
[sansam200v4]
|
||||
name="Sansa m200v4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue