Search found 523 matches

by esky-sh
Tue Dec 23, 2008 5:34 pm
Forum: Real Time Programming
Topic: The 0x10 Best Questions for Would-be Embedded Programmers
Replies: 1
Views: 7351

The 0x10 Best Questions for Would-be Embedded Programmers

A 'C' Test: The 0x10 Best Questions for Would-be Embedded Programmers Nigel Jones Pencils up, everyone. Here's a test to identify potential embedded programmers or embedded programmers with potential A n obligatory and significant part of the recruitment process for embedded systems programmers see...
by esky-sh
Mon Dec 22, 2008 4:36 pm
Forum: S3C2440 Boards
Topic: Replacing Vivi with Uboot
Replies: 4
Views: 2134

Re: Replacing Vivi with Uboot

Hi, There is U-Boot source code for this mini2440 board on CD-ROMs. I believe the code was modified based on U-Boot snapshot 1.1.6. You can start your work on that. Here are some features of this U-Boot: 1). Support S3C2410 and S3C2440 2). Support xmodem protocol 3). Support DNW usb downloading 4). ...
by esky-sh
Sat Dec 20, 2008 8:55 pm
Forum: S3C2440 Boards
Topic: [Kernel Patch]2.6.13 Camera I/F Exception
Replies: 0
Views: 1191

[Kernel Patch]2.6.13 Camera I/F Exception

Wrong interrupt number assigned in Kernel 2.6.13: Index: kernel-2.6.13/arch/arm/mach-s3c2410/s3c2440-irq.c =================================================================== --- kernel-2.6.13.orig/arch/arm/mach-s3c2410/s3c2440-irq.c 2008-12-11 17:31:25.000000000 +0800 +++ kernel-2.6.13/arch/arm/mac...
by esky-sh
Sat Dec 20, 2008 8:48 pm
Forum: S3C2440 Boards
Topic: How to mount USB Mass Storage Device under Linux
Replies: 1
Views: 1481

How to mount USB Mass Storage Device under Linux

Assume USB Disk is in FAT32 Following messages will appear after USB Disk plug in: SCSI device sda: 2000561 512-byte hdwr sectors (1024 MB) sda: Write Protect is off sda: assuming drive cache: write through SCSI device sda: 2000561 512-byte hdwr sectors (1024 MB) sda: Write Protect is off sda: assu...
by esky-sh
Sat Dec 20, 2008 8:41 pm
Forum: Linux Development
Topic: Linux development resources
Replies: 0
Views: 4359

Linux development resources

ARM Linux Kernel 1. The ARM Linux Project site: http://www.arm.linux.org.uk/ - maillist: http://www.arm.linux.org.uk/mailinglists/lists.php Linux Kernel Source Code 1. Linux Kernel development tree [git] http://git.kernel.org/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary 2. Linux k...
by esky-sh
Sat Dec 20, 2008 8:35 pm
Forum: WinCE Development
Topic: How to build WinCE 5.0 and export SDK
Replies: 0
Views: 2475

How to build WinCE 5.0 and export SDK

Assume Platform Builder5.0 installed on default folder 1. Open C:\WINCE500\PLATFORM Make new folder SMDK2440 Copy SMDK package to new created folder SMDK2440, remove read only attribute for folders 2. Open C:\WINCE500\PUBLIC Make new folder QQ2440 Copy *.pbxml on CD-ROMs to new created folder QQ2440...
by esky-sh
Sat Dec 20, 2008 8:18 pm
Forum: S3C2440 Boards
Topic: How to build U-Boot-1.1.6 on CD-ROMs
Replies: 0
Views: 1374

How to build U-Boot-1.1.6 on CD-ROMs

1. check correct cross complier installed -- arm-linux-gcc-3.4.1
2. untar uboot package
3. make distclean
4. make <board_type>_config
5. make all
by esky-sh
Sat Dec 20, 2008 8:15 pm
Forum: S3C2440 Boards
Topic: How to configure H-JTAG for S3C2440 board
Replies: 2
Views: 2969

How to configure H-JTAG for S3C2440 board

1. Copy FrendlyARM2440.his and H-Flasher_QQ2440.hfc files to H-JTAG installation folder
jtag1.JPG
jtag1.JPG (74.34 KiB) Viewed 4488 times
2. Make JTAG Port pin assignment
jtag2.JPG
jtag2.JPG (28.43 KiB) Viewed 4427 times
3. Run init script
jtag3.JPG
jtag3.JPG (46.67 KiB) Viewed 4411 times
4. Detect target CPU
jtag4.JPG
jtag4.JPG (38.79 KiB) Viewed 4437 times
by esky-sh
Sat Dec 20, 2008 7:39 pm
Forum: S3C2440 Boards
Topic: How to port Linux 2.6.25 to QQ2440
Replies: 3
Views: 1858

How to port Linux 2.6.25 to QQ2440

Patches can be applied to 2.6.25 kernel with a little modification https://opencsbc.svn.sourceforge.net/svnroot/opencsbc/trunk/target/kernel/patches/2.6.24.x Also there's an OpenEmbedded package for 2.6.24 kernel for QQ2440V3 https://opencsbc.svn.sourceforge.net/svnroot/opencsbc/trunk/oe/packages/li...