PINE64

Full Version: NetBSD for RockPro64
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just relaying that NetBSD images for the RockPro64 are now available for download.

Enjoy!
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
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
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