You can subscribe to this list here.
2003 |
Jan
|
Feb
(9) |
Mar
(21) |
Apr
(12) |
May
(11) |
Jun
(6) |
Jul
(3) |
Aug
|
Sep
(10) |
Oct
(20) |
Nov
(32) |
Dec
(41) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(48) |
Feb
(27) |
Mar
(120) |
Apr
(69) |
May
(15) |
Jun
(1) |
Jul
(6) |
Aug
(1) |
Sep
(1) |
Oct
(6) |
Nov
(2) |
Dec
(4) |
2005 |
Jan
|
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(3) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(1) |
Dec
(1) |
2006 |
Jan
(3) |
Feb
(4) |
Mar
(9) |
Apr
(2) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <dj...@ca...> - 2003-10-28 03:47:06
|
HI=2E I am working with 2 other OS students on either porting or designing a GUI f= or the iPod and today we successfully booted our iPod with the Linux kernel(= yeah!!!)=2E Currently, we are trying to figure out what exactly does not wor= k with the mmap() call that writes to the framebuffer=2E From what I read on= the ipodlinux site, this would limit the use of X Windows=2E So my question= s are =2E=2E=2E - Should we look into hacking mmap() so that it will function properly with = the framebuffer? Or is there a workaround to this problem that we as NEWBIES= are not aware off? - How much will the framebuffer issues affect us if we try to design our own= GUI? - Bernard mentioned looking into alternatives like porting MicroWindows or G= TK++, how could we get started on this? - I looked at the fbcon=2Ec and fbmem=2Ec files in the CVS tree =2E=2E=2E am= I on the right track? Any technical suggestions would be great! Thanx=2E ant |
From: PALFFY D. <dpa...@ra...> - 2003-10-23 19:18:46
|
Hi! I've got my ipod yesterday... I've just compiled a kernel with firewire support to try playing with it from linux. > Reviving the initrd may indeed be a good plan - unfortunately I don't > have any of the old code hanging around. It should be quite easy to get > going though as there are a number of examples with the other uClinux > targets using it. The full uClinux "distribution" build has a mechanism > to automatically build the disk image. > > From what I remember there actually isn't much more required than whats > in the head-arm-ipod.S. Once you enable the compile option I think the > rest of the code just switches on... Ok, thanks. I will try this in the weekend if everything goes well. > As for the serial stuff doing it in the kernel may be kinda hard... > however the ipod serial driver is already working so in theory if you > just started up a console on the right tty line it would all work! I Ok, I'll try this next week - I don't have a scope at home :( > assume the g2 hardware has one of the UARTs IN line connected up for the > remote control. I would assume the g3 has the OUT line for the same > UART connected up (the other UART is used for the piezo). Unfortunately > I have no idea what pin on the connector might be used (is there a > dissection out there somewhere??). I couldn't find it now. But IIRC I've seen one a a month ago or so, they said that the circuit inside the remote was the same, only the connector changed. But it would be nice if I knew the layout of at least the known pins on the connector. > Other thoughts; yes the CPU is speced to go up to at least 90MHz. > Cranking it up doesn't really improve performance as the problem is more > that the memory is not fast enough. The 96KB of on chip ram _is_ fast > enough and that does help. The problem is getting balance right between > putting code/data in the fast ram and then splitting the workload > between the two cpu cores. Ok, then my feeling about the normal SDRAM being slow was correct. Then still, we should look into the DSP tremor project and find out, how much memory they need, etc. I'll try this when the basic hardware is running. > The SRAM starts at 0x28000000 the on board ram is 0x40000000. Thanks. -- Dani ...and Linux for all. |
From: Adam S. <ipo...@ad...> - 2003-10-22 15:34:54
|
Adam Spiers (ipo...@ad...) wrote: > Bernard Leach (le...@bo...) wrote: > > On Mon, 2003-10-20 at 18:53, PALFFY Daniel wrote: > > > PS: does anyone have the archives of the list in mailbox format? It would > > > be nice to be able to read it offline... > > > > Sorry I don't have a mbox archive and it doesnt seem the mailing list > > software will spit one out... > > There must be some way to pull out of the gmame archive to mbox format > via NNTP. Does fetchnews do it? Apologies, I thought gmane (note previous typo) was already archiving this list but it doesn't look like it is. Now might be a good time to start ... |
From: Adam S. <ipo...@ad...> - 2003-10-22 13:25:11
|
Bernard Leach (le...@bo...) wrote: > On Mon, 2003-10-20 at 18:53, PALFFY Daniel wrote: > > PS: does anyone have the archives of the list in mailbox format? It would > > be nice to be able to read it offline... > > Sorry I don't have a mbox archive and it doesnt seem the mailing list > software will spit one out... There must be some way to pull out of the gmame archive to mbox format via NNTP. Does fetchnews do it? |
From: Bernard L. <le...@bo...> - 2003-10-22 01:00:42
|
Hi Dani, Its great to see some revived interested in the project. Unfortunately my time is fairly limited but I'm willing to try and help out where ever possible. Reviving the initrd may indeed be a good plan - unfortunately I don't have any of the old code hanging around. It should be quite easy to get going though as there are a number of examples with the other uClinux targets using it. The full uClinux "distribution" build has a mechanism to automatically build the disk image. >From what I remember there actually isn't much more required than whats in the head-arm-ipod.S. Once you enable the compile option I think the rest of the code just switches on... As for the serial stuff doing it in the kernel may be kinda hard... however the ipod serial driver is already working so in theory if you just started up a console on the right tty line it would all work! I assume the g2 hardware has one of the UARTs IN line connected up for the remote control. I would assume the g3 has the OUT line for the same UART connected up (the other UART is used for the piezo). Unfortunately I have no idea what pin on the connector might be used (is there a dissection out there somewhere??). Other thoughts; yes the CPU is speced to go up to at least 90MHz. Cranking it up doesn't really improve performance as the problem is more that the memory is not fast enough. The 96KB of on chip ram _is_ fast enough and that does help. The problem is getting balance right between putting code/data in the fast ram and then splitting the workload between the two cpu cores. The SRAM starts at 0x28000000 the on board ram is 0x40000000. Sorry I don't have a mbox archive and it doesnt seem the mailing list software will spit one out... cheers, bern. On Mon, 2003-10-20 at 18:53, PALFFY Daniel wrote: > Hi, > > It seems like the ipodlinux development has slowed down a bit last > months... I think it would be nice to accelerate it, since I'll reveive my > new g3 ipod this week. > > I really want to get the kernel running on the new ipods and i will try to > do it to my best knowledge, but since I haven't done much low level kernel > programming, any help would be appreciated. > > I think the first two steps would be to revive initrd support and to look > if one of the new remote pins was connected to a serial output (I can > easily imagine a bigger remote with an LCD display as a future accessory). > > About the initrd part: Bern, do you have any of the early versions running > from initrd? The CVS tree at sourceforge doesn't seem to contain anything > except the stub in head-arm-ipod.S. > > About the serial ports: What should I try to get some 01010101 out on the > serial port that I can look for with a scope? If I could boot to an initrd > it would be easy, but I haven't ever tried kernel space serial > programming... Or should I write a short assembly routine and boot to it > directly? > > And some other thoughts: > > The current code sets the processor speed to 75MHz, but, according to the > specs it should support 90. This increment should help somewhat in vorbis > and mp3 decoding. > > Also, the 96Kb of on-chip SRAM could help. The current development of > tremor to support DSPs is trying to reduce memory footprint - so if we > could squeeze as much of the critical code into SRAM as possible might > help a lot, especially because the main memory seems slooowwww if it only > has a 16 bit bus. The slight overhead in CPU cycles should not matter, > someone on the tremor development list claimed that a 30-40 MHz ARM should > be able to decode vorbis if it had enough fast RAM. By the way, I couldn't > find much about the memory map of the iPods. Where is the SRAM memory > located? > > Thanks in advance for any help. > > PS: does anyone have the archives of the list in mailbox format? It would > be nice to be able to read it offline... > > -- > Dani > ...and Linux for all. > > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Bernard L. <le...@bo...> - 2003-10-21 21:59:30
|
Hi Gilles, Unfortunately you can't. The closest you can do is to boot to disk-mode which may use a little less power than in Linux mode... The current CVS version will power down the LCD after some time to reduce the power drain. Note, the normal iPod firmware implements the "power off" as a suspend function so its not a true power off. cheers, bern. On Mon, 2003-10-20 at 20:48, Gilles Boccon-Gibod wrote: > I've decided to start experimenting with Linux on my iPod. I've > installed the kernel and root fs, but now I'm stuck with a small > problem: how to I switch off the device ? Holding "menu" and "pause" for > 5 seconds allows a reboot, but is there a key combination for force a > poweroff ? > > -- Gilles > > > > > ------------------------------------------------------- > This SF.net email is sponsored by OSDN developer relations > Here's your chance to show off your extensive product knowledge > We want to know what you know. Tell us and you have a chance to win $100 > http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Gilles Boccon-G. <bo...@bo...> - 2003-10-21 01:59:22
|
I've decided to start experimenting with Linux on my iPod. I've installed the kernel and root fs, but now I'm stuck with a small problem: how to I switch off the device ? Holding "menu" and "pause" for 5 seconds allows a reboot, but is there a key combination for force a poweroff ? -- Gilles |
From: PALFFY D. <dp...@ra...> - 2003-10-20 17:06:47
|
Hi, It seems like the ipodlinux development has slowed down a bit last months... I think it would be nice to accelerate it, since I'll reveive my new g3 ipod this week. I really want to get the kernel running on the new ipods and i will try to do it to my best knowledge, but since I haven't done much low level kernel programming, any help would be appreciated. I think the first two steps would be to revive initrd support and to look if one of the new remote pins was connected to a serial output (I can easily imagine a bigger remote with an LCD display as a future accessory). About the initrd part: Bern, do you have any of the early versions running from initrd? The CVS tree at sourceforge doesn't seem to contain anything except the stub in head-arm-ipod.S. About the serial ports: What should I try to get some 01010101 out on the serial port that I can look for with a scope? If I could boot to an initrd it would be easy, but I haven't ever tried kernel space serial programming... Or should I write a short assembly routine and boot to it directly? And some other thoughts: The current code sets the processor speed to 75MHz, but, according to the specs it should support 90. This increment should help somewhat in vorbis and mp3 decoding. Also, the 96Kb of on-chip SRAM could help. The current development of tremor to support DSPs is trying to reduce memory footprint - so if we could squeeze as much of the critical code into SRAM as possible might help a lot, especially because the main memory seems slooowwww if it only has a 16 bit bus. The slight overhead in CPU cycles should not matter, someone on the tremor development list claimed that a 30-40 MHz ARM should be able to decode vorbis if it had enough fast RAM. By the way, I couldn't find much about the memory map of the iPods. Where is the SRAM memory located? Thanks in advance for any help. PS: does anyone have the archives of the list in mailbox format? It would be nice to be able to read it offline... -- Dani ...and Linux for all. |
From: Bernard L. <le...@bo...> - 2003-10-18 12:03:07
|
Hi Bruce, Before I had IDE up and running I used a initrd to get things going. It was a long time ago and it was a bit temperamental then so I imagine the bit-rot hasnt helped. Anyhow if you take a look at head-arm-ipod.S, at the end there is an .incbin that I used to include the initrd into the binary. If you poke around for for the CONFIG_BLK_DEV_RAM you should find some other parts which need to be modified as well. As for building an initrd I used the full uclinux distree and it builds one ready to go... cheers, bern. On Wed, 2003-10-15 at 23:58, Noone wrote: > Hi all, > > I've been playing around with the ipods and it boot as far as trying > to mount the rootfs as mentioned earlier in the list. I was wondering > if anyone has tried building a kernel with a builtin initrd? This > would help a lot in debugging the type of problems being seen on the > newer pods. If anyone has any idea how to do this can you drop me a > line? > > Cheers, > Bruce > noo...@ho... > PGPkey id: 0xCF82FA22 |
From: Noone <noo...@ho...> - 2003-10-15 22:03:09
|
Hi all, I've been playing around with the ipods and it boot as far as trying to = mount the rootfs as mentioned earlier in the list. I was wondering if = anyone has tried building a kernel with a builtin initrd? This would = help a lot in debugging the type of problems being seen on the newer = pods. If anyone has any idea how to do this can you drop me a line? Cheers, Bruce noo...@ho... PGPkey id: 0xCF82FA22 |
From: Bernard L. <le...@bo...> - 2003-10-08 19:05:59
|
Unfortunately there is still no dual boot. I was trying to get a tool that could start the retail firmware from Linux but gave up in the attempt. A simple boot loader would probably be better anyhow... does anyone know of a simple boot loader suitable for porting? The current Linux port really isn't up to running full time as a MP3 player. It has a couple of problems not the least of which is that there is no application with a UI for playing stuff. The fact that the MP3 decoding is not full speed could also be seen as a show stopper :) The decoding speed could be improved, its just a matter of getting in there and finding out what to fix. Unfortunately the iPod (at least the 2nd gen retail version) is a real pain to debug with so its quite slow going. Patches welcomed... Hmmm as for turning it into a Newton, sounds like fun.. not! :) The Portalplayer chip actually has an IDE controller on board as well as support for various removable media (see http://www.portalplayer.com/products/products_01.htm). cheers, bern. On Wed, 2003-10-08 at 20:13, Jim Witte wrote: > Doesn't the iPod have a hardware MP3 decoder (/encoder?) chip in it? > Can it be accessed yet from Linux? > > By "isn't very useful" - what exactly does this mean? Are we talking > realtime decoding of full 320bps, 16-bit, 44KhZ, stereo MP3s. Because > I've got an MP3 player on the Newton (169 KHz StrongARM or whatever the > clock speed is) that runs pretty decently with MP3s of 80bps, mono, > 8bit. I'm told it'll go up to 128 and not choke much. The main > bottleneck is probably the Newton's low-level memory system (it doesn't > seem to like to deal with big VBOs on the stores). But the iPod's got > TWO ARMs (hmm, interesting pun..), so could MP3 decoding just be > shunted to the "back" processor" while everything else goes on on the > front one? Do we know how to access both processors and get some kind > of MP working? > > I guess for the really daring, an interesting experiment would be to > try to plug a CF reader or whatever directly into the PCMCIA CardBus > that the hard drive is on. > > (The just hook it up with two open slots, rearrange the electronics > to fit in a sligtly bigger case, but a bigger grayscale screen on it > with a touchpad, figure out how the MMU works, port the damn Newton ROM > (already in ARM code, that should help a little ;), rewrite the > TScreenDriver, TVoyagerPlatformImpl. TResistiveTablet, > PCirrusSoundDriver, and probably several other classes, and we're done. > Voila! New Newton, courtesy of Apple and a lot of hard work..) > > Jim > > > I would be interested in a compact flash card reader solution for the > > ipod. > > However I was under the impression that the available linux firmware > > isn't > > very useful as an mp3 player. Is it possible to dual boot the ipod? I > > wouldn't > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Bernard L. <le...@bo...> - 2003-10-08 18:53:28
|
Hi Larry, I have both a Sandisk and an Lexar reader. The sandisk was not working under Linux (last time I checked...) and the Lexar needs a powered hub or a gender converter as it has a fixed cable (I only have a firejuice). I just picked up a firewire disk enclosure so I'm hoping to give that a go with the iPod (unfortunately it seems the manufacturer was too cheap to power the second port on it so I still can't try the Lexar). The Firejuice + sandisk combo works well except that the reader wasn't (isn't??) supported by the Linux ieee1394 drivers. I was also seeing problems with the iPod firewire driver but that may have just been problems due to the lack of support under Linux anyhow. The nice thing about the Firejuice is you can power it from the Apple charger which you would have with you on the go anyhow. cheers, bern. On Wed, 2003-10-08 at 05:17, Larry Lien wrote: > Bern or others, > > what firewire compact flash reader would you > recommend? i'd like to help implement CF reader > functionality into the ipod linux version. i read in > one of Bern's earlier messages that his is > inconsistant under linux, anyone care to recommend a > brand? current choices seem to be lexar and sandisk. > > for power, what do people suggest? firejuice or > powered hub, others? i probably don't have time to > make a battery powered adapter. how does the > firejuice setup work - the firejuice seems cheaper > than most powered hubs. > > Hopefully someone can offer some suggestions. > > Thanks, > > Larry > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Jim W. <js...@bl...> - 2003-10-08 18:13:43
|
Doesn't the iPod have a hardware MP3 decoder (/encoder?) chip in it? Can it be accessed yet from Linux? By "isn't very useful" - what exactly does this mean? Are we talking realtime decoding of full 320bps, 16-bit, 44KhZ, stereo MP3s. Because I've got an MP3 player on the Newton (169 KHz StrongARM or whatever the clock speed is) that runs pretty decently with MP3s of 80bps, mono, 8bit. I'm told it'll go up to 128 and not choke much. The main bottleneck is probably the Newton's low-level memory system (it doesn't seem to like to deal with big VBOs on the stores). But the iPod's got TWO ARMs (hmm, interesting pun..), so could MP3 decoding just be shunted to the "back" processor" while everything else goes on on the front one? Do we know how to access both processors and get some kind of MP working? I guess for the really daring, an interesting experiment would be to try to plug a CF reader or whatever directly into the PCMCIA CardBus that the hard drive is on. (The just hook it up with two open slots, rearrange the electronics to fit in a sligtly bigger case, but a bigger grayscale screen on it with a touchpad, figure out how the MMU works, port the damn Newton ROM (already in ARM code, that should help a little ;), rewrite the TScreenDriver, TVoyagerPlatformImpl. TResistiveTablet, PCirrusSoundDriver, and probably several other classes, and we're done. Voila! New Newton, courtesy of Apple and a lot of hard work..) Jim > I would be interested in a compact flash card reader solution for the > ipod. > However I was under the impression that the available linux firmware > isn't > very useful as an mp3 player. Is it possible to dual boot the ipod? I > wouldn't |
From: Tom P. <to...@ca...> - 2003-10-08 10:14:00
|
Larry Lien <lli...@ya...> wrote: >for power, what do people suggest? firejuice or >powered hub, others? i probably don't have time to >make a battery powered adapter. how does the >firejuice setup work - the firejuice seems cheaper >than most powered hubs. I don't have a firejuice, but looking at the website, it would seem that they just expose the power wires on the cable to an external power source while passing the data wires straight through. It seems they also provide switches so you can power one, both or neither device. A powered hub has a power supply and some electronics to act as a repeater on the bus. It looks like the firejuice has no power supply (you provide your own) and it certainly has minimal or no electronics, so it would be cheaper. I would be interested in a compact flash card reader solution for the ipod. However I was under the impression that the available linux firmware isn't very useful as an mp3 player. Is it possible to dual boot the ipod? I wouldn't want to go travelling without music just so I can store photos. -- Tom Parker - to...@ca... - http://www.carrott.org |
From: Larry L. <lli...@ya...> - 2003-10-08 03:18:26
|
Bern or others, what firewire compact flash reader would you recommend? i'd like to help implement CF reader functionality into the ipod linux version. i read in one of Bern's earlier messages that his is inconsistant under linux, anyone care to recommend a brand? current choices seem to be lexar and sandisk. for power, what do people suggest? firejuice or powered hub, others? i probably don't have time to make a battery powered adapter. how does the firejuice setup work - the firejuice seems cheaper than most powered hubs. Hopefully someone can offer some suggestions. Thanks, Larry __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Carlos <ca...@pe...> - 2003-09-14 19:22:40
|
El dom, 14-09-2003 a las 20:39, Bernard Leach escribi=F3: > Hi Antonio, >=20 > A GUI would be a nice project to work on (since sofar no-one else has > build anything...). Another neat CS project would be building an > emulator that would let you run iPod applications on another host. I'm working on a GUI. I'm using now gtk and developing it in my normal Linux environment, my idea is just use a cross compiler when it has more functionality. I have a basic menu stuff. I'm cloning the Apple interface, because I think it's a good one. [...] Cheers. --=20 Carlos Perell=F3 Mar=EDn Debian GNU/Linux Sid (PowerPC) Linux Registered User #121232 mailto:ca...@pe... || mailto:ca...@gn... http://carlos.pemas.net Valencia - Spain |
From: Bernard L. <le...@bo...> - 2003-09-14 19:05:40
|
To roll-back versions I have dd'ed the update directly onto the boot disk (which is basically what the update program does anyhow...). After the dd reboot with the firewire power connected and it will do the re-flashing. cheers, bern. On Thu, 2003-09-11 at 23:39, Antonio Yordan Nones wrote: > ( hfs++ is a good idea) I agree, since most iPod users (including me) > use Mac OS X. How could this be done? > > Another hurdle I've run into and have been trying to solve since last > night is updating the software on my iPod to an older version (Updater > 1.2.2). I have the installer but it does not let me continue since it > registers a newer version of the software. > > Has anyone found a solution for this? > > Thanx in advance! > ant > > On Thursday, September 11, 2003, at 02:52 AM, c..bisegni@@inwind..it > wrote: > > > I'll also think that a support for hfs++ is a good idea, because if > > there is a good release of al linux os for ipod and a good little > > xserver i think that ipod will give as much music program and contact > > managing opportunities. > > I'm not very experinced on os programming but in other part i'm a good > > developer expecialy for gui(i'm writing and engine in ope gl and i > > have made may windowmaneger in openggl with wvwnt broadcasti system > > for game gui). > > > > Claudio > > (I'm an italian programmer sorry for my english) > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > iPodlinux-devel mailing list > > iPo...@li... > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Bernard L. <le...@bo...> - 2003-09-14 19:03:21
|
Hi Antonio, A GUI would be a nice project to work on (since sofar no-one else has build anything...). Another neat CS project would be building an emulator that would let you run iPod applications on another host. A good start would probably to use something like Microwindows. That would let you develop applications on desktop Linux machine and simply port/test on the iPod. As for HFS+, its recently made it into the 2.6 kernel so hopefully it will "just work" when that is ported to the iPod. I'm not sure what successes there have been from Mac users. I know there is a toolchain that works at least (links on the website). The main problem is the HFS+ support. cheers, bern. On Thu, 2003-09-11 at 04:13, Antonio Yordan Nones wrote: > HI, I'm currently taking an Operating Systems course for my CS degree > and am looking for a semester long project that will be developed by a > team of CS students. I am interested in working on creating a GUI for > the IPod that will run over the iPod/linux port under development, with > high hopes of eventually being able to write an application that > manipulates the speed and/or pitch of songs playing off the iPod (I'm > into DJing too). I've read through the website and it seems you guys > have developed some good stuff ... > > In other words, how possible is this (GUI for iPod) endeavour? Would a > better choice be to add HFS+ compatibility? > > Also, today I started the installation tutorial on the website to see > if I can succesfully get the linux to port to run with my iPod (5 gig) > from a MAC. I read somewhere that I was "on my own". Has anyone else > managed to install it from Mac OS X? > > Sincerely. > ant > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Claudio B. <c.b...@in...> - 2003-09-12 08:55:34
|
what model of ipod you have?? i think that the version of ipod os is write i some file in ipod ghost folder On Friday, September 12, 2003, at 05:11 AM, ipo...@li... wrote: > Send iPodlinux-devel mailing list submissions to > ipo...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > or, via email, send a message with subject or body 'help' to > ipo...@li... > > You can reach the person managing the list at > ipo...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of iPodlinux-devel digest..." > > > Today's Topics: > > 1. linux a good alternative... (c.b...@in...) > 2. Re: linux a good alternative... (Antonio Yordan Nones) > 3. Re: OS Class Project (Jim Witte) > > --__--__-- > > Message: 1 > Date: Thu, 11 Sep 2003 08:52:55 +0200 > From: "c\.bisegni\@inwind\.it" <c.b...@in...> > To: "ipodlinux-devel" <ipo...@li...> > Subject: [Ipodlinux-devel] linux a good alternative... > > I'll also think that a support for hfs++ is a good idea, because if > there= > is a good release of al linux os for ipod and a good little xserver i > th= > ink that ipod will give as much music program and contact managing > opport= > unities. > I'm not very experinced on os programming but in other part i'm= > a good developer expecialy for gui(i'm writing and engine in ope gl > and = > i have made may windowmaneger in openggl with wvwnt broadcasti system > for= > game gui). > > Claudio > (I'm an italian programmer sorry for my english) > > > > --__--__-- > > Message: 2 > Date: Thu, 11 Sep 2003 17:39:38 -0400 > Subject: Re: [Ipodlinux-devel] linux a good alternative... > From: Antonio Yordan Nones <dj...@ca...> > To: ipo...@li... > > ( hfs++ is a good idea) I agree, since most iPod users (including me) > use Mac OS X. How could this be done? > > Another hurdle I've run into and have been trying to solve since last > night is updating the software on my iPod to an older version (Updater > 1.2.2). I have the installer but it does not let me continue since it > registers a newer version of the software. > > Has anyone found a solution for this? > > Thanx in advance! > ant > > On Thursday, September 11, 2003, at 02:52 AM, c..bisegni@@inwind..it > wrote: > >> I'll also think that a support for hfs++ is a good idea, because if >> there is a good release of al linux os for ipod and a good little >> xserver i think that ipod will give as much music program and contact >> managing opportunities. >> I'm not very experinced on os programming but in other part i'm a good >> developer expecialy for gui(i'm writing and engine in ope gl and i >> have made may windowmaneger in openggl with wvwnt broadcasti system >> for game gui). >> >> Claudio >> (I'm an italian programmer sorry for my english) >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by:ThinkGeek >> Welcome to geek heaven. >> http://thinkgeek.com/sf >> _______________________________________________ >> iPodlinux-devel mailing list >> iPo...@li... >> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >> > > > > --__--__-- > > Message: 3 > Date: Thu, 11 Sep 2003 17:36:30 -0500 > Cc: ipo...@li... > To: Antonio Yordan Nones <dj...@ca...> > From: Jim Witte <js...@bl...> > Subject: [Ipodlinux-devel] Re: OS Class Project > > Hi, > > I'm not actively involved in the iPodLinux development, ju... > lurker.. A GUI would be good, although an HFS+ driver wou... > be more useful for the larger community (and probably easi... > drivers surely already exist for other Linuxes, and Darwin > certainly.) > > But you mentioned the hope of eventually being able to manipulate > the > pitch. This would be very interesting, as it would mean running > another task simultaneously with the Apple Pixo OS. I'm not sure how > you'd do it, as it would need to either buffer sound samples and "take > over" the sound output chip input, or change the way the Pixo software > interprets the MP3 data, or more likely, intercept the data and decode > it yourself. > > In any case, this would allow a framework for getting custom > programs > running in parallel with the Pixo OS, and interacting with it. This > might require Apple's help, which is unlikely to come (though there's > small hope). I'm involved in a group of about 7 deciphering how the > Newton OS works, but I very much doubt that the structure of how tasks > on the NewtonOS is organized is anything similar to how it's done on > the iPod. > > Though if someone could get their hands on documentation for Pixo > (and not have to go under NDA to do it).. > > Jim > >> team of CS students. I am interested in working on creating a GUI for >> the IPod that will run over the iPod/linux port under development, >> with high hopes of eventually being able to write an application that >> manipulates the speed and/or pitch of songs playing off the iPod (I'm >> into DJing too). I've >> >> In other words, how possible is this (GUI for iPod) endeavour? Would a >> better choice be to add HFS+ compatibility? > > > > > --__--__-- > > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > End of iPodlinux-devel Digest > |
From: Jim W. <js...@bl...> - 2003-09-11 22:36:42
|
Hi, I'm not actively involved in the iPodLinux development, ju... lurker.. A GUI would be good, although an HFS+ driver wou... be more useful for the larger community (and probably easi... drivers surely already exist for other Linuxes, and Darwin certainly.) But you mentioned the hope of eventually being able to manipulate the pitch. This would be very interesting, as it would mean running another task simultaneously with the Apple Pixo OS. I'm not sure how you'd do it, as it would need to either buffer sound samples and "take over" the sound output chip input, or change the way the Pixo software interprets the MP3 data, or more likely, intercept the data and decode it yourself. In any case, this would allow a framework for getting custom programs running in parallel with the Pixo OS, and interacting with it. This might require Apple's help, which is unlikely to come (though there's small hope). I'm involved in a group of about 7 deciphering how the Newton OS works, but I very much doubt that the structure of how tasks on the NewtonOS is organized is anything similar to how it's done on the iPod. Though if someone could get their hands on documentation for Pixo (and not have to go under NDA to do it).. Jim > team of CS students. I am interested in working on creating a GUI for > the IPod that will run over the iPod/linux port under development, > with high hopes of eventually being able to write an application that > manipulates the speed and/or pitch of songs playing off the iPod (I'm > into DJing too). I've > > In other words, how possible is this (GUI for iPod) endeavour? Would a > better choice be to add HFS+ compatibility? |
From: Antonio Y. N. <dj...@ca...> - 2003-09-11 21:40:07
|
( hfs++ is a good idea) I agree, since most iPod users (including me) use Mac OS X. How could this be done? Another hurdle I've run into and have been trying to solve since last night is updating the software on my iPod to an older version (Updater 1.2.2). I have the installer but it does not let me continue since it registers a newer version of the software. Has anyone found a solution for this? Thanx in advance! ant On Thursday, September 11, 2003, at 02:52 AM, c..bisegni@@inwind..it wrote: > I'll also think that a support for hfs++ is a good idea, because if > there is a good release of al linux os for ipod and a good little > xserver i think that ipod will give as much music program and contact > managing opportunities. > I'm not very experinced on os programming but in other part i'm a good > developer expecialy for gui(i'm writing and engine in ope gl and i > have made may windowmaneger in openggl with wvwnt broadcasti system > for game gui). > > Claudio > (I'm an italian programmer sorry for my english) > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: c\.bisegni\@inwind\.it <c.b...@in...> - 2003-09-11 06:53:30
|
I'll also think that a support for hfs++ is a good idea, because if there= is a good release of al linux os for ipod and a good little xserver i th= ink that ipod will give as much music program and contact managing opport= unities. I'm not very experinced on os programming but in other part i'm= a good developer expecialy for gui(i'm writing and engine in ope gl and = i have made may windowmaneger in openggl with wvwnt broadcasti system for= game gui). Claudio (I'm an italian programmer sorry for my english) |
From: Antonio Y. N. <dj...@ca...> - 2003-09-11 02:13:22
|
HI, I'm currently taking an Operating Systems course for my CS degree and am looking for a semester long project that will be developed by a team of CS students. I am interested in working on creating a GUI for the IPod that will run over the iPod/linux port under development, with high hopes of eventually being able to write an application that manipulates the speed and/or pitch of songs playing off the iPod (I'm into DJing too). I've read through the website and it seems you guys have developed some good stuff ... In other words, how possible is this (GUI for iPod) endeavour? Would a better choice be to add HFS+ compatibility? Also, today I started the installation tutorial on the website to see if I can succesfully get the linux to port to run with my iPod (5 gig) from a MAC. I read somewhere that I was "on my own". Has anyone else managed to install it from Mac OS X? Sincerely. ant |
From: Bernard L. <le...@bo...> - 2003-09-09 03:52:08
|
Hi Domingo, Unfortuantely the Linux port I have done does not run correctly on the 3rd generation iPods. There are enough hardware differences to stop it from booting. If you're interested in trying to debug that would be great as I don't have any 3g hardware. cheers, bern. On Sun, 2003-09-07 at 20:24, Domingo Alcazar wrote: > Hello. I'm trying to install linux on my third generation ipod. It comes with > firmware v1.40. > > What have I to do to patch the kernel ELF with this firmware? > > Can I downgrade my firmware to a 1.2x version? I have tried to install some > 1.2x firmware and my iPod does not boot! > > I would like to install linux on my iPod to make some app's. I have some OS > and low-level knowledgement and believe that I can help to make a real > firmware replacement with linux. > > Thanks in advance. > Domingo > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Domingo A. <dal...@ar...> - 2003-09-07 18:25:15
|
Hello. I'm trying to install linux on my third generation ipod. It comes = with=20 firmware v1.40. What have I to do to patch the kernel ELF with this firmware? Can I downgrade my firmware to a 1.2x version? I have tried to install so= me=20 1.2x firmware and my iPod does not boot! I would like to install linux on my iPod to make some app's. I have some = OS=20 and low-level knowledgement and believe that I can help to make a real=20 firmware replacement with linux. Thanks in advance. Domingo |