Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2010-02-24 Thread Graham Gower
On 24 February 2010 21:50, Nils Faerber wrote: > Dr. H. Nikolaus Schaller schrieb: >> c) how can we merge these things? > > By rewriting the JZ support ;) Currently the whole JZ support is pretty > crappy (according to Thomas Bogendörfer). He started to get te JZ4730 > running with a vanilla MIPS

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2010-02-24 Thread Nils Faerber
Dr. H. Nikolaus Schaller schrieb: > First of all thanks to Riccardo to "revitalize" this list. > > When thinking about how to continue, I came to the conclusion that we > should move this project from SVN to some GIT repository. > > Questions: > a) can linuxtogo host GIT? If not, I can do that no

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2010-02-24 Thread Dr. H. Nikolaus Schaller
First of all thanks to Riccardo to "revitalize" this list. When thinking about how to continue, I came to the conclusion that we should move this project from SVN to some GIT repository. Questions: a) can linuxtogo host GIT? If not, I can do that now. b) which would be the reporitory to track

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-20 Thread Ruben Viets
Hi, See below the reason why the unconfigured kernel 2.6 sources stuck at boot. Reason: It tries to startup from sffdca1 which is not recognized as a bootable root fs. -- NAND SPL Starting

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-15 Thread Steve Arnold
On Sat, 12 Sep 2009 16:09:22 + Ruben Viets wrote: [snip] > If you hook up a serial port via cutecom or minicom you can see > the console commands (my output is included in zipfile) > > Check > http://projects.kwaak.net/twiki/bin/view/Epc700/SerialConsoleHowto. If you have access to a seri

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-15 Thread Ruben Viets
. http://projects.kwaak.net/twiki/bin/view/Epc700/KernelPort26Compiling Grt Ruben. CC: r_vi...@hotmail.com From: h...@computer.org To: mipsbook-devel@linuxtogo.org Subject: Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage Date: Mon, 14 Sep 2009 21:28:55 +0200 Hi all

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-14 Thread Dr. H. Nikolaus Schaller
Hi all, I have also made some progress with cross-compiling the kernel. First of all I had to solve some issues when compiling the HOST tools of Linux (genksyms etc.) on Darwin since there are some assumptions about availability of header files. This resulted in missing malloc.h and optargs

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-05 Thread Benjamin Valentin
On Fri, 4 Sep 2009 19:49:28 + Ruben Viets wrote: > > Hi Nikolaus, > > > > I use the files from linux-2.6.24.3-minibook directory. > > Copy the CONFIG_ARD to .config, fix the cross-compiler in the > Makefile to mipsel-linux-gnu- (I use ubuntu hardy mipsel-linux-4.3 > one) > > make oldc

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-05 Thread Dr. H. Nikolaus Schaller
Something to remember to change in future... Am 05.09.2009 um 21:56 schrieb Dr. H. Nikolaus Schaller: $ cp CONFIG_ARD .config I just found out that it would be good practice to store this default config file in arch/mips/configs/minibook_defconfig BR, Nikolaus __

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-05 Thread Dr. H. Nikolaus Schaller
make xconfig to add modules yourself. make modules make uImage Grt Ruben. > From: h...@computer.org > To: mipsbook-devel@linuxtogo.org > Date: Fri, 4 Sep 2009 12:31:11 +0200 > Subject: Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage > > Hi Ruben, > g

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-04 Thread Ruben Viets
Grt Ruben. > From: h...@computer.org > To: mipsbook-devel@linuxtogo.org > Date: Fri, 4 Sep 2009 12:31:11 +0200 > Subject: Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 > uImage > > Hi Ruben, > great! Your success made me invest an hour to try myse

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-04 Thread Dr. H. Nikolaus Schaller
Hi Ruben, great! Your success made me invest an hour to try myself... Am 03.09.2009 um 21:20 schrieb Ruben Viets: - Found out to svn checkout the minibook-kernel files from the mips- devel project in linuxtogo, very nice. I checked out the repos through svn co svn://projects.linuxtogo.org/s

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-03 Thread Ruben Viets
: mipsbook-devel@linuxtogo.org Date: Thu, 3 Sep 2009 19:20:17 + Subject: Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage Hi, More info about compiling of the kernel 2.6 stuff. - Found out to svn checkout the minibook-kernel files from the mips-devel project in

Re: [Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-09-03 Thread Ruben Viets
Hi, More info about compiling of the kernel 2.6 stuff. - Found out to svn checkout the minibook-kernel files from the mips-devel project in linuxtogo, very nice. - I use the mipsel-linux-gnu- cross compiler 4.3.3 (debian gnu) - make uImage and modules, compiling is ok. Five issues: 1) Sound

[Mipsbook-devel] lenny and mipsandroid with softfloat kernel 2.6 uImage

2009-08-27 Thread Ruben Viets
Hi, Herewith some of my experience with the kernel 2.6 softfloat version posted by Nils. I extract the zip file and use the first uImage to boot my SD stick with debian chroot. The second uImage in angstrom.tzr.gz file /data/ I use to boot from /dev/nand. I installed the angstrom o