mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
FS#10100: Wait for the system to remount the player after bootloader installation.
OS X requires to unmount the player during bootloader installation on Sansas / Ipods. The system remounts the player automatically after a short while. Not waiting for the system to remount the player will result in a changed mount point, making the small / full install write the main build to the wrong location. This currently waits up to 60 seconds for the player to get remounted until it errors out. This value seems to be sufficient, if it's not please report so we can adjust it. Also, the waiting can't be interrupted right now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23716 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46e56582b0
commit
38dde55c27
7 changed files with 116 additions and 7 deletions
|
|
@ -40,6 +40,7 @@ class BootloaderInstallIpod : public BootloaderInstallBase
|
|||
|
||||
private slots:
|
||||
void installStage2(void);
|
||||
void installStage3(bool mounted);
|
||||
|
||||
private:
|
||||
bool ipodInitialize(struct ipod_t *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue