1. Visit here:
http://wiki.netbsd.org/ports/evbarm/raspberry_pi/
2. If you use RaspberryPi 2, then use this link to download the image:
http://nyftp.netbsd.org/pub/NetBSD-dail ... mv7.img.gz
3. Unzip the armv7.img file
4. For MS Windows, use Win32DiskImager to write the image on the MicroSD Card
5. Boot RPi2 with that MicroSD Card
6. It will reboot itself
7. "# /usr/bin/passwd" to change root password
8. "# useradd -m -G wheel MYNAME" to add a user
9. "# passwd MYNAME" to add (change) password for a user
10. "# ln -fs /usr/share/zoneinfo/Europe/Helsinki /etc/localtime" change Helsinki to define time location
11. Follow sub-instructions to define package location
# PATH="/usr/pkg/sbin:$PATH"
# PKG_PATH="
http://ftp.netbsd.org/pub/pkgsrc/packag ... 015Q3/All/"
# export PATH PKG_PATH
12. install a program with this command: "# pkg_add -v kde*"