Embedded Linux S3C2440 – USB Gadget Drivers Summary Tested on Embedded Linux S3C2440 target board to be configured as USB device, like USB mass storage and serial cable, the test result was successful.
Embedded Linux S3C2440 – Partitions an FileSytem (YAFFS2) Summary Tested embedded Linux S3C2440 for partitions and YAFFS2 FileSystem with successful result. Continue Reading →
Embedded Linux S3C2440 – QEMU and Graphic Summary Tested QEMU and Graphic application on Embedded Linux S3C2440. Continue Reading →
Embedded Linux S3C2440 Profiling Summary OProfile is a profiling system can do profiling on all parts of a running system from the kernel to shared libraries and to binaries. Continue Reading →
Embedded Linux S3C2440 – Multi-thread Scheduling Summary Test the debugging of the Multi-thread Scheduling on embedded Linux S3C2440, both in All-stop mode and Non-stop mode. Continue Reading →
Embedded Linux S3C2440 – Kernel Debugging Summary Conduct Kernel debugging test on Embedded Linux S3C2440 by using KGDB. Continue Reading →
Embedded Linux S3C2440 – Kernel Module Summary Embedded Linux device driver is part of Linux kernel, application will use Linux device driver to interact with Linux Kernel. Continue Reading →
Embedded Linux S3C2440 Networking Summary Embedded S3C2440 Mini2440 system has limited amount of storage available on the board for the application code. Continue Reading →
Embedded Linux S3C2440 Application Development and Debugging Summary Write your own application and include the application into the final image to be downloaded into the S3C2440 board, and you can debug the application by using GDB. Continue Reading →
Keil copy out memory data when debugging How to copy out the memory data from Keil when debugging, in command window, you can use Display command fetch the memory data, example: d 0x2000293C,0x20002984 0x2000293C C8 CC 9D 5F F2 EB FA D7 - AE 26 5F 5F BA 41 7D D3 ..._.....&__.A}. Continue Reading →