It came to my attention today that there’s an alternative interpreter for the Python language which is faster and often viable: it’s called PyPy and uses Just-In-Time compilation to execute Python code. Just-In-Time compilation is a technique that is used successfully in many projects: the .NET Framework, Java, QEMU, … and it has also been […]
Ubuntu 11.04 Natty Narwhal has been just released. I’m curently seeding the torrents of the installation images, I feel it’s a small yet effective thing to do to reciprocate the benefits I get for using Ubuntu since 2007, when the release was called Feisty Fawn. I went to the Ubuntu alternative download page, downloaded the […]
Last October the Embedded Linux Conference Europe (ELCE) 2010 was held in Cambridge (UK). Today the videos of that conference are available on Free Electrons site. My Top-5 of the most interesting videos is as follows: Panda board demonstration, Rekha Kumar and Nipuna Gunasekera (Texas Instruments): Video Software Considerations When Using High-Performance Memory Systems, Leif […]
ZPUino is a project that offers a microprocessor that can be put on FPGA, and that can be programmed with a simple IDE. Everything is open source: the toolchain, the IDE and the VHDL code; and it can be downloaded freely. The hardware architecture is based on the ZPU (Zylin CPU), which is a processor […]
I really wanted to try Arduino; Arduino narrates a story where the good guys are winning. Saturday I arranged to buy one, the Arduino Uno, and the first thing that came into my mind was “Wow, it’s really smaller than I thought possible!”. I went home and started unboxing it: the packages comes with a […]
Atmel AT91 is a series of common microcontrollers that contain ARM cores. The AT91SAM7 series in particular runs the ubiquitous ARM7TDMI. I found out that there is an open source program that emulates these microcontrollers (among many others): it is Skyeye. Skyeye is a project that emulates big and small microcontrollers, and for this reason […]
The guys at OpenCores released a new version of their OpenRisc core, tweaking many hardware bug but also porting Linux kernel 2.6.24 to their simulation platform, that is called or1ksim. The procedure (found here) to try Linux on the new simulator is straightforward and involves executing a script. The script hides most of the complexity […]
Using QEMU to emulate the complete boot procedure of an ARM system using U-Boot, the Linux kernel and Busybox.
Compiling and running Busybox for an emulated ARM platform, using CodeSourcery toolchain and QEMU.
How to compile a vanilla Linux kernel for the Versatile ARM platform, and run it using QEMU.
June 7, 2011
0