Status: Difference between revisions

From freemyipod
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 119: Line 119:
| Backlight
| Backlight
| <span style="color:green">'''Yes'''</span>
| <span style="color:green">'''Yes'''</span>
| <span style="color:red">'''No'''</span>
| <span style="color:green">'''Yes'''</span>
| <span style="color:green">'''Yes'''</span>
| <span style="color:green">'''Yes'''</span>
| <span style="color:grey">'''No'''<ref name="tethered"/></span>
| <span style="color:grey">'''No'''<ref name="tethered"/></span>

Revision as of 22:37, 30 March 2026

This status is based on the progress the freemyipod team has made so far. This is mostly a summary of reverse engineering and "janitorial" work required to run end-user software like Rockbox or Linux.

iPod nano (2nd generation) iPod nano (3rd generation) iPod nano (4th generation) iPod nano (5th generation) iPod nano (6th generation) iPod nano (7th generation) iPod classic (6th generation) iPod classic (6th generation) iPod classic (6th generation)
Code execution Yes Yes Yes Tethered Yes[1] Yes[1] Yes Yes Yes
Firmware decryption Yes Yes Yes Yes Yes Yes Yes Yes Yes
U-Boot Yes No No Yes No Yes No No No
emCORE Yes No Yes No No No Yes Yes Yes
Boot retailOS Yes Yes No No[2] No No Yes Yes Yes
SDRAM Yes Yes Yes No[2] No Yes Yes Yes Yes
UART Yes Yes No[3] Yes No Yes Yes Yes Yes
USB Yes Yes Yes Yes No Yes Yes Yes Yes
SPI Unused Yes No No No No Yes Yes Yes
I2C Yes Yes Yes No No Yes Yes Yes Yes
Backlight Yes Yes Yes No[2] No No[2] Yes Yes Yes
LCD Yes Yes Yes Yes No Yes Yes Yes Yes
Clickwheel Yes Yes No No N/A N/A Yes Yes Yes
Audio Yes No No No No No Yes Yes Yes
NAND/Hard Drive Yes No No No No No Yes Yes Yes
Power management Yes Partially No No No No Partially Partially Partially
RTC Yes No No No No No Yes Yes Yes
Piezo Yes Yes Yes No N/A N/A Yes Yes Yes
Accelerometer N/A N/A Yes No No Yes N/A N/A N/A

Annotations

  1. 1.0 1.1 Untethered Nano 6G and Nano 7G code execution is implemented using CVE-2010-1797, tethered is implemented using S5Late/wInd3x
  2. 2.0 2.1 2.2 2.3 Support is implemented in a tethered fashion via wInd3x, where we re-use parts of the original Apple boot chain which negates the need of some features.
  3. UART is not really needed here as we can already access the device via USB.