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:
Maurus Cuelenaere 2009-08-16 20:39:00 +00:00
parent aaf3765669
commit e8c71aa40c
9 changed files with 544 additions and 1 deletions

View file

@ -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 "