How to Format an Micro SD Card in pcDuino (Ubuntu)
[vc_row][vc_column width=”1/1″][vc_column_text]Formatting an Micro SD card is likely the fastest way to rid it of all the files stored on […]
[vc_row][vc_column width=”1/1″][vc_column_text]Formatting an Micro SD card is likely the fastest way to rid it of all the files stored on […]
[vc_row][vc_column width=”1/1″][vc_column_text]Ubuntu is an open source Linux operating system that offers security, stability and ease of use. It’s the fastest […]
1. Configure static ip address $sudo vi /etc/network/interfaces There are only the following two lines in the original content: auto […]
What is Shell Programming? • Putting UNIX commands in a file • Almost always special-purpose code • Often one-time code […]
19.1 Enable watchdog Linux 2.6.25.8 and 2.6.30.4 have watchdog driver. But they still need minor changes. Modify “drivers/watchdog/s3c2410_wdt.c”£¬line […]
18.1 Add support for RTC Linux 2.6.25.8 has completed support for RTC. We only need to add RTC device […]
In the following we port driver for UDA1341. 17.1 Add patch for sound driver Note£ºThere is UDA13410 […]
16.1 Patch touch screen driver In linux 2.6.25.8, there is no touch screen driver for S3C2440. So we need to patch […]
15.1 Method to calculate LCD clock There are complete LCD drivers in linux 2.6.25.8, and also an example configuration […]