[01:09:51] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [01:09:51] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [01:21:17] *** Joins: [Saint] (~saint@rockbox/staff/saint) [02:53:30] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Ping timeout: 240 seconds) [02:54:40] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [03:17:27] *** Quits: el3ctrikz (~el3ctrik@2a00:1c10:5:202:216:3eff:fe98:c8f1) (Ping timeout: 240 seconds) [03:19:17] *** Joins: el3ctrik-away (~el3ctrik@2a00:1c10:5:202:216:3eff:fe98:c8f1) [03:19:31] *** el3ctrik-away is now known as el3ctrik [03:24:21] *** Joins: el3ctrik-away (~el3ctrik@2a00:1c10:5:202:216:3eff:fe98:c8f1) [03:25:27] TheSeven: what address do i need to write at the end of the dfu container, in order to make it work? [03:30:26] *** Quits: el3ctrik (~el3ctrik@2a00:1c10:5:202:216:3eff:fe98:c8f1) (Ping timeout: 240 seconds) [03:30:27] *** el3ctrik-away is now known as el3ctrik [03:33:58] the entry point into the code... check existing ones for the exact value [03:39:55] 0x22000050 IIUC [03:39:57] thanks [04:30:44] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Read error: Connection reset by peer) [04:33:34] *** Joins: [Saint] (~saint@rockbox/staff/saint) [04:58:56] *** Quits: krnlyng (~liar@83.175.90.24) (Ping timeout: 264 seconds) [05:08:32] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Ping timeout: 255 seconds) [06:40:30] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [06:40:43] *** Joins: [7] (~quassel@rockbox/developer/TheSeven) [07:02:01] *** Joins: krnlyng (~liar@83.175.90.24) [07:07:58] *** Joins: [Saint] (~saint@rockbox/staff/saint) [07:09:52] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [07:09:52] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [07:24:25] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Ping timeout: 240 seconds) [13:09:52] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [13:09:52] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [16:49:43] *** el3ctrik is now known as el3ctrik-away [18:16:20] *** el3ctrik-away is now known as el3ctrik [18:25:19] *** el3ctrik is now known as el3ctrik-away [19:09:51] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [19:09:51] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [19:12:52] *** el3ctrik-away is now known as el3ctrik [19:33:31] *** el3ctrik is now known as el3ctrik-away [21:27:55] [7]: the lcd init code that i need to tweak is located in apps/installer-ipodnano4g/bootstub/bootstub.S, right? [21:28:20] <[7]> yes, for now [21:28:36] <[7]> it will also go into the emcore loader once that one exists [21:49:29] can you help me find the code that decides which lcd sequence to send? i feel a bit lost in asm code [21:51:24] IIUC, stack pointer is set to the location of the data, then moved to the desired parts and then loaded in the registers using ldmia [21:52:42] i guess i'll need to debug it using only hangs and resets