Browsing All Posts filed under »Embedded«

Emulating 8051 serial port communication on Linux

June 13, 2010

3

Setting up a system on Linux to emulate serial port communication with 8051, using SDCC, uCsim and socat.

Linux NFS Root under QEMU ARM emulator

April 27, 2010

39

Booting Linux on QEMU ARM emulator mounting the root filesystem through NFS exports.

Booting Linux with U-Boot on QEMU ARM

April 12, 2010

106

Using QEMU to emulate the complete boot procedure of an ARM system using U-Boot, the Linux kernel and Busybox.

Busybox for ARM on QEMU

March 27, 2010

73

Compiling and running Busybox for an emulated ARM platform, using CodeSourcery toolchain and QEMU.

Compiling Linux kernel for QEMU ARM emulator

March 22, 2010

211

How to compile a vanilla Linux kernel for the Versatile ARM platform, and run it using QEMU.

Scratchbox on Ubuntu

March 14, 2010

21

Scratchbox is a framework to help developers with cross-compilation of Linux software. Cross-compilation is the process of compiling a program that will run on a machine with an architecture different from that of the compiling machine; Scratchbox eases this task using a combination of chroot environment, cross-compiling toolchains (like CodeSourcery) and emulation (like QEMU). Ubuntu […]

U-boot for ARM on QEMU

March 10, 2010

85

Instructions to compile and run the U-Boot bootloader inside a QEMU emulation of an ARM platform.

Hello world for bare metal ARM using QEMU

February 28, 2010

103

Create a simple "Hello world" program that prints on the serial port of an emulated ARM system, using the CodeSourcery gcc toolchain and the QEMU emulator of the Versatile board.

Simplest bare metal program for ARM

February 14, 2010

45

A simple example of bare metal programming for ARM926EJ-S core using the free open source Codesourcery toolchain based on GNU gcc.

OpenRisc Verilog simulation of serial port communication

December 17, 2009

1

An explanation of how to test an OpenRisc architecture with a hardware/software co-simulation; all the used tools are open source.

Follow

Get every new post delivered to your Inbox.

Join 394 other followers