User Tools

Site Tools


bsd:notes:rpi4_15.1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bsd:notes:rpi4_15.1 [2026/06/15 05:45] Sean Rhonebsd:notes:rpi4_15.1 [2026/06/15 10:42] (current) Sean Rhone
Line 1: Line 1:
   * ''noatime'' fstab UFS   * ''noatime'' fstab UFS
 +  * ''passwd'' on ''freebsd''
   * https://download.freebsd.org/snapshots/arm64/aarch64/ISO-IMAGES/15.1/   * https://download.freebsd.org/snapshots/arm64/aarch64/ISO-IMAGES/15.1/
   * https://download.freebsd.org/snapshots/arm64/aarch64/ISO-IMAGES/15.1/FreeBSD-15.1-STABLE-arm64-aarch64-RPI-20260611-b203a374f87d-283917.img.xz   * https://download.freebsd.org/snapshots/arm64/aarch64/ISO-IMAGES/15.1/FreeBSD-15.1-STABLE-arm64-aarch64-RPI-20260611-b203a374f87d-283917.img.xz
   * [[https://wiki.freebsd.org/arm/Raspberry Pi|https://wiki.freebsd.org/arm/Raspberry Pi]]   * [[https://wiki.freebsd.org/arm/Raspberry Pi|https://wiki.freebsd.org/arm/Raspberry Pi]]
 +
 +  FreeBSD-15.1-STABLE-arm64-aarch64-RPI-20260611-b203a374f87d-283917.img
 +
 +  bsdconfig
  
   ee '/etc/rc.conf'   ee '/etc/rc.conf'
Line 22: Line 27:
  
 <code> <code>
 +hostname="generic"
 ifconfig_DEFAULT="DHCP inet6 accept_rtadv" ifconfig_DEFAULT="DHCP inet6 accept_rtadv"
-growfs_enable="YES"</code>+sshd_enable="YES" 
 +growfs_enable="YES
 +powerd_enable="YES" 
 +# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable 
 +dumpdev="AUTO"</code>
  
   ee '/boot/efi/config.txt'   ee '/boot/efi/config.txt'
Line 34: Line 44:
 over_voltage=15 over_voltage=15
 arm_freq=2100 arm_freq=2100
-core_freq=250 
 max_usb_current=1</code> max_usb_current=1</code>
  
-  /dev/da0 /mnt/NAS1 ext2fs rw,noatime 0+  ee '/boot/loader.conf' 
 + 
 +<code> 
 +console="nullconsole" 
 +autoboot_delay="0"</code> 
 + 
 +  sysctl 'dev.cpu.0.freq' 
 + 
 +  /dev/da0 /mnt/NAS1 ext2fs rw,noauto,noatime 0
  
/usr/local/www/wiki/data/attic/bsd/notes/rpi4_15.1.1781516706.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki