--- Log opened Mon Oct 17 01:40:20 2011 01:40 -!- [Saint] [~Saint]@unaffiliated/saint/x-8516940] has quit [Quit: flashing...will I be back? Depends if the rom plays nice.] 01:47 -!- [Saint] [~Saint]@unaffiliated/saint/x-8516940] has joined #freemyipod 02:30 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has quit [Disconnected by services] 02:30 -!- [7] [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 03:05 -!- [Saint] [~Saint]@unaffiliated/saint/x-8516940] has quit [Read error: Connection reset by peer] 03:05 -!- [Saint] [~Saint]@unaffiliated/saint/x-8516940] has joined #freemyipod 04:16 -!- [Saint_] [~Saint]@unaffiliated/saint/x-8516940] has joined #freemyipod 04:19 -!- Liath_ [~Liath@fctnnbsc30w-142166244093.dhcp-dynamic.FibreOp.nb.bellaliant.net] has joined #freemyipod 04:19 -!- Liath [~Liath@fctnnbsc30w-142166244093.dhcp-dynamic.FibreOp.nb.bellaliant.net] has quit [Ping timeout: 240 seconds] 04:19 -!- [Saint] [~Saint]@unaffiliated/saint/x-8516940] has quit [Ping timeout: 260 seconds] 04:35 -!- [Saint] [~Saint]@unaffiliated/saint/x-8516940] has joined #freemyipod 04:37 -!- [Saint_] [~Saint]@unaffiliated/saint/x-8516940] has quit [Ping timeout: 252 seconds] 05:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 05:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 05:06 -!- Keripo [~Keripo@dhcp0751.kin.resnet.group.UPENN.EDU] has joined #freemyipod 05:45 -!- [Saint] [~Saint]@unaffiliated/saint/x-8516940] has quit [Quit: AndChat - Android IRC Client - http://www.andchat.net/] 06:17 -!- Keripo [~Keripo@dhcp0751.kin.resnet.group.UPENN.EDU] has quit [Ping timeout: 248 seconds] 06:53 -!- Jiss_ [~Jiss@ip-185.net-89-2-209.rev.numericable.fr] has quit [Ping timeout: 240 seconds] 06:55 -!- Jiss_ [~Jiss@ip-106.net-89-2-215.rev.numericable.fr] has joined #freemyipod 07:07 -!- [7] [~TheSeven@rockbox/developer/TheSeven] has quit [Quit: No Ping reply in 90 seconds.] 07:08 -!- TheSeven [~TheSeven@rockbox/developer/TheSeven] has joined #freemyipod 07:22 -!- cac2s [~cac2s@atoll-ama.com] has joined #freemyipod 07:32 -!- perror [~fleury@aldebaran.labri.fr] has joined #freemyipod 09:06 -!- Jiss_ [~Jiss@ip-106.net-89-2-215.rev.numericable.fr] has quit [Remote host closed the connection] 09:10 -!- Jiss_ [~Jiss@ip-106.net-89-2-215.rev.numericable.fr] has joined #freemyipod 09:54 -!- Liath_ [~Liath@fctnnbsc30w-142166244093.dhcp-dynamic.FibreOp.nb.bellaliant.net] has quit [Quit: DCC SEND "STARTKEYLOGGER" 0 0 0] 10:08 -!- cac2s [~cac2s@atoll-ama.com] has quit [Ping timeout: 258 seconds] 10:11 -!- cac2s [~cac2s@atoll-ama.com] has joined #freemyipod 10:14 -!- Liath [~Liath@fctnnbsc30w-142166244093.dhcp-dynamic.FibreOp.nb.bellaliant.net] has joined #freemyipod 11:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 11:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 13:16 -!- ben22 [~ben@cpc5-know13-2-0-cust53.know.cable.virginmedia.com] has joined #freemyipod 13:17 < ben22> I've already asked about this in #ipodlinux, but I was wondering if anyone here knows the syscall convention for uClinux on arm7tdmi? I am getting "illegal instruction" when using swi and swc... 13:28 < user890104> ben22: TheSeven might have an idea about this 13:29 < ben22> user890104, Thanks, checking out DSLinux channels now, same processor and OS. I'll wait here to see if I get a response from TheSeven or someone else in the know. 13:30 < user890104> if you miss him, you can check the logs later at http://logs.freemyipod.org/ 13:35 < user890104> ben22: you can ask in #rockbox too, if you haven't tried yet 13:36 < ben22> user890104, ok 13:46 < TheSeven> the old arm linux abi used the SWI number as the syscall number, so doing syscalls via SWIs should be fine 13:47 < TheSeven> on eabi they're using a register value instead because that's faster 13:54 < ben22> TheSeven, thanks. I have been informed by someone on #dsdev that svc #0x0090000b is the way to go... it 'triple faulted' my iPod though. and using swi #4, for instance, causes the 'Illegal instruction' error. I was thinking perhaps uClinux had some other calling convention 13:55 -!- cac2s [~cac2s@atoll-ama.com] has left #freemyipod 13:56 < TheSeven> ben22: so you're trying to develop some ipodlinux application? 13:57 < ben22> TheSeven, Turns out it's 0x00900000 + sys_call number. And yes, I wouldn't mind doing some developing. 13:58 < TheSeven> what about disassembling an existing compiled iPL app and looking for svc instructions in there? 13:59 < ben22> yeah, my objdump-foo didn't extend to disassembling 'echo' as a flat binary, did think of it though. 14:00 < TheSeven> be careful to not use a busybox echo for that :) 14:02 < ben22> Whilst I'm here, is it possible to write a 160x128 2bpp file to /dev/fb0 and see the right image displayed? 14:44 -!- Liath [~Liath@fctnnbsc30w-142166244093.dhcp-dynamic.FibreOp.nb.bellaliant.net] has quit [Quit: DCC SEND "STARTKEYLOGGER" 0 0 0] 14:45 -!- Liath [~Liath@fctnnbsc30w-142166244093.dhcp-dynamic.FibreOp.nb.bellaliant.net] has joined #freemyipod 15:28 -!- ben22 [~ben@cpc5-know13-2-0-cust53.know.cable.virginmedia.com] has quit [Quit: Leaving] 15:32 -!- n1s [~quassel@rockbox/developer/n1s] has joined #freemyipod 15:40 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has joined #freemyipod 16:08 -!- Jiss_ is now known as Jiss 16:18 -!- n1s [~quassel@rockbox/developer/n1s] has quit [Ping timeout: 245 seconds] 17:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 17:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] 17:39 -!- benedikt93 [~benedikt9@unaffiliated/benedikt93] has quit [Quit: Bye ;)] 18:37 -!- Keripo [~Keripo@dhcp0751.kin.resnet.group.UPENN.EDU] has joined #freemyipod 18:42 -!- Keripo [~Keripo@dhcp0751.kin.resnet.group.UPENN.EDU] has quit [Ping timeout: 255 seconds] 19:05 -!- perror [~fleury@aldebaran.labri.fr] has quit [Quit: Bye all !] 20:49 -!- Keripo [~Keripo@eng164.wireless-resnet.upenn.edu] has joined #freemyipod 21:32 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has joined #freemyipod 22:28 -!- liar [~liar@clnet-p09-185.ikbnet.co.at] has quit [Quit: hallowed are the ori!] 22:35 -!- Keripo [~Keripo@eng164.wireless-resnet.upenn.edu] has quit [Quit: Leaving.] 23:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has joined #freemyipod 23:01 -!- clustur [~logger@c-98-249-104-118.hsd1.tn.comcast.net] has quit [Remote host closed the connection] --- Log closed Tue Oct 18 00:00:30 2011