Raspberry PI 2 support added
March 09, 2015 posted by Nick Hudson
Recent commits just added support for the Raspberry Pi 2 inside NetBSD.
It comes with all the peripherals and GPU acceleration features that are available on the first Raspberry Pi, together with a Cortex A7 processor capable of running at 900MHz.
Head directly to the installation notes available in Raspberry Pi's entry in the NetBSD Wiki for a quick way to get your system up and rolling.
Stay tuned for multiprocessor support!
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 The NetBSD Foundation, Inc. All rights reserved. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. NetBSD 7.99.5 (RPI2) #6: Fri Mar 6 16:33:41 GMT 2015 nick@zoom:/wrk/commit/obj.evbearmv7hf-el/wrk/commit/src/sys/arch/evbarm/compile/RPI2 total memory = 944 MB avail memory = 928 MB sysctl_createv: sysctl_create(machine_arch) returned 17 timecounter: Timecounters tick every 10.000 msec mainbus0 (root) cpu0 at mainbus0 core 0: 600 MHz Cortex-A7 r0p5 (Cortex V7A core) cpu0: DC enabled IC enabled WB disabled EABT branch prediction enabled cpu0: isar: [0]=0x2101110 [1]=0x13112111 [2]=0x21232041 [3]=0x11112131, [4]=0x10011142, [5]=0 cpu0: mmfr: [0]=0x10101105 [1]=0x40000000 [2]=0x1240000 [3]=0x2102211 cpu0: pfr: [0]=0x1131 [1]=0x11011 cpu0: 32KB/32B 2-way L1 VIPT Instruction cache cpu0: 32KB/64B 4-way write-back-locking-C L1 PIPT Data cache cpu0: 512KB/64B 8-way write-through L2 PIPT Unified cache vfp0 at cpu0: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals vfp0: mvfr: [0]=0x10110222 [1]=0x11111111 cpu1 at mainbus0 core 1: disabled (unresponsive) cpu2 at mainbus0 core 2: disabled (unresponsive) cpu3 at mainbus0 core 3: disabled (unresponsive) obio0 at mainbus0 bcmicu0 at obio0 armgtmr0 at obio0: ARMv7 Generic 64-bit Timer (19200 kHz) armgtmr0: interrupting on irq 99 timecounter: Timecounter "armgtmr0" frequency 19200000 Hz quality 500 bcmmbox0 at obio0 intr 65: VC mailbox vcmbox0 at bcmmbox0 vchiq0 at obio0 intr 66: BCM2835 VCHIQ bcmpm0 at obio0: Power management, Reset and Watchdog controller bcmdmac0 at obio0: DMA0 DMA2 DMA4 DMA5 DMA8 DMA9 DMA10 bcmrng0 at obio0: RNG plcom0 at obio0 intr 57 plcom0: txfifo disabled plcom0: console genfb0 at obio0: switching to framebuffer console genfb0: framebuffer at 0x3d6fa000, size 1280x1024, depth 32, stride 5120 wsdisplay0 at genfb0 kbdmux 1: console (default, vt100 emulation) wsmux1: connecting to wsdisplay0 wsdisplay0: screen 1-3 added (default, vt100 emulation) sdhc0 at obio0 intr 62: SDHC controller sdhc0: interrupting on intr 62 dwctwo0 at obio0 intr 9: USB controller bcmspi0 at obio0 intr 54: SPI spi0 at bcmspi0: SPI bus bsciic0 at obio0 intr 53: BSC0 iic0 at bsciic0: I2C bus bsciic1 at obio0 intr 53: BSC1 iic1 at bsciic1: I2C bus bcmgpio0 at obio0: GPIO [0...31] gpio0 at bcmgpio0: 32 pins bcmgpio1 at obio0: GPIO [32...53] gpio1 at bcmgpio1: 22 pins usb0 at dwctwo0: USB revision 2.0 timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0 sdhc0: SD Host Specification 3.0, rev.153 sdhc0: using DMA transfer sdmmc0 at sdhc0 slot 0 uhub0 at usb0: vendor 0000 DWC2 root hub, class 9/0, rev 2.00/1.00, addr 1 uhub0: 1 port with 1 removable, self powered ld0 at sdmmc0: <0x03:0x5344:SL08G:0x80:0x0bcb2d39:0x08a> ld0: 7580 MB, 3850 cyl, 64 head, 63 sec, 512 bytes/sect x 15523840 sectors ld0: 4-bit width, bus clock 50.000 MHz uhub1 at uhub0 port 1: vendor 0424 product 9514, class 9/0, rev 2.00/2.00, addr 2 uhub1: multiple transaction translators uhub1: 5 ports with 4 removable, self powered usmsc0 at uhub1 port 1 usmsc0: vendor 0424 product ec00, rev 2.00/2.00, addr 3 usmsc0: Ethernet address b8:27:eb:13:82:0f ukphy0 at usmsc0 phy 1: OUI 0x00800f, model 0x000c, rev. 3 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto boot device: ld0 root on ld0a dumps on ld0b mountroot: trying nfs... mountroot: trying msdos... mountroot: trying ext2fs... mountroot: trying ffs... root file system type: ffs kern.module.path=/stand/evbarm/7.99.5/modules vchiq: local ver 6 (min 3), remote ver 6. vcaudio0 at vchiq0: auds vchiq_get_state: g_state.remote->initialised != 1 (0) vchiq: vchiq_initialise: videocore initialized after 1 retries WARNING: no TOD clock present WARNING: using filesystem time WARNING: CHECK AND RESET THE DATE![4 comments]
Posted by Chris on March 09, 2015 at 05:25 PM UTC #
Posted by Dull on March 09, 2015 at 05:30 PM UTC #
Posted by Yegor on March 09, 2015 at 10:17 PM UTC #
Posted by hubertf on March 10, 2015 at 07:36 PM UTC #