Getting started with NetBSD on embedded platforms (Part 2) – London 18/5/2017

NetBSD

On the 18 May 2017, 18:00 – 20:00 at BCS London, 1st Floor, The Davidson Building, 5 Southampton Street, London, WC2E 7HA, [map] (51.510812, -0.121733)

Please register to attend and share on Lanyrd.

Workshop scope

Following on from the previous workshop, we will be continuing with the theme of NetBSD on embedded platforms. This time covering GPIO access with lua and rapid development with Rump kernel, which we did not get to in the previous workshop due to the lack of time.

If you did not get to attend the previous workshop, not to worry, notes are available and assistance will be provided on the day.

Participant requirements

You will need to bring:

  • Your own laptop (running Windows, Linux or Mac OS X);
  • A Raspberry Pi or BeagleBone Black;
  • An appropriate SD card for your board;
  • USB card reader to write a new OS image onto said SD card;
  • An ethernet cable to connect board to laptop and/or a USB UART/FTDI adapter to access the board via the serial console.

Windows 10 users

Install Windows Subsystem for Linux.

Windows 10 / Linux (Debian/Ubuntu) users

Install the following packages:

  • build-essential
  • zlib1g-dev
  • flex
  • libc6-dev-i386

Mac OS X users

Install GCC or clang via Xcode or command line tools.

All

Everyone should fetch the source code for NetBSD; please download all source archives (.tgz files) from http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/201704270800Z/source/sets/ .

Please note: it is likely the above URL will become invalid as old builds are purged and new ones are generated. Substitute 201704270800Z with the most recent release available on http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD).

Extract all fetched source code files. In your terminal, decompress the all the files:


for file in *.tar.gz
do 
	tar -xzf $file
done

Please direct any questions to the discussion list.

Hosted by

Sevan Janiyan is founder of Venture 37, which provides system administration & consultancy services. As a fan of operating systems and computers with different CPU architectures, in his spare time he maintains builds of open source software on a variety of systems featuring PowerPC, SPARC and armv7l CPUs. He hopes to own a NeXTcube & OMRON LUNA-88K2 one day.

Note: Please aim from 17:30 onwards for an 18:00 start.

Leave a comment