Dear Nikolaus,

 

On same page 
http://projects.kwaak.net/twiki/bin/view/Epc700/KernelPort26Compiling

click attachments (at bottom of the page) and you find some quick 
uploads/copies I did.

I have uploaded my latest uImage, config file and libmodules, compiled on my 
trendtac epc700 using debian lenny.

 

Some comments:

- I needed to use build tools gcc 4.1.2 or 4.1.3 otherwise I got some errors. I 
did this by modifying Makefile HOSTCC = gcc -V 4.1 and CC = gcc -V 4.1

- another modification related to boot args can be in init/main.c 

Replace the boot_command_line and static_command_line parts as below 

# strcpy (saved_command_line, "mem=128M console=tty1 root=/dev/mmcblk0p2 rw 
noatime)  

# strcpy(static_command_line, "mem=128M console=tty1 root=/dev/mmcblk0p2 rw 
noatime)

This will output the kernel command to your tty1

 

Grt Ruben.

> From: h...@computer.org
> To: mipsbook-devel@linuxtogo.org
> Date: Fri, 23 Apr 2010 10:17:32 +0200
> Subject: [Mipsbook-devel] Compiling kernel 2.6
> 
> Hi all,
> since I have recently gained some experience in compiling a kernel for 
> the Beagle Board, I thought I could give the Mipsbook kernel a new try.
> 
> So I looked up the updated page:
> 
> http://projects.kwaak.net/twiki/bin/view/Epc700/KernelPort26Compiling
> 
> The idea to edit init/do_mounts.c is a great one since it works around 
> changing any bootargs!
> 
> But I came across some issues and have therefore not yet managed to 
> compile a kernel:
> 
> a) where does one download the kernel26minibooksvnversion33.patch ?
> b) there is no linux-2.6.24.3-jz-20080530.patch on the Ingenic server 
> but a quite new linux-2.6.24.3-jz-20100304.patch - anyone tried?
> c) there is no CONFIG_RV5 file
> d) there should be a _defconfig in arch/mips/configs/
> maybe a file mipsbook_defconfig - or does anyone know if Ingenic 
> already provides a matching _defconfig?
> 
> Maybe someone on this list can help?
> 
> BR,
> Nikolaus
> 
> 
> 
> _______________________________________________
> Mipsbook-devel mailing list
> Mipsbook-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/mipsbook-devel
                                          
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
_______________________________________________
Mipsbook-devel mailing list
Mipsbook-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/mipsbook-devel

Reply via email to