Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipod6g: Fix config

- NOR flash size is 1MB, not 10MB
- BOOTFILE_EXT2 is not used, the Rockbox binary is always unencrypted on iPod 6G. This looks like a leftover from ipodnano2g config

Change-Id: Iea76c1e87f27e25b3d59924ef02e22d91448e39d

authored by

Vencislav Atanasov and committed by
Solomon Peachy
f4bbddb0 46a4361b

+1 -4
+1 -4
firmware/export/config/ipod6g.h
··· 178 178 #define HAVE_USB_CHARGING_ENABLE 179 179 180 180 /* The size of the flash ROM */ 181 - #define FLASH_SIZE 0x1000000 181 + #define FLASH_SIZE 0x100000 182 182 183 183 /* Define this to the CPU frequency */ 184 184 #define CPU_FREQ 216000000 ··· 211 211 #define BOOTFILE_EXT "ipod" 212 212 #define BOOTFILE "rockbox." BOOTFILE_EXT 213 213 #define BOOTDIR "/.rockbox" 214 - 215 - /* Alternative bootfile extension - this is for encrypted images */ 216 - #define BOOTFILE_EXT2 "ipodx" 217 214 218 215 /* Define this for FM radio input available */ 219 216 #define HAVE_FMRADIO_IN