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 […]
Shields January 16, 2014 0 Comments More on LinkSprite CuHead WiFi Shield In a previous tutorial, we used WPA2 and TKIP encryption as example. Recently, there are users asking if WPA2 with AES […]