[Skyeye-developer] [SkyEye DOC] How to run ARMLinux 2.6.14 on SkyEye's SMDK2410 simulation

Anthony Lee don.anthony.lee+program at gmail.com
Wed Apr 4 17:41:10 CST 2007


> How to generate the initrd.img file?

Please search from google.

Anyway, you can get it from the skyeye testsuite 2.1.
but need to add /dev/ttySAC0 to it.

# mount initrd.img /mnt -o loop
# cd /mnt/dev
# mknod ttySAC0 c 204 64
# cd -
# umount /mnt


2007/4/4, Arnab Som <arnabsom at gmail.com>:
> Hi Anthony,
>                      I have applied the patch and compiled but after getting
> the vmlinux in the top directory i tried to simulate using the initrd.img in
> testsuite2 . But the skyeye system hanged ..
> How to generate the initrd.img file?
>
> Regards
> Arnab
>
>
>
> On 4/3/07, Anthony Lee <don.anthony.lee+program at gmail.com >
> wrote:
> >
> > Hi all,
> >
> > Here is the the patch and howto for running ARMLinux 2.6.14
> > on SkyEye's SMDK2410 simulation including the UART, LCD, NET sections.
> >
> > Hope that it's useful for beginner to both Linux and SkyEye.
> >
> > Though the patch contains changing of UART settings, you still have a
> chance
> > to debug your linux kernel through JTAG DCC, but you need the SkyEye from
> > the current SVN head source.
> >
> >
> > Cheers.
> >
> > Anthony Lee
> >
> >
> >
> #######################################################################
> >
> >
> >                         ARMLinux 2.6.14 for SMDK2410 on
> SkyEye
> >
> > How to run:
> > ===========
> >         - First you need skyeye that released after 2007-02-09 ( > v1.2.1
> )
> >         - And you should get a " initrd.img" (2M)
> >         - Run the command below
> >                 $ skyeye -e vmlinux -c skyeye.conf
> >
> >
> > How to build vmlinux:
> > =====================
> >         - Apply the patch "linux-2.6.14-skyeye.patch "
> >                 ~/linux $ patch -p1 < linux-2.6.14-skyeye.patch
> >
> >         - Apply the default configuration for s3c2410_skyeye
> >                 ~/linux $ make ARCH=arm CROSS_COMPILE=arm-linux-uclibc-
> > s3c2410_skyeye_defconfig
> >
> >         - Build vmlinux
> >                 ~/linux $ make ARCH=arm CROSS_COMPILE=arm-linux-uclibc-
> >
> >
> > linux-2.6.14-skyeye.patch contains:
> > ===================================
> >         - Fixed CS8900A driver.
> >         - Fixed LCD driver.
> >         - Changed the UART settings of S3C2410x so that we can run it on
> SkyEye.
> >
> > _______________________________________________
> > Skyeye-developer mailing list
> > Skyeye-developer at lists.gro.clinux.org
> >
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> >
> >
> >
>
>
> _______________________________________________
> Skyeye-developer mailing list
> Skyeye-developer at lists.gro.clinux.org
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
>
>



More information about the Skyeye-developer mailing list