Skip to content

Instantly share code, notes, and snippets.

@networkextension
Created March 31, 2016 10:00
Show Gist options
  • Save networkextension/cce2702f233dedcf9b15d0ca88a04a1d to your computer and use it in GitHub Desktop.
Save networkextension/cce2702f233dedcf9b15d0ca88a04a1d to your computer and use it in GitHub Desktop.
FreeBSD Boot RPI3
cpu_resetConsoles: pl011 console
FreeBSD Raspberry Pi 3 loader
Booting kernel at 0x200000, size 9714192
DTB: 0xc35000 0xffffff8000a35000
entry: 0x201000 9400003d ffffff8000a38000
KDB: debugger backends: ddb
KDB: current backend: ddb
Copyright (c) 1992-2016 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 11.0-CURRENT #183 113a7cb(arm64-rpi3)-dirty: Fri Mar 4 16:28:43 GMT 2016
andrew@zapp:/usr/obj/arm64.aarch64/usr/home/andrew/freebsd/repo/head-git/sys/GENERIC arm64
FreeBSD clang version 3.7.1 (tags/RELEASE_371/final 255217) 20151225
WARNING: WITNESS option enabled, expect reduced performance.
FreeBSD/SMP: Multiprocessor System Detected: 1 CPUs
random: entropy device external interface
ACPI: Table initialisation failed: AE_NOT_FOUND
ACPI: Try disabling either ACPI or apic support.
ofwbus0: <Open Firmware Device Tree>
simplebus0: <Flattened device tree simple bus> on ofwbus0
bcm28360: <Broadcom bcm2836>
intc0: <BCM2835 Interrupt Controller> mem 0x3f00b200-0x3f00b3ff on simplebus0
generic_timer0: <ARMv7 Generic Timer> irq 72,73,75,74 on ofwbus0
Timecounter "ARM MPCore Timecounter" frequency 19200000 Hz quality 1000
Event timer "ARM MPCore Eventtimer" frequency 19200000 Hz quality 1000
bcm_dma0: <BCM2835 DMA Controller> mem 0x3f007000-0x3f007eff irq 24,25,26,27,28,29,30,31,32,33,34,35 on simplebus0
mbox0: <BCM2835 VideoCore Mailbox> mem 0x3f00b880-0x3f00b8bf irq 1 on simplebus0
uart0: <PrimeCell UART (PL011)> mem 0x3f201000-0x3f201fff irq 65 on simplebus0
uart0: console (115200,n,8,1)
sdhci_bcm0: <Broadcom 2708 SDHCI controller> mem 0x3f300000-0x3f3000ff irq 70 on simplebus0
mmc0: <MMC/SD bus> on sdhci_bcm0
pmu0: <Performance Monitoring Unit> irq 81 on simplebus0
cpulist0: <Open Firmware CPU Group> on ofwbus0
cpu0: <Open Firmware CPU> on cpulist0
cryptosoft0: <software crypto>
Timecounters tick every 1.000 msec
IPsec: Initialized Security Association Processing.
mmcsd0: 2GB <SD SU02G 8.0 SN 10D5AD2A MFG 08/2011 by 3 SD> at mmc0 41.6MHz/4bit/65535-block
Release APs
APs not started
WARNING: WITNESS option enabled, expect reduced performance.
Trying to mount root from ufs:/dev/mmcsd0s2a []...
warning: no time-of-day clock registered, system time will not be set accurately
Setting hostuuid: 9c7db3ce-e3b8-11e5-80ba-0dcec010a4d4.
Setting hostid: 0x21239589.
No suitable dump device was found.
Starting file system checks:
Mounting local file systems:.
Setting hostname: rpi3.
Setting up harvesting:[UMA],[FS_ATIME],SWI,INTERRUPT,NET_NG,NET_ETHER,NET_TUN,MOUSE,KEYBOARD,ATTACH,CACHED
Feeding entropy:random: unblocking device.
.
Starting Network: lo0.
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
ELF ldconfig path: /lib /usr/lib /usr/lib/compat
Starting devd.
add net fe80::: gateway ::1
add net ff02::: gateway ::1
add net ::ffff:0.0.0.0: gateway ::1
add net ::0.0.0.0: gateway ::1
Creating and/or trimming log files.
Starting syslogd.
Clearing /tmp (X related).
Updating motd:.
Mounting late file systems:.
Starting sendmail_submit.
Starting sendmail_msp_queue.
Starting cron.
Starting background file system checks in 60 seconds.
Sun Mar 6 16:36:09 UTC 2016
FreeBSD/arm64 (rpi3) (ttyu0)
login: root
Mar 6 16:36:12 rpi3 login: ROOT LOGIN (root) ON ttyu0
Last login: Sun Mar 6 16:34:24 on ttyu0
FreeBSD 11.0-CURRENT (GENERIC) #183 113a7cb(arm64-rpi3)-dirty: Fri Mar 4 16:28:43 GMT 2016
Welcome to FreeBSD!
Release Notes, Errata: https://www.FreeBSD.org/releases/
Security Advisories: https://www.FreeBSD.org/security/
FreeBSD Handbook: https://www.FreeBSD.org/handbook/
FreeBSD FAQ: https://www.FreeBSD.org/faq/
Questions List: https://lists.FreeBSD.org/mailman/listinfo/freebsd-questions/
FreeBSD Forums: https://forums.FreeBSD.org/
Documents installed with the system are in the /usr/local/share/doc/freebsd/
directory, or can be installed later with: pkg install en-freebsd-doc
For other languages, replace "en" with a language code like de or fr.
Show the version of FreeBSD installed: freebsd-version ; uname -a
Please include that output and any error messages when posting questions.
Introduction to manual pages: man man
FreeBSD directory layout: man hier
Edit /etc/motd to change this login announcement.
root@rpi3:~ # date
Sun Mar 6 16:36:17 UTC 2016
root@rpi3:~ # uname -a
FreeBSD rpi3 11.0-CURRENT FreeBSD 11.0-CURRENT #183 113a7cb(arm64-rpi3)-dirty: Fri Mar 4 16:28:43 GMT 2016 andrew@zapp:/usr/obj/arm64.aarch64/usr/home/andrew/freebsd/repo/head-git/sys/GENERIC arm64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment