Welcome to the Rockbox Technical Forums!
Is your iPod modded in any way (eg an SSD?)Also you didn't seem to mention what version of rockbox you are using. Please make sure you are using the latest nightly build, because this sounds like an issue, fixed about a month ago, that only affected SSD-modified iPods.
Specs are:Disk: CF CardVersion installed: 42dba708e3-210414
Quote from: PeppeNT on April 15, 2021, 05:41:44 PMSpecs are:Disk: CF CardVersion installed: 42dba708e3-210414Please go to rockbox / debug / dump ata identify info, and send me the /identify_info.bin that is created.I suspect what's going on is that the CF card you're using doesn't properly implement power saving functions, so the shutdown is hanging while waiting for the CF card to acknowledge a clean shutdown.
Solved. I made it faster to do myself before waiting your support. I edited source code and added function backlight_set_timeout(-1); before lcd shutdown in powermgmt.c and compiled. This solved my issue.
Please when an user asked help, and you do not want to help him, say it, because, even if this is an open source project and nobody must do nothing, is appreciated to say if you do not have much time to help, so users do not have to wait infinitely an help that won't arrive.
An apparently-identical issue arose with an older ipod version due to ATA powermgmt code that the iflash adapters bypass. The ipod6g+ series use a different ATA driver that currently has no awareness of the iflash adapters and the need to disable power management on those things.
Page created in 0.038 seconds with 22 queries.