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: Bernard L. <le...@bo...> - 2004-03-24 12:38:05
|
To compile the iPod kernel you need the arm cross compiler. This builds binaries for the ARM cpu. This is normally called arm-elf-gcc and lives in /usr/local/bin. On your pc/Mac you would have a native compiler (compiling to x86 or ppc). This is normally just call gcc and lives in /usr/bin. To build the kernel for the iPod you need the cross compiler. To build the boot loader you need both, the boot loader runs on the iPod but the patching program runs on the pc/Mac. When you install gcc under gento it will be a native compiler, gcc3.x in this case. This is fine. However you additionally need to install the arm cross compiler from the uClinux.org website. There is no way in gentoo (using portage) to build a cross compiler and in anycase you just don't need (or want!) to because there are special patches & versions required. So, just do a normal gentoo install, then when its done grab the arm-elf cross compiler from uclinux.org and install it and everything will be good. cheers, bern. Robert D <ro...@op...> said: > Bernard, > > Sorry, you kinda lost me there. I have compiled the bootloader and kernel on > gcc 2.9.x before, but now i am changing distro's from Debian to Gentoo and i > was wondering if GCC 3.3 (iirc) would work for compiling all the stuff. > > According to Jeff it should, do you agree? > > Thanks, > Robert D > > ----- Original Message ----- > From: "Bernard Leach" <le...@bo...> > To: "Robert D" <ro...@op...> > Cc: <ipo...@li...> > Sent: Wednesday, March 24, 2004 7:50 PM > Subject: Re: [Ipodlinux-devel] Will compiling with any GCC version work?? > > > > > > Hi Robert, > > > > The gcc3 that comes with gentoo will only compile stuff for your PC/mac. > For > > the iPod you will need to install the arm-elf-gcc cross compiler. Just > get > > the version for the uclinux.org website and install that (it just goes in > > /usr/local so there is minimal pollution of your system). > > > > This cross compiler is 2.95+arm+(?uclinux?) patches plus some specific > version > > of binutils. Trying to do it yourself is simply not worth the pain. > > > > For Mac there was a version for download but it seems to have again become > > unaccessible behind some login/password. Does anyone have a copy of the > > MacOSX toolchain that was at; > > > > <http://www.klingler.net/download/arm-linux.pkg.sit> > > > > I'd like to put it up on sf.net so that it won't disappear anymore! > > > > cheers, > > bern. > > > > Robert D <ro...@op...> said: > > > > > > Hey, > > > > > > I am about to properly install gentoo and everything on my system, the > > > question i have is whether the kernel for the ipod will compile on gcc3 > (i > > think > > > gentoo comes with gcc3) or if i am going to have problems. > > > > > > Thanks a heap, > > > Robzy > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: IBM Linux Tutorials > > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > > GenToo technologies. Learn everything from fundamentals to system > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > _______________________________________________ > > > iPodlinux-devel mailing list > > > iPo...@li... > > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > > > > > > -- > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > -- |
From: Robert D <ro...@op...> - 2004-03-24 10:49:38
|
Bernard, Sorry, you kinda lost me there. I have compiled the bootloader and kernel on gcc 2.9.x before, but now i am changing distro's from Debian to Gentoo and i was wondering if GCC 3.3 (iirc) would work for compiling all the stuff. According to Jeff it should, do you agree? Thanks, Robert D ----- Original Message ----- From: "Bernard Leach" <le...@bo...> To: "Robert D" <ro...@op...> Cc: <ipo...@li...> Sent: Wednesday, March 24, 2004 7:50 PM Subject: Re: [Ipodlinux-devel] Will compiling with any GCC version work?? > > Hi Robert, > > The gcc3 that comes with gentoo will only compile stuff for your PC/mac. For > the iPod you will need to install the arm-elf-gcc cross compiler. Just get > the version for the uclinux.org website and install that (it just goes in > /usr/local so there is minimal pollution of your system). > > This cross compiler is 2.95+arm+(?uclinux?) patches plus some specific version > of binutils. Trying to do it yourself is simply not worth the pain. > > For Mac there was a version for download but it seems to have again become > unaccessible behind some login/password. Does anyone have a copy of the > MacOSX toolchain that was at; > > <http://www.klingler.net/download/arm-linux.pkg.sit> > > I'd like to put it up on sf.net so that it won't disappear anymore! > > cheers, > bern. > > Robert D <ro...@op...> said: > > > > Hey, > > > > I am about to properly install gentoo and everything on my system, the > > question i have is whether the kernel for the ipod will compile on gcc3 (i > think > > gentoo comes with gcc3) or if i am going to have problems. > > > > Thanks a heap, > > Robzy > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > iPodlinux-devel mailing list > > iPo...@li... > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > -- > > > |
From: Bernard L. <le...@bo...> - 2004-03-24 08:50:14
|
Hi Robert, The gcc3 that comes with gentoo will only compile stuff for your PC/mac. For the iPod you will need to install the arm-elf-gcc cross compiler. Just get the version for the uclinux.org website and install that (it just goes in /usr/local so there is minimal pollution of your system). This cross compiler is 2.95+arm+(?uclinux?) patches plus some specific version of binutils. Trying to do it yourself is simply not worth the pain. For Mac there was a version for download but it seems to have again become unaccessible behind some login/password. Does anyone have a copy of the MacOSX toolchain that was at; <http://www.klingler.net/download/arm-linux.pkg.sit> I'd like to put it up on sf.net so that it won't disappear anymore! cheers, bern. Robert D <ro...@op...> said: > > Hey, > > I am about to properly install gentoo and everything on my system, the > question i have is whether the kernel for the ipod will compile on gcc3 (i think > gentoo comes with gcc3) or if i am going to have problems. > > Thanks a heap, > Robzy > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > -- |
From: Robert D <ro...@op...> - 2004-03-24 06:07:46
|
Bbig endian issues? What should i do about them? Robert D ----- Original Message -----=20 From: One...@ao...=20 To: ro...@op...=20 Sent: Wednesday, March 24, 2004 1:27 PM Subject: Re: [Ipodlinux-devel] Will compiling with any GCC version = work?? I am using gcc 3.3 and do not encounter problems other than those = related to big endian issues. Cheers Jeff N.=20 |
From: Steven D. <st...@ta...> - 2004-03-24 02:34:57
|
Hey all, Could someone please send me a pre-compiled Kernel that would work with 3G iPods or give me a link to one? Also, what is the CVS info for downloading the most current version of uClinux for iPod? Thanks. |
From: Robert D <ro...@op...> - 2004-03-24 02:23:48
|
Hey, I am about to properly install gentoo and everything on my system, the question i have is whether the kernel for the ipod will compile on gcc3 (i think gentoo comes with gcc3) or if i am going to have problems. Thanks a heap, Robzy |
From: Mathieu <zi...@xw...> - 2004-03-23 20:55:34
|
Hi Bern, I boot within the firewire cable but the error message are always here! I have followed the bluid instruction in your website! Is anyone can send me a kernel version with firewire over ethernet working ? Thank in advance Mathieu ----- Original Message ----- From: "Bernard Leach" <le...@bo...> To: "Mathieu" <zi...@xw...> Cc: <ipo...@li...> Sent: Tuesday, March 23, 2004 9:16 PM Subject: Re: [Ipodlinux-devel] Ethernet over Firewire on 3G ipod > > Hi Mathieu, > > I haven't ever seen problems like that. There are problems with booting > and firewire so perhaps they are related... > > One major tip is to not boot the iPod with it connected. Wait until > everything is loaded and ready then plug it in. > > Perhaps you could test with a kernel/eth1394 module compiled by someone > else? > > cheers, > bern. > > On Tue, 2004-03-23 at 20:36, Mathieu wrote: > > Hi everybody ! > > I have a big probel with the ethernet over firewire function in the > > ipod kernel.. > > When i run the modprobe eth1394 command on the ipod (with the rc > > script) I have a big big error... I cannot read it because the text > > scroll very fast.. > > And when I would like to configure the ip (by ifconfig eth0 > > 192.168.0.150) the command say me that the eth0 is not finded... > > I used the latest CVS kernel version ! > > > > CHeers, > > Mathieu > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > |
From: Bernard L. <le...@bo...> - 2004-03-23 20:43:47
|
Hi Mathieu, I haven't ever seen problems like that. There are problems with booting and firewire so perhaps they are related... One major tip is to not boot the iPod with it connected. Wait until everything is loaded and ready then plug it in. Perhaps you could test with a kernel/eth1394 module compiled by someone else? cheers, bern. On Tue, 2004-03-23 at 20:36, Mathieu wrote: > Hi everybody ! > I have a big probel with the ethernet over firewire function in the > ipod kernel.. > When i run the modprobe eth1394 command on the ipod (with the rc > script) I have a big big error... I cannot read it because the text > scroll very fast.. > And when I would like to configure the ip (by ifconfig eth0 > 192.168.0.150) the command say me that the eth0 is not finded... > I used the latest CVS kernel version ! > > CHeers, > Mathieu |
From: Mathieu <zi...@xw...> - 2004-03-23 19:36:52
|
Hi everybody ! I have a big probel with the ethernet over firewire function in the ipod = kernel.. When i run the modprobe eth1394 command on the ipod (with the rc script) = I have a big big error... I cannot read it because the text scroll very = fast.. And when I would like to configure the ip (by ifconfig eth0 = 192.168.0.150) the command say me that the eth0 is not finded... I used the latest CVS kernel version ! CHeers, Mathieu |
From: PALFFY D. <dpa...@ra...> - 2004-03-23 17:03:55
|
On Tue, 23 Mar 2004, Mathieu wrote: > HI ! > Yeaht it's a great news :) ! > > A another problem, is the kernel bug when we boot with the firewire cable > plugged in ! The Interrupt handler made panic :) ! I compiled the tsb driver as a module, and it works fine. So as a temporary workaround you may try this, too. About the panic: firewire is initialized very early (actually before the display) if it's built in, so the interrupt handler may use something not yet initialized... -- Dani ...and Linux for all. |
From: Mathieu <zi...@xw...> - 2004-03-23 16:58:51
|
HI ! Yeaht it's a great news :) ! A another problem, is the kernel bug when we boot with the firewire cable plugged in ! The Interrupt handler made panic :) ! Thank you for your great work bern ! best regards, Mathieu ----- Original Message ----- From: "Bernard Leach" <le...@bo...> To: <ipo...@li...> Sent: Monday, March 22, 2004 10:49 PM Subject: [Ipodlinux-devel] 2.4.24 kernel > > Hi all, > > last night I finally sorted out the iPod third-gen audio problems. With > this fix all the supported hardware should work for all (non-mini) iPod > models. I have also added devfs support for /dev/dsp. > > I'd like to get this version of the kernel up as a release on > sourceforge in the next little while. > > The big question though is - are there any known problems that should be > addressed in this release? > > cheers, > bern. > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > |
From: Steven L. <sl...@uc...> - 2004-03-23 13:49:15
|
Hi, I grabbed the CVS version and the bootloader now works. I still had to add -N to LDFLAGS, but the ipod shows tux and I can choose which OS with the buttons. The bootloader is very handy:) I'll work on the kernel issues later tonight. (I tried both the 2.95 and 3.2.1 toolchain built from the uclinux source). Thanks, Steven Bernard Leach <le...@bo...> (Tue 23 Mar 2004 08:35:13 -0000): > > Hi Steven, > > Sorry about the ppc bug, I think it was you that reported it some time ago... > Its been fixed in cvs but not in the release version. The CVS version also > has an endian fix for the extraction code so you probably should grab the cvs > version for now. This bug may be the cause of the folder icon. > > The other problems you are seeing I would guess to be related to the build > tools you are using. I'm not sure where you can get a prebuild ppc-arm cross > compiler but perhaps you could grab the source distribution from uclinux and > build that? > > cheers, > bern. |
From: Diman T. <dim...@ri...> - 2004-03-23 08:55:08
|
if you still dual boot with macosx... there is a precompiled arm gcc on applie.com (go figure :) also www.handhelds.org provides a lot of information on arm cross compiling toolchains i am afraid though they only have precompiled ones for x86 doesnt debian have a precompiled ppc arm cross compiler? just a guess regards diman On Mar 23, 2004, at 9:35 AM, Bernard Leach wrote: > > Hi Steven, > > Sorry about the ppc bug, I think it was you that reported it some time > ago... > Its been fixed in cvs but not in the release version. The CVS version > also > has an endian fix for the extraction code so you probably should grab > the cvs > version for now. This bug may be the cause of the folder icon. > > The other problems you are seeing I would guess to be related to the > build > tools you are using. I'm not sure where you can get a prebuild > ppc-arm cross > compiler but perhaps you could grab the source distribution from > uclinux and > build that? > > cheers, > bern. > > Steven Lucy <sl...@uc...> said: > >> Hey everyone, >> >> I haven't been around these parts for a while, but I'm trying to >> catch up >> with everything that's been done. I'm running into two independent >> problems: >> >> One is with the ipodloader. I'm running gentoo on ppc with a g1 >> ipod. Once >> I change the "char c" to "int c" so the thing doesn't get stuck in >> the loop >> (line 260), it appears to make make_fw alright. For the >> cross-compiled >> stuff, however, I get the following error: >> >> " >> arm-uclibc-gcc -Wl,-Tarm_elf_40.x -nostartfiles -o loader startup.o >> loader.o > tools.o tux.o >> > /home/local/uclibc/bin/../lib/gcc-lib/arm-linux/3.2.1/../../../../arm- > linux/bin/ld.real: >> loader: Not enough room for program headers, try linking with -N >> > /home/local/uclibc/bin/../lib/gcc-lib/arm-linux/3.2.1/../../../../arm- > linux/bin/ld.real: >> final link failed: Bad value >> collect2: ld returned 1 exit status >> make: *** [loader] Error 1 >> " >> >> If I add -N to LDFLAGS in Makefile, everything compiles nicely, but >> when I >> follow the instructions in the README I just get a "folder!" icon >> when I try >> to boot my ipod. I don't know if the -N is the culprit (not very >> familiar >> with linking), or if it's something else (endian problem?). Is there >> a newer >> (CVS?) copy I could get my hands on? Is anyone else experiencing >> these >> problems and I just missed the message? >> >> The second problem comes when trying to compile the kernel. >> Actually, it's >> before I even get to that point. After I "make oldconfig", I "make >> dep" but >> get the following error: >> >> " >> make[6]: Leaving directory `/home/uc/linux-2.4.20/drivers/video/aty' >> make -C intel fastdep >> make: *** intel: No such file or directory. Stop. >> " >> >> I didn't used to get that message when cross compiling a kernel for >> the ipod, >> so perhaps it's one of the new patches? >> >> Thanks for any help, >> Steven >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: IBM Linux Tutorials >> Free Linux tutorial presented by Daniel Robbins, President and CEO of >> GenToo technologies. Learn everything from fundamentals to system >> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click >> _______________________________________________ >> iPodlinux-devel mailing list >> iPo...@li... >> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >> > > > > -- > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel |
From: Bernard L. <le...@bo...> - 2004-03-23 08:35:18
|
Hi Steven, Sorry about the ppc bug, I think it was you that reported it some time ago... Its been fixed in cvs but not in the release version. The CVS version also has an endian fix for the extraction code so you probably should grab the cvs version for now. This bug may be the cause of the folder icon. The other problems you are seeing I would guess to be related to the build tools you are using. I'm not sure where you can get a prebuild ppc-arm cross compiler but perhaps you could grab the source distribution from uclinux and build that? cheers, bern. Steven Lucy <sl...@uc...> said: > Hey everyone, > > I haven't been around these parts for a while, but I'm trying to catch up > with everything that's been done. I'm running into two independent problems: > > One is with the ipodloader. I'm running gentoo on ppc with a g1 ipod. Once > I change the "char c" to "int c" so the thing doesn't get stuck in the loop > (line 260), it appears to make make_fw alright. For the cross-compiled > stuff, however, I get the following error: > > " > arm-uclibc-gcc -Wl,-Tarm_elf_40.x -nostartfiles -o loader startup.o loader.o tools.o tux.o > /home/local/uclibc/bin/../lib/gcc-lib/arm-linux/3.2.1/../../../../arm-linux/bin/ld.real: > loader: Not enough room for program headers, try linking with -N > /home/local/uclibc/bin/../lib/gcc-lib/arm-linux/3.2.1/../../../../arm-linux/bin/ld.real: > final link failed: Bad value > collect2: ld returned 1 exit status > make: *** [loader] Error 1 > " > > If I add -N to LDFLAGS in Makefile, everything compiles nicely, but when I > follow the instructions in the README I just get a "folder!" icon when I try > to boot my ipod. I don't know if the -N is the culprit (not very familiar > with linking), or if it's something else (endian problem?). Is there a newer > (CVS?) copy I could get my hands on? Is anyone else experiencing these > problems and I just missed the message? > > The second problem comes when trying to compile the kernel. Actually, it's > before I even get to that point. After I "make oldconfig", I "make dep" but > get the following error: > > " > make[6]: Leaving directory `/home/uc/linux-2.4.20/drivers/video/aty' > make -C intel fastdep > make: *** intel: No such file or directory. Stop. > " > > I didn't used to get that message when cross compiling a kernel for the ipod, > so perhaps it's one of the new patches? > > Thanks for any help, > Steven > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > -- |
From: Steven L. <sl...@uc...> - 2004-03-23 03:51:57
|
Hey everyone, I haven't been around these parts for a while, but I'm trying to catch up with everything that's been done. I'm running into two independent problems: One is with the ipodloader. I'm running gentoo on ppc with a g1 ipod. Once I change the "char c" to "int c" so the thing doesn't get stuck in the loop (line 260), it appears to make make_fw alright. For the cross-compiled stuff, however, I get the following error: " arm-uclibc-gcc -Wl,-Tarm_elf_40.x -nostartfiles -o loader startup.o loader.o tools.o tux.o /home/local/uclibc/bin/../lib/gcc-lib/arm-linux/3.2.1/../../../../arm-linux/bin/ld.real: loader: Not enough room for program headers, try linking with -N /home/local/uclibc/bin/../lib/gcc-lib/arm-linux/3.2.1/../../../../arm-linux/bin/ld.real: final link failed: Bad value collect2: ld returned 1 exit status make: *** [loader] Error 1 " If I add -N to LDFLAGS in Makefile, everything compiles nicely, but when I follow the instructions in the README I just get a "folder!" icon when I try to boot my ipod. I don't know if the -N is the culprit (not very familiar with linking), or if it's something else (endian problem?). Is there a newer (CVS?) copy I could get my hands on? Is anyone else experiencing these problems and I just missed the message? The second problem comes when trying to compile the kernel. Actually, it's before I even get to that point. After I "make oldconfig", I "make dep" but get the following error: " make[6]: Leaving directory `/home/uc/linux-2.4.20/drivers/video/aty' make -C intel fastdep make: *** intel: No such file or directory. Stop. " I didn't used to get that message when cross compiling a kernel for the ipod, so perhaps it's one of the new patches? Thanks for any help, Steven |
From: Robert D <ro...@op...> - 2004-03-22 22:51:23
|
*does the happy dance* :P Im gonna get Gentoo installed today especially so i can play around with the latest iPod-linux. I think i just descended one more step nto geek-ism :P Robert D > > ----- Original Message ----- > From: "Bernard Leach" <le...@bo...> > To: <ipo...@li...> > Sent: Tuesday, March 23, 2004 8:49 AM > Subject: [Ipodlinux-devel] 2.4.24 kernel > > > > > > Hi all, > > > > last night I finally sorted out the iPod third-gen audio problems. With > > this fix all the supported hardware should work for all (non-mini) iPod > > models. I have also added devfs support for /dev/dsp. > > > > I'd like to get this version of the kernel up as a release on > > sourceforge in the next little while. > > > > The big question though is - are there any known problems that should be > > addressed in this release? > > > > cheers, > > bern. > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > iPodlinux-devel mailing list > > iPo...@li... > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Bernard L. <le...@bo...> - 2004-03-22 22:35:14
|
It still only does 44.1... as you say the chip does other rates but my driver is pretty dodgey. The driver also only does output ;) Patches for either would be gratefully accepted! Post the release, I am hoping to make the move to 2.6 on the iPod asap and focus on adding new features / better drivers there. E.g. for the audio move to an ALSA driver. At the moment 2.6 doesn't even mount the rootfs though so it might be some way off... cheers, bern. On Mon, 2004-03-22 at 23:19, Gilles Boccon-Gibod wrote: > Great news. > Does this release fix the problem of the audio driver only supporting > 44.1kHz samping rates ? Last time I looked at the driver, it hardcoded the > chip's registers to only do 44.1kHz, but it seems that the hardware if > capable of supporting other sampling rates. Also, the driver is always in > stereo, but the chip might be able to do mono. > > Thanks. > > -- Gilles > > ----- Original Message ----- > From: "Bernard Leach" <le...@bo...> > To: <ipo...@li...> > Sent: Monday, March 22, 2004 1:49 PM > Subject: [Ipodlinux-devel] 2.4.24 kernel > > > > > > Hi all, > > > > last night I finally sorted out the iPod third-gen audio problems. With > > this fix all the supported hardware should work for all (non-mini) iPod > > models. I have also added devfs support for /dev/dsp. > > > > I'd like to get this version of the kernel up as a release on > > sourceforge in the next little while. > > > > The big question though is - are there any known problems that should be > > addressed in this release? > > > > cheers, > > bern. > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux Tutorials > > Free Linux tutorial presented by Daniel Robbins, President and CEO of > > GenToo technologies. Learn everything from fundamentals to system > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > _______________________________________________ > > iPodlinux-devel mailing list > > iPo...@li... > > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Gilles Boccon-G. <bo...@bo...> - 2004-03-22 22:19:23
|
Great news. Does this release fix the problem of the audio driver only supporting 44.1kHz samping rates ? Last time I looked at the driver, it hardcoded the chip's registers to only do 44.1kHz, but it seems that the hardware if capable of supporting other sampling rates. Also, the driver is always in stereo, but the chip might be able to do mono. Thanks. -- Gilles ----- Original Message ----- From: "Bernard Leach" <le...@bo...> To: <ipo...@li...> Sent: Monday, March 22, 2004 1:49 PM Subject: [Ipodlinux-devel] 2.4.24 kernel > > Hi all, > > last night I finally sorted out the iPod third-gen audio problems. With > this fix all the supported hardware should work for all (non-mini) iPod > models. I have also added devfs support for /dev/dsp. > > I'd like to get this version of the kernel up as a release on > sourceforge in the next little while. > > The big question though is - are there any known problems that should be > addressed in this release? > > cheers, > bern. > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > |
From: Bernard L. <le...@bo...> - 2004-03-22 22:11:22
|
Hi all, last night I finally sorted out the iPod third-gen audio problems. With this fix all the supported hardware should work for all (non-mini) iPod models. I have also added devfs support for /dev/dsp. I'd like to get this version of the kernel up as a release on sourceforge in the next little while. The big question though is - are there any known problems that should be addressed in this release? cheers, bern. |
From: <ic...@co...> - 2004-03-22 00:42:11
|
Can someone please upload a new win-ipod precompiled kernel, or send one to Ic...@co... , it would be greatly appreciated. I also need help to install the bootloader. Thanks. |
From: PALFFY D. <dpa...@ra...> - 2004-03-17 16:13:45
|
Hi! Just another quick addition: on big-endian machines you need the CVS version of ipodloader, the released one won't work because of a byte-sex bug. This should be cleared in the docs to avoid bogus bug reports. On Wed, 17 Mar 2004, Jean-Charles Tournier wrote: > Hi, > > Thanks to MacIndian and Jeff N. I corrected some mistakes from the > previous version of the HowTo. I send here the html file and its latex > source if you need to modify it or to generate a document in another > format. > > JC. > > -- Daniel ...and Linux for all. |
From: Bernard L. <le...@bo...> - 2004-03-17 15:57:15
|
Hi JC, Thats great news about the update. I'd like to get this onto the website but more as part of a general cleanup of the docs.... One minor point, I have recently added the pad.S stuff in CVS so now it is possible to use "make boot" to create the linux.bin file directly. Have you looked at Microwindows at all? From an earlier message it seems there are some problems there too on the Mac platform. cheers, bern. Jean-Charles Tournier <jea...@rd...> said: > Hi, > > Thanks to MacIndian and Jeff N. I corrected some mistakes from the > previous version of the HowTo. I send here the html file and its latex > source if you need to modify it or to generate a document in another > format. > > JC. > > -- |
From: Jean-Charles T. <jea...@rd...> - 2004-03-17 15:42:28
|
Hi, Thanks to MacIndian and Jeff N. I corrected some mistakes from the previous version of the HowTo. I send here the html file and its latex source if you need to modify it or to generate a document in another format. JC. |
From: Bernard L. <le...@bo...> - 2004-03-17 08:17:58
|
It looks like that error is from the assert() call. Try adding NDEBUG to the CFLAGS in the makefile and see if that helps. cheers, bern. MacIndian/Perreard Meryl <Mac...@fr...> said: > Hello. > > with the doc of JC and Bernard, my linux is working perfectly. > > Now, i'm compiling the GUI. > > First, there is a problem with bmp pictures of Microwindows when we > want to tar it. > impossible to convert it during the Make. > we had to untar microwindows we the soft Stuffit ... just double clik > on the file ... :-p and put pictures in the folder. > but after we have that: > > Mael:~/Linux-on-iPod/microwindows/src portable$ make > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `GdGetColorRGB': > /Users/portable/Linux-on-iPod/microwindows/src/engine/devopen.c:401: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `GdDrawImage': > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:787: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `GdBlit': > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1513: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1514: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1517: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt:/ > Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1656: > more undefined references to `__eprintf' follow > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `mouse_hit': > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:265: > undefined reference to `image_keynorm' > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:260: > undefined reference to `image_keyshft' > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:257: > undefined reference to `image_keyctrl' > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:274: > undefined reference to `image_keynum' > collect2: ld returned 1 exit status > make[2]: *** [/Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd] > Error 1 > make[1]: *** [subdir-nxkbd] Error 2 > Mael:~/Linux-on-iPod/microwindows/src portable$ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > -- |
From: MacIndian/Perreard M. <Mac...@fr...> - 2004-03-16 22:44:35
|
Hello. with the doc of JC and Bernard, my linux is working perfectly. Now, i'm compiling the GUI. First, there is a problem with bmp pictures of Microwindows when we want to tar it. impossible to convert it during the Make. we had to untar microwindows we the soft Stuffit ... just double clik on the file ... :-p and put pictures in the folder. but after we have that: Mael:~/Linux-on-iPod/microwindows/src portable$ make /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `GdGetColorRGB': /Users/portable/Linux-on-iPod/microwindows/src/engine/devopen.c:401: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `GdDrawImage': /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:787: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `GdBlit': /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1513: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1514: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1517: undefined reference to `__eprintf' /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt:/ Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1656: more undefined references to `__eprintf' follow /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In function `mouse_hit': /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:265: undefined reference to `image_keynorm' /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:260: undefined reference to `image_keyshft' /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:257: undefined reference to `image_keyctrl' /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:274: undefined reference to `image_keynum' collect2: ld returned 1 exit status make[2]: *** [/Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd] Error 1 make[1]: *** [subdir-nxkbd] Error 2 Mael:~/Linux-on-iPod/microwindows/src portable$ |