From e8c71aa40c3287a7c4a1f0e73fe2bb0eb8985441 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 16 Aug 2009 20:39:00 +0000 Subject: 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 --- rbutil/rbutilqt/base/bootloaderinstallbase.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rbutil/rbutilqt/base/bootloaderinstallbase.cpp') diff --git a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp index 5ce735a5b7..a4cf22af29 100644 --- a/rbutil/rbutilqt/base/bootloaderinstallbase.cpp +++ b/rbutil/rbutilqt/base/bootloaderinstallbase.cpp @@ -155,7 +155,8 @@ QString BootloaderInstallBase::postinstallHints(QString model) msg += "
    "; msg += tr("
  1. Safely remove your player.
  2. "); - if(model == "h100" || model == "h120" || model == "h300") { + if(model == "h100" || model == "h120" || model == "h300" || + model == "ondavx747") { hint = true; msg += tr("
  3. Reboot your player into the original firmware.
  4. " "
  5. Perform a firmware upgrade using the update functionality " -- cgit v1.2.3