PINE64
NetBSD for RockPro64 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: BSD on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=109)
+--- Thread: NetBSD for RockPro64 (/showthread.php?tid=6416)



NetBSD for RockPro64 - Luke - 08-17-2018

Just relaying that NetBSD images for the RockPro64 are now available for download.

Enjoy!


RE: NetBSD for RockPro64 - beard5849 - 06-09-2019

Luke, Can we ask for an SSH username and password be added so we can do
without the serial console and just SSH in first time, then become su?

My RockPro64 image here boots and gets a DHCP IP address and starts SSHD
after a few minutes.

Alanb


RE: NetBSD for RockPro64 - beard5849 - 06-11-2019

Hi all,
Image: NetBSD-evbarm-aarch64-201906101830Z-rockpro64.img.gz

On second boot, gets it's DHCP IP address and presents an SSHD
login session.
~/tmp$ ssh root@dhcp104 <- as in my /etc/hosts file
Password for root@arm64:

That's where I'm stuck, no serial adapter at present.

Alan B


RE: NetBSD for RockPro64 - beard5849 - 06-12-2019

Have serial cable, USB dongle named "ALL IN ONE", has TTL 3.3V usart and works at 1500000 baud on Linux Fedora 29.

SD card image: NetBSD-evbarm-aarch64-201906120510Z-rockpro64.img.gz

#### Enabling X11 ####
Add to end of: /etc/ssh/sshd_config
StrictModes no
X11Forwarding yes
X11DisplayOffset 10

Then run: /etc/rc.d/sshd restart
Login from Linux with: ssh -Y user@arm64
Run: /usr/X11R7/bin/xeyes

Alan B