--- In [email protected], "sambuls" <[EMAIL PROTECTED]> wrote: > > I'm trying to configure my fox bord so it can read ext3 filesystem. > I think the best way to do is to recompile the kernel with ext3 > filesystem as a kernel module. > > I'm completly new to compiling kernels. What I have done so far is > installing the SDK kit for acmesystems.com. > There were 2 rpm's that I had to install and 2 tar files. > > After installing the SDK kit I tryed to recompile the kernel > > In the directory 'devboard-R2_01' is a subdirectory 'os/linux' > $ make menuconfig > created the ext3 module > $ make
- cd devboard-R2_01/os/linux - make menuconfig - Configure the kernel as you like, then exit saving changes - cd ../.. (back to devboard-R2_01) - make - If everything is done, you will get a fimage at the end of the process - . ./init_env - boot_linux -F -i fimage - The program should wait until you jumper the boot pins on the FOX Board and you reset it. Then the flashing will begin. When finished, jumper-out the boot pins and reset the FOX Board. Your image now should work with ext3 support ;)
