1
Debian / Kernel Conf File For Kernel 2.6.24.4-yonggun
« on: July 03, 2008, 12:10:22 pm »Quote from: radiochickenwax
Quote from: abm_y4kYou need to modify the kernel .config file and recompile it:
CONFIG_CMDLINE="console=ttyS0,115200n8 console=tty1 noinitrd root=/dev/hda1 rootfstype=ext3 rootdelay=1 rw fbcon=rotate:1 dyntick=enable debug"
change root=<device you want to boot it at>
Thanks! but I still don't think I'm building for uBoot properly, since there is no "uImage" in "arch/arm/boot" despite the outputCode: [Select]make uImage ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi-
givesCode: [Select]Kernel: arch/arm/boot/Image is ready
Kernel: arch/arm/boot/zImage is ready
UIMAGE arch/arm/boot/uImage
/usr/bin/mkimage [OPTIONS]
Options:
-fSpecify an input MD5 file. MD5s must be in jigdo's
pseudo-base64 format
-jSpecify the input jigdo file
-t Specify the input template file
-m- Map
- to
to find the files in the mirror
-MRather than try to build the image, just check that
all the needed files are available. If any are missing,
list them in this file.
-v Make the output logging more verbose
-lSpecify a logfile to append to.
If not specified, will log to stderr
-oSpecify a file to write the ISO image to.
If not specified, will write to stdout
-q Quick mode. Don't check MD5sums. Dangerous!
-sStart byte number; will start at 0 if not specified
-eEnd byte number; will end at EOF if not specified
-z Don't attempt to rebuild the image; simply print its
size in bytes
Image arch/arm/boot/uImage is ready
...so I think I'm using the wrong version of "mkimage"
Sorry I've not did any image for uboot... maybe you can ask 2or0. He is very helpful.
uboot is not stable... why not use sharp?
Regards,