Search found 5 matches

by Steve
Sun Dec 27, 2009 11:44 pm
Forum: S3C2440 Boards
Topic: Boot from SD-card
Replies: 3
Views: 1889

Re: Boot from SD-card

Have you added a bootdelay parameter to the Linux command line? I found this necessary to boot from the SD card. So my working linux_cmd_line parameters are:

Code: Select all

noinitrd console=ttySAC0,115200 root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5
by Steve
Wed Dec 09, 2009 6:29 pm
Forum: S3C2440 Boards
Topic: ext2 support (need it for SD card)?
Replies: 8
Views: 4319

Re: ext2 support (need it for SD card)?

How have you installed your cross compiler? The name of the gcc command is likely to be different (ie it may not be armv4tl-softloat-linux-gnueabi-gcc). You'll need to update your xkmake script accordingly. If you can't get it to work I can compile a kernel for you. Just let me know what options you...
by Steve
Mon Dec 07, 2009 8:40 pm
Forum: S3C2440 Boards
Topic: ext2 support (need it for SD card)?
Replies: 8
Views: 4319

Re: ext2 support (need it for SD card)?

I've built a new kernel on my Gentoo Linux box with ext3 support following the instructions in the Gentoo Embedded Handbook . If you have a working cross-compiler, the instructions should be equally valid on any Linux distribution. In summary: Extract the kernel source code from the CD (I tried usin...
by Steve
Sun Nov 22, 2009 5:01 pm
Forum: Linux Development
Topic: Qt-Embedded 4.5
Replies: 1
Views: 4013

Re: Qt-Embedded 4.5

I got Qt Embedded working following the instructions on this site. From the error message it looks like you might not have installed tslib.
by Steve
Sun Nov 08, 2009 5:12 am
Forum: S3C2440 Boards
Topic: Google Android on QQ2440
Replies: 2
Views: 2004

Re: Google Android on QQ2440

I tried this on the mini2440 - seemed to work OK, but I couldn't work out how to do anything using just the touchscreen - I got stuck in menus and then couldn't get out.