From: Mathieu <zi...@xw...> - 2004-04-29 19:25:12
|
Hi everybody ! I have heard (on the forum) that some people are doing some work on the = recording feature of the iPod and I heard that a sample program isa = available too.. So my question are where can I get this sample program and what the = state of the "research" ? Thanks Mathieu |
From: Bernard L. <le...@bo...> - 2004-05-02 10:17:09
|
Hi Mathieu, I have been working on the recording function but its not quite integrated into the kernel yet. I'm trying ot spend some time on it today so hopefully I'll make some progress. The sample program isn't a sample as such, just a bit of a assembler that tweaks the registers to get stuff to work. Not really useful for much more than that though. cheers, bern. On Thu, 2004-04-29 at 21:25, Mathieu wrote: > Hi everybody ! > > I have heard (on the forum) that some people are doing some work on > the recording feature of the iPod and I heard that a sample program > isa available too.. > So my question are where can I get this sample program and what the > state of the "research" ? > > Thanks > > Mathieu |
From: Mathieu <zi...@xw...> - 2004-05-02 10:35:36
|
Hi ! Okay, So when you have made some progress (like putting the driver in the kernel), "keep us in news" :) ! I have one other question.. Is it possible to put into a parition two diffrent firmware (like linux and apple's firmware) and the bootloader will load one of the firmwares. And when we would like update the firmware we can just replace the firmware and we don't need anymore to rebuild all the bootloader like now.. Best regards, Mathieu ----- Original Message ----- From: "Bernard Leach" <le...@bo...> To: <ipo...@li...> Sent: Sunday, May 02, 2004 11:15 AM Subject: Re: [Ipodlinux-devel] Recording > > Hi Mathieu, > > I have been working on the recording function but its not quite > integrated into the kernel yet. I'm trying ot spend some time on it > today so hopefully I'll make some progress. > > The sample program isn't a sample as such, just a bit of a assembler > that tweaks the registers to get stuff to work. Not really useful for > much more than that though. > > cheers, > bern. > > On Thu, 2004-04-29 at 21:25, Mathieu wrote: > > Hi everybody ! > > > > I have heard (on the forum) that some people are doing some work on > > the recording feature of the iPod and I heard that a sample program > > isa available too.. > > So my question are where can I get this sample program and what the > > state of the "research" ? > > > > Thanks > > > > Mathieu > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > |
From: Bernard L. <le...@bo...> - 2004-05-02 10:48:35
|
Yeah that would be possible but it would need a much more advanced bootloader. Currently the bootloader just uses the standard apple firmware to do the diskloading portion so its very simple. If we "ported" grub/lilo or similar then it could work. As for the audio recording. I'll post when something goes into CVS ;) cheers, bern. On Sun, 2004-05-02 at 12:35, Mathieu wrote: > Hi ! > Okay, So when you have made some progress (like putting the driver in the > kernel), "keep us in news" :) ! > I have one other question.. Is it possible to put into a parition two > diffrent firmware (like linux and apple's firmware) and the bootloader will > load one of the firmwares. And when we would like update the firmware we can > just replace the firmware and we don't need anymore to rebuild all the > bootloader like now.. > > Best regards, > Mathieu > ----- Original Message ----- > From: "Bernard Leach" <le...@bo...> > To: <ipo...@li...> > Sent: Sunday, May 02, 2004 11:15 AM > Subject: Re: [Ipodlinux-devel] Recording > > > > > > Hi Mathieu, > > > > I have been working on the recording function but its not quite > > integrated into the kernel yet. I'm trying ot spend some time on it > > today so hopefully I'll make some progress. > > > > The sample program isn't a sample as such, just a bit of a assembler > > that tweaks the registers to get stuff to work. Not really useful for > > much more than that though. > > > > cheers, > > bern. > > > > On Thu, 2004-04-29 at 21:25, Mathieu wrote: > > > Hi everybody ! > > > > > > I have heard (on the forum) that some people are doing some work on > > > the recording feature of the iPod and I heard that a sample program > > > isa available too.. > > > So my question are where can I get this sample program and what the > > > state of the "research" ? > > > > > > Thanks > > > > > > Mathieu > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > iPodlinux-devel mailing list > > iPo...@li... > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |