mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Rockbox Utility: add preliminary support for installing the bootloader (+ dual boot) on ChinaChip targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22356 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aaf3765669
commit
e8c71aa40c
9 changed files with 544 additions and 1 deletions
|
|
@ -155,7 +155,8 @@ QString BootloaderInstallBase::postinstallHints(QString model)
|
|||
|
||||
msg += "<ol>";
|
||||
msg += tr("<li>Safely remove your player.</li>");
|
||||
if(model == "h100" || model == "h120" || model == "h300") {
|
||||
if(model == "h100" || model == "h120" || model == "h300" ||
|
||||
model == "ondavx747") {
|
||||
hint = true;
|
||||
msg += tr("<li>Reboot your player into the original firmware.</li>"
|
||||
"<li>Perform a firmware upgrade using the update functionality "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue