--- Log opened Wed Nov 23 00:02:06 2011 00:02 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 00:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 00:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 00:55 -!- Poodlemastah [~Poodlemas@h-241-205.a218.priv.bahnhof.se] has left #freemyipod 00:55 -!- Poodlemastah [~Poodlemas@h-241-205.a218.priv.bahnhof.se] has joined #freemyipod 01:12 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Remote host closed the connection] 03:24 -!- Liath [~Liath@fctnnbsc30w-142167095073.dhcp-dynamic.FibreOp.nb.bellaliant.net] has quit [Ping timeout: 244 seconds] 03:29 -!- Liath [~Liath@fctnnbsc30w-198164219007.dhcp-dynamic.FibreOp.nb.bellaliant.net] has joined #freemyipod 03:32 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Disconnected by services] 03:32 -!- [7] [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 06:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 06:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 09:06 -!- Keripo [~Keripo@eng450.wireless-resnet.upenn.edu] has joined #freemyipod 09:20 -!- Kebianizao [~kvirc@138.68.22.95.dynamic.jazztel.es] has joined #freemyipod 09:39 -!- adiblol [adiblol@planck.m.1tbps.org] has quit [Ping timeout: 240 seconds] 09:41 -!- adiblol [adiblol@planck.m.1tbps.org] has joined #freemyipod 09:52 -!- Kebianizao [~kvirc@138.68.22.95.dynamic.jazztel.es] has quit [Quit: Estaba usando KVIrc KVIrc Equilibrium 4.1.3, revision: 5980, sources date: 20110830, built on: 2011-11-14 23:50:14 UTC 5980 http://www.kvirc.net/] 12:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 12:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 12:10 -!- Keripo [~Keripo@eng450.wireless-resnet.upenn.edu] has quit [Quit: Leaving.] 12:34 -!- Keripo [~Keripo@dhcp0751.kin.resnet.group.UPENN.EDU] has joined #freemyipod 12:38 -!- Keripo [~Keripo@dhcp0751.kin.resnet.group.UPENN.EDU] has quit [Client Quit] 12:57 -!- adiblol [adiblol@planck.m.1tbps.org] has quit [Ping timeout: 244 seconds] 16:48 < [7]> user890104: did you try out tlsfanalyze? 16:50 < [7]> if yes, did it report any corruption so fat 16:50 < [7]> far* 16:57 < user890104> [7]: haven't tried it yet 16:59 < user890104> what are the steps to try it out? exec some app, dump the memory and give the dump to the script? 17:06 < [7]> exactly 17:07 < [7]> when doing that after running the boot menu, i get (valid) reports of free chain corruption 17:09 < [7]> on currrent ipod classic builds it will need to have the 0x08000000-0x0bfbffff range in the dump, but it doesn't hurt if you dump the whole sdram 17:10 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 17:12 < user890104> do i need to run lockscheduler? 17:19 -!- n1s [~n1s@nl118-175-223.student.uu.se] has joined #freemyipod 17:19 -!- n1s [~n1s@nl118-175-223.student.uu.se] has quit [Changing host] 17:19 -!- n1s [~n1s@rockbox/developer/n1s] has joined #freemyipod 17:24 < [7]> should only be neccessary if apps are running during the dump 17:25 < [7]> i.e. if anything might otherwise modify the malloc chain during the dumping operation and make the dump inconsistent 17:32 < Poodlemastah> [7], there seems to be something wrong with the ipod classic makefile. It didn't copy emcore-ipodclassic.bin properly? Just FYI. 17:34 < [7]> what exactly do you mean? 17:34 < [7]> it seems to work fine for me 17:34 < Poodlemastah> I mean the ipod classic installer. 17:34 < [7]> worksforme 17:37 < Poodlemastah> http://pastie.org/2908182 17:38 < [7]> [17:42:51] <[7]> Poodlemastah: change that to index(b"emCOboot") 17:38 < [7]> python3 compat sissue 17:38 < [7]> issue* 17:42 < Poodlemastah> More errors, should just use python2. 17:42 < Poodlemastah> http://pastie.org/2909994 18:00 -!- r100 [565596a2@gateway/web/freenode/ip.86.85.150.162] has joined #freemyipod 18:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 18:02 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 18:03 < user890104> [7]: what about restructuring the drivers tree (emcore/trunk/target) in some better way, for example grouping them by type (lcd, clickwheel, nand, hdd) instead of target? 18:03 < user890104> and then linking the ones that are needed for a specific target in SOURCES 18:04 < user890104> the best solution would be if every driver has the name of the part in its filename 18:05 < [7]> the problem is that we don't know most of those part names 18:05 < user890104> well, then something like pmu-s5l870x or lcd-s5l8720 18:06 < [7]> well, that's highly confusing 18:06 < user890104> to remove the cross linking between different targets' folders 18:06 < [7]> the same pmu is used for an s5l8702 and an s5l8720 device, but there are also s5l8702 devices with different pmus 18:06 < user890104> now the classic emcore port is mostly in the ipodnano3g folder 18:06 < user890104> i mean the target-specific files 18:07 < [7]> maybe add a drivers/{soc/s5l8702,pmu/nxp,pmu/dialog,...} structure 18:08 < [7]> but that will need to be designed with great care to avoid confusion 18:09 < [7]> for now we could just completely drop the ipodnano3g port and throw the files into the right folder 18:09 < [7]> but that's not a permanent solution for that problem 18:09 < [7]> rockbox is doing it in a way that's similar to what you suggested, but that doesn't seem to work really well either 18:13 < user890104> [7]: yeah, i got the idea from there 18:14 < user890104> but i thought that since we have less targets, it would be easier to sort the things without making it more confusing 18:55 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 19:02 -!- n1s [~n1s@rockbox/developer/n1s] has quit [Quit: Ex-Chat] 20:35 -!- r100 [565596a2@gateway/web/freenode/ip.86.85.150.162] has quit [Quit: Page closed] 20:43 -!- adiblol [adiblol@planck.m.1tbps.org] has joined #freemyipod 21:27 -!- r100 [565596a2@gateway/web/freenode/ip.86.85.150.162] has joined #freemyipod 21:41 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Quit: Come raise your lantern to the sky] 22:23 -!- r100 [565596a2@gateway/web/freenode/ip.86.85.150.162] has quit [Quit: Page closed] 23:29 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Remote host closed the connection] --- Log closed Thu Nov 24 00:02:19 2011