From: Jean-Charles T. <jea...@rd...> - 2004-03-11 09:27:34
|
ok, thanks. I'll try this way. I agree with you that my kernel problem are very strange :). I going to=20= recompile from scratch and see if i get the same problem and i'll keep=20= you informed. Well, I've got several ohter questions: -once i installed the kernel on my ipod what must i put on the root=20 partition -i don't really understand the last part of the howto "building a=20 uClinux system for the ipod" called "user tools". What is it? thanks, jc. Le 11 mars 04, =E0 10:04, Bernard Leach a =E9crit : > > In order to see a HFS+ partition you need HFS+ filesystem support and=20= > Mac > partition support. For the parition support select the "Advanced=20 > partition" > option and then specify MAC (and MSDOS if needed). > > In .config: > > CONFIG_HFSPLUS_FS=3Dy > CONFIG_MAC_PARTITION=3Dy > > The kernel problems you had are quite strange - it should compile "out=20= > of the > box". > > After you applied the patches etc you should be able to just copy the=20= > default > config and then build something that works; > > cp arch/armnommu/def-configs/ipod .config > make oldconfig > make dep > make > make modules > > Did you miss the "make dep" line? > > Jean-Charles Tournier <jea...@rd...> = said: > >> hi, >> >> I try to install linux on my mac ipod, which means that I have HFS+ >> partition. So I compiled the 2.4.24 kernel . When I installed it, i >> hoped that it could natively see my HFS+ root partition, but it >> doesn't. Is there a special flag to set when compiling the kernel? >> >> I report here the problems I get when I compiled the 2.4.24 kernel. I >> used the source kernel from >> (http://www.ovh-new.lkams.kernel.org/pub/linux/kernel/v2.4/), the >> uClinux-2.4.24-uc0.diff.gz and the cvs version of the ipodlinux = patch. >> First I needed to create a file at include/linux/version.h which >> contains: >> #define UTS_RELEASE "2.4.24-uc0" >> #define LINUX_VERSION_CODE KERNEL_VERSION(2,2,24) >> #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) >> >> Then, I need to comment the line 245 of file char/serial.c and line 4 >> of include/asm/spinlock.h >> >> thanks, >> jc. >> >> >> >> >> ------------------------------------------------------- >> 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=3D1470&alloc_id=3D3638&op=3Dc= lick >> _______________________________________________ >> iPodlinux-devel mailing list >> iPo...@li... >> https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel >> > > > > --=20 > > > |