Browsing All posts tagged under »ubuntu«

Nomads Marocco project at LinuxDay

October 25, 2011

0

Sunday I went to a LinuxDay 2011 event organized near my city. There were presentation from the world of academics (Polytechnics of Turin and Milan) and the industry (Google, Canonical, …), but one talk was different from the others, in the sense that it was less technical and more human. A small girl approached the […]

Moving away from Ubuntu

July 10, 2011

15

I decided to abandon Ubuntu on my home desktop after the upgrade to 11.04 Natty Narwhal. I knew there were some things that I couldn’t like, but I didn’t know it would cripple the very base of the operating system. These are the things that went bad: The upgrade finished with obscure errors. can’t log […]

I’m seeding Ubuntu 11.04 Natty Narwhal

April 30, 2011

3

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 […]

Getting started with Arduino Uno on Ubuntu

January 31, 2011

23

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 […]

Using Ubuntu ARM cross-compiler for bare metal programming

December 5, 2010

25

Ubuntu 10.10 Maverick Meerkat includes an ARM cross-compiler to compile programs for Linux. The compiler can also be used for bare-metal programming with a few arrangements.

BloGTK installation on Ubuntu 10.04

November 7, 2010

10

I wanted to try BloGTK to write my WordPress blog posts, as suggested by the Apps for WordPress.com page. I installed it on my Ubuntu 10.04 machine from the Software Center, then launched it from the Applications -> Internet menu, but it didn’t start. I could only see on the task bar that a window […]

Debugging OpenRisc software inside RTL simulation

August 7, 2010

6

Using Icarus Verilog and a custom built GDB to debug software running inside a simulation of a OpenRisc System On Chip, thanks to the Verilog Procedural Interface.

MyHDL on Ubuntu Lucid

June 2, 2010

0

MyHDL is a Hardware Description Language based on Python. Last year I packaged it for Ubuntu Karmic Koala (here the blog post) and put it on my Launchpad Personal Package Archive (PPA) in order to be installed by everyone. Today I ported MyHDL 0.6 to Ubuntu Lucid Lynx; to install it, run from the command […]

qemu-system-arm segmentation fault in Ubuntu Lucid

May 23, 2010

2

A reader pointed out that after the last Ubuntu release all my tutorials break because qemu-system-arm exits immediately with segmentation fault. Luckily I found out, by toying with the options, that by adding the memory option “-m 128M” it works. I wanted to file a bug in Ubuntu, and the procedure is pretty simple and […]

Linux NFS Root under QEMU ARM emulator

April 27, 2010

46

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