[00:18:53] <[7]> xaero252: what you are observing is exactly what I meant: elf2emcoreapp built with mismatched bfd library [00:19:25] <[7]> all the code uses svnversion, but uses a modification date change of .svn/entries as a trigger to rescan it [00:19:39] <[7]> so you'll probably just need to change that to a different file that still exists [00:20:40] <[7]> you need the exact bfd files generated while compiling the rockbox toolchain which rockboxdev.sh deletes in the process [00:21:30] <[7]> but to check if some patch helped you don't even need elf2emcoreapp [00:21:55] <[7]> just build the emcore kernel itself, rename build/ipodclassic/emcore.bin to emcore.ubi and drop it into umsboot, and check if the error message goes away [00:22:10] <[7]> once it does it might be worth doing a full installer build (we can do that for you if needed) [01:23:51] *** Quits: cyb3rkn19ht (~cyb3rkn19@c-67-172-198-4.hsd1.va.comcast.net) (Remote host closed the connection) [01:24:32] *** Joins: cyb3rkn19ht (~cyb3rkn19@c-67-172-198-4.hsd1.va.comcast.net) [02:31:35] Hmmm 6s delay + 1.0s = same error followed by "No usable boot options, waiting for USB commands" presumably because the emcore.ubi didn't have anything to run afterward (i.e. the emcore menu) [02:39:34] <[7]> where did you add the delay [02:42:03] storage_ata.c [02:42:25] changed 5000000 -> 10000000 [02:42:57] <[7]> the ssd might need a delay before even issuing the command [02:43:18] #define CEATA_POWERUP_TIMEOUT 60000000 & #define CEATA_DAT_NONBUSY_TIMEOUT 10000000 [02:43:21] <[7]> so it might make sense to add a udelay(5000000); after powering it up [02:43:27] <[7]> that's just for CEATA [02:43:35] <[7]> (i.e. the weird 120GB drive) [02:43:46] Ahhhh [02:44:28] <[7]> basically a hard drive with an sd card interface, but talking ata commands on top of the sd protocol [02:44:44] <[7]> i.e. just wrapping the crappy old IDE registers [02:45:29] so where would be the correct place to add the delay? [02:45:38] beginning of the ata_bbt_read_sectors func? [02:47:15] or ata_init? [02:47:51] Sorry, I'm not horribly familiar with device-level programming; I'm used to working with devices that are already initialized for me >< [02:55:30] <[7]> lemme check [02:56:59] <[7]> between these two lines [02:56:59] <[7]> while (!(ATA_PIO_READY & BIT(1))) sleep(100); [02:56:59] <[7]> PASS_RC(ata_identify(ata_identify_data), 2, 0); [02:57:09] <[7]> add a sleep(10000000); or something like that [03:17:40] kk [04:17:50] Yeah, seems like its just not going to work with these drives >< 25000000 didn't even work... peculiar... [06:16:43] *** Quits: xaero252 (43a0122d@gateway/web/freenode/ip.67.160.18.45) (Ping timeout: 245 seconds) [06:56:22] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Read error: Operation timed out) [06:57:59] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [07:35:35] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [07:35:42] *** Joins: [7] (~quassel@rockbox/developer/TheSeven) [10:18:31] *** Quits: cyb3rkn19ht (~cyb3rkn19@c-67-172-198-4.hsd1.va.comcast.net) (Ping timeout: 256 seconds) [12:50:16] *** Joins: dav2000 (~dav2000@ip58-112-cust.sprintel.cz) [13:00:14] *** Quits: dav2000 (~dav2000@ip58-112-cust.sprintel.cz) (Remote host closed the connection) [14:49:35] *** Joins: comandillos (2e198037@gateway/web/freenode/ip.46.25.128.55) [14:49:47] *** Quits: comandillos (2e198037@gateway/web/freenode/ip.46.25.128.55) (Quit: Page closed) [19:05:39] *** Joins: user890104 (Venci@195.189.80.95) [20:41:29] *** Joins: nonesuch (4b9e050b@gateway/web/freenode/ip.75.158.5.11) [20:41:52] Hi can someone help me please/ [20:42:18] I was trying to install RB on my 6th generation ipod classic 120GB [20:44:04] but when it asked me to reboot with rockbox....i thought I agreed to the installation / to proceed by clicking on the menu and select button at the same time but for whatever reason it booted with the apple firmware [20:44:40] so I put it back in DFU mode to go back and do it again....but now it won't boot up [20:45:14] and the status on my computer says that there was some error with device installation [20:45:43] I can't start my ipod now...how can I start it and install RB [20:52:59] okay never mind [20:53:04] i just got it to work again\ [20:53:14] sorry guys [20:53:31] lets try it again [20:54:39] *** Quits: nonesuch (4b9e050b@gateway/web/freenode/ip.75.158.5.11) (Quit: Page closed) [21:37:43] *** Joins: cyb3rkn19ht (~cyb3rkn19@c-67-172-198-4.hsd1.va.comcast.net)