• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category

Linux


TQ2440
January 16, 2014 0 Comments

TUT 14: Porting USB driver

In this tut, we are going to finish the porting of drivers for USB devices, including USB flash driver, USB […]

TQ2440
January 16, 2014 0 Comments

TUT 13-3: Ethernet Driver Port (III)

After configuration is done, save the configuration list. Then use the following command to compile the kernel image: #make zImage. […]

TQ2440
January 16, 2014 0 Comments

TUT 13: Ethernet Driver Port (II)

13.5 Config Wi-Fi Adaptor (TL-WN321G+) There are many different kinds of USB WiFi adaptors in 2.6.25.8 and 2.6.30.4 kernel. We […]

TQ2440
January 16, 2014 0 Comments

TUT 13: Ethernet Driver Port (I)

13.1 Ethernet Driver Source Code The driver of Ethernet is very matured. One thing to note: starting from 2.6.25, the […]

TQ2440
January 16, 2014 0 Comments

TUT 12: Tune Serial Port Driver

12.1 Modify the source code The kernel only support 2 serial ports, i.e., UART0 and UART1 of the S3C2440.  The […]

TQ2440
January 16, 2014 0 Comments

TUT 11: Build file system (II)

mdev.conf: sd[a-z]*[0-9]             0:0            0660           @(mount -t vfat -o iocharset=cp936 /dev/$MDEV /mnt/udisk) sd[a-z]*[0-9]             0:0             0660           *(umount /mnt/udisk) mmcblk[0-9]*p[0-9]   0:0            0660           […]

TQ2440
1
January 16, 2014 0 Comments

TUT 11: Build file system (I)

Note 1: Linux-2.6.25.8 and Linux-2.6.30.4 can use the same file system (major parts are same, the only difference is the […]

TQ2440
1
January 16, 2014 0 Comments

TUT 10: Compile Busybox

10.1 Get Busybox source file First, we need to download busybox source files from http://www.busybox.net/downloads/. In this tutorial, we use […]

TQ2440
1
January 16, 2014 0 Comments

TUT 9: Port yaffs flash file system

9.1. Get yaffs source code files First, go to http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi and download a ysffs patch for the kernel.   9.2. Add […]

TQ2440
1
January 16, 2014 0 Comments

TUT 8:Port NAND Flash Driver

Linux kernel already provides the driver for Nand flash, we just need to modify it according to our needs.   […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors