[00:16:01] it worked this time, there's a build that boots at http://files.freemyipod.org/tmp/emcore/ [00:20:39] usb seems to be broken though [00:24:49] *** Quits: Kebianizao (~kvirc@167.23.219.87.dynamic.jazztel.es) (Quit: Estaba usando KVIrc KVIrc Equilibrium 4.2.0, revision: 420, sources date: 20120701, built on: 2013-08-29 10:52:41 UTC 420 http://www.kvirc.net/) [01:09:45] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [01:09:45] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [02:13:45] *** Joins: [Saint] (~saint@rockbox/staff/saint) [03:02:36] *** Joins: jan_bee_ (~some@euve32367.server4you.net) [03:04:08] *** Quits: jan_bee (~some@euve32367.server4you.net) (Ping timeout: 240 seconds) [03:19:24] *** Joins: STeeF (~STeeF@office.hostnetbv.nl) [06:42:27] *** Quits: TheSeven (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [06:42:46] *** Joins: [7] (~quassel@rockbox/developer/TheSeven) [07:09:45] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [07:09:45] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [08:21:58] *** Joins: zkyz (~zkyz@CPE-121-222-29-6.lnse1.cha.bigpond.net.au) [08:36:22] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Read error: Connection reset by peer) [08:38:03] *** Joins: [Saint] (~saint@rockbox/staff/saint) [09:06:53] *** Quits: zkyz (~zkyz@CPE-121-222-29-6.lnse1.cha.bigpond.net.au) () [09:21:06] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Remote host closed the connection) [09:22:19] *** Joins: [Saint] (~saint@rockbox/staff/saint) [13:09:48] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [13:09:48] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [14:31:20] *** Quits: [Saint] (~saint@rockbox/staff/saint) (Ping timeout: 246 seconds) [14:42:01] *** Joins: tbx1024 (~tbialas@fer01-1-78-234-67-117.fbx.proxad.net) [14:42:17] *** Parts: tbx1024 (~tbialas@fer01-1-78-234-67-117.fbx.proxad.net) () [14:47:06] *** Joins: [Saint] (~saint@rockbox/staff/saint) [17:22:21] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Ping timeout: 264 seconds) [17:22:58] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [19:09:50] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [19:09:50] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [19:36:40] user890104: btw, that IRQ 16 is DMAC0_INTERRUPT [19:36:55] so you're catching the result of some leftover DMA operation of the apple firmware [19:37:13] I'm wondering who enables that IRQ channel... [19:37:35] this is a typical case that can only occur if we're bootstrapping through the notes exploit [19:37:44] a clean boot (through DFU or from flash) won't run into that [19:38:44] it doesn't kill ibugger because that does run with all IRQs disabled all the time, and polls the USB controller instead [20:06:56] *** Joins: n1s (~n1s@rockbox/developer/n1s) [20:45:54] *** Joins: Kebianizao (~kvirc@167.23.219.87.dynamic.jazztel.es) [22:46:49] *** Quits: Kebianizao (~kvirc@167.23.219.87.dynamic.jazztel.es) (Ping timeout: 240 seconds) [23:11:59] *** Joins: Kebianizao (~kvirc@167.23.219.87.dynamic.jazztel.es) [23:12:19] *** Quits: n1s (~n1s@rockbox/developer/n1s) (Quit: Ex-Chat) [23:19:27] TheSeven: can we unbind apple's irqs before running our code? [23:20:43] I'm not sure what even activates that IRQ [23:20:56] we're likely enabling it to use some other DMA channel [23:21:06] (which shares the same IRQ) [23:21:22] so in order to clean this up we'd have to check all those DMA channels and cancel any pending transfers