Page 1 of 1

2015-10-25-netbsd-raspi-earmv6hf.img.gz

Posted: Tue Oct 20, 2015 12:58 pm
by ebijun
I've updated 2015-10-25-netbsd-raspi-earmv6hf.img.gz for RPI.

more details:
http://mail-index.netbsd.org/port-arm/2 ... 03534.html

--
Jun Ebihara

Re: 2015-10-25-netbsd-raspi-earmv6hf.img.gz

Posted: Mon Nov 02, 2015 1:26 pm
by LORDTEK
Is it for Raspberry Pi version 1 or RaspberryPi 2 (new one)?

Re: 2015-10-25-netbsd-raspi-earmv6hf.img.gz

Posted: Thu Nov 05, 2015 4:09 am
by ebijun
This image is for RPI and RPI2. One image can boot RPI and RPI2.
dmesg:
https://github.com/ebijun/NetBSD/blob/m ... rmv6hf/RPI
https://github.com/ebijun/NetBSD/blob/m ... mv6hf/RPI2

Re: 2015-10-25-netbsd-raspi-earmv6hf.img.gz

Posted: Sun Nov 15, 2015 8:15 am
by LORDTEK
I looked the link which was given by you
https://github.com/ebijun/NetBSD/blob/m ... mv6hf/RPI2

There is text content. What about an image file for RaspberryPi 2 ?

Re: 2015-10-25-netbsd-raspi-earmv6hf.img.gz

Posted: Sun Nov 15, 2015 10:19 am
by LORDTEK
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*"