Thread: NetBSD on RPi3
View Single Post
  #3   (View Single Post)  
Old 23rd December 2017
bsd-keith bsd-keith is offline
Real Name: Keith
Open Source Software user
 
Join Date: Jun 2014
Location: Surrey/Hants Border, England
Posts: 345
Default

Hi, the info about converting to booting from USB is on the RPi forum, here's a quick run through.
Code:
echo program_usb_boot_mode=1 | sudo tee -a /boot/config.txt
reboot & check it was set up OK
Code:
vcgencmd otp_dump | grep 17
you should see
Quote:
17:3020000a
###########
Put the NBSD image onto your microSD card, & boot it up.
The NBSD image for RPi3 is in Japanese so, change the encoding in /etc/wscons.conf
Code:
encoding uk
then change these in your .xinitrc
Code:
setxkbmap gb
Code:
export LANG=en_GB.UTF8
(Change UK & GB to what you need.)

You should now be running NBSD from microSD card.

##########
TinyCore Linux is another O/S that I tried out booting from USB, it loads to ram, & if I remember, wifi worked OK on it.

##########
P.S. Once the OTP bit is set, you can boot from microSD cards or from USB.
__________________
Linux since 1999, & also a BSD user.

Last edited by bsd-keith; 23rd December 2017 at 12:24 PM.
Reply With Quote