Category Archives: Tools

Software Tools That Improve Productivity

ARM Tiny Linux Emulated in QEMU

Free Electrons has an excellent example of a tiny ARM Linux demo that runs in QEMU. The footprint, including everything, is about 2.1 M. The full text below is for your convenience, be sure to visit the original site. From this … Continue reading

Posted in All, C/C++, Hardware, Tools | Tagged , , , , , , , , , | Leave a comment

NetBeans Setup and GNU Cross-Toolchain Configuration for ARM Developmen

My previous post showed how to setup for ARM cross development in Eclipse. Similarly NetBeans can easily setup to host ARM development too. Here is how you can do it on a Windows machine.

Posted in All, C/C++, Tools | Tagged , , , , , , , , , | Leave a comment

FreeRTOS on Emulated ARM in QEMU

See this FreeRTOS on ARM in QEMU blog .

Posted in All, C/C++, Hardware, Tools | Tagged , , , , , , , , , | Leave a comment

Emulated ARM in QEMU

In QEMU, a few interesting ARM boards are emulated. Sections in the QEMU user manual lists the most popular processors and systems.

Posted in All, C/C++, Hardware, Tools | Tagged , , , , , , , , , | Leave a comment

NetBeans Performance and Firefox Build and Development

NetBeans is a nicer and simpler tool among a few similar IDEs. Below it is a list of reference readings on NetBeans Forums and its issue tracker. The interesting link in the issues is to use it to build firefox … Continue reading

Posted in All, C/C++, Tools | Tagged , , , , , , , | Leave a comment

Linux on ARM Cortex M3 Processor and in QEMU

ARM has ported linux to the Cortex M3 microprocessor. See the linux link on arm site. Update 2012-9-26: How to run it in QEMU.

Posted in All, C/C++, Hardware, Tools | Tagged , , , , , , , , , , | 1 Comment

Eclipse Setup and GNU Cross-Toolchain Configuration for ARM Development

Eclipse is not easy to setup to use a new toolchain. The information from the Managed Build System Extensibility Document will sure point anyone to the right direction. However, most people prefer a pre-built solution.

Posted in C/C++, Tools | Tagged , , , , , , , , , , , , | 1 Comment

ARM Processors Are Making Mainstream

Embedded systems have been the most important users of processors in terms of number of processors that have used. Considering a few factors, LPC1343 (Olimex LPC P1343) and LPC1769 (NXP OM13000) development boards are something any embedded developers may want … Continue reading

Posted in C/C++, Hardware, Tools | Tagged , , , , , , , , , , | Leave a comment

ARM Cortex M3 Example: A STM32 Project on Googlecode

A lot of ARM Cortex M3 information here: The stm32vn project on googlecode.

Posted in C/C++, Hardware, Tools | Tagged , , , , , , , | Leave a comment

Linux Kernel Information Resources

The Linux Device Driver book is a great resource. In addition to the LDD book, the training course documents at free-electrons.com has rich background details about Linux, Kernel, especially embedded applications. There all the course materials are open sourced. Quite … Continue reading

Posted in All, C/C++, Tools | Tagged , , , , , , , , , | 1 Comment