You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipodloader2 previously used 0x10 PIO mode. While faster, this could lead to data corruption with certain CF, SD, and SATA adapters..., causing the Invalid MBR error reported in #7. While commit f3bdd31 resolved most of these errors, porting ATA features from the Rockbox bootloader provides significantly better reliability across adapters.
This update also fixes a display controller bug where putting the Monochrome iPod into standby from ipodloader2 and waking it caused random vertical lines to appear due to an improper display shutdown sequence.
Sounds good! That's great—I'd love to test it out. How does it actually work? Do you have a ready-made .bin for us? Thanks for your work.
You can download the loader at https://github.com/oxGorou/ipodloader2/actions/runs/32807890972#artifacts
Since I disabled debugging for this build, you will need to modify the code to enable debug prints if you need to troubleshoot.
The loader works well on my iPod 4th Gen Monochrome with an mSATA adapter, it can boot the stock OS, Rockbox, and Linux. However I'm not sure about other monochrome/video iPods and adapters, as I am currently just trying to port most of the new ATA features from Rockbox
Sounds good! That's great—I'd love to test it out. How does it actually work? Do you have a ready-made .bin for us? Thanks for your work.
You can download the loader at oxGorou/ipodloader2/actions/runs/32807890972#artifacts Since I disabled debugging for this build, you will need to modify the code to enable debug prints if you need to troubleshoot. The loader works well on my iPod 4th Gen Monochrome with an mSATA adapter, it can boot the stock OS, Rockbox, and Linux. However I'm not sure about other monochrome/video iPods and adapters, as I am currently just trying to port most of the new ATA features from Rockbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ipodloader2 previously used
0x10PIO mode. While faster, this could lead to data corruption with certain CF, SD, and SATA adapters..., causing theInvalid MBR errorreported in #7. While commit f3bdd31 resolved most of these errors, porting ATA features from the Rockbox bootloader provides significantly better reliability across adapters.This update also fixes a display controller bug where putting the Monochrome iPod into standby from ipodloader2 and waking it caused random vertical lines to appear due to an improper display shutdown sequence.
Tested on: