Skip to content

Instantly share code, notes, and snippets.

@ryo
Last active December 13, 2020 17:45
Show Gist options
  • Save ryo/76d369a4bbd0bb532750b6c93673d4fc to your computer and use it in GitHub Desktop.
Save ryo/76d369a4bbd0bb532750b6c93673d4fc to your computer and use it in GitHub Desktop.
netbsd/odroid-n2-plus (WIP)
[ 1.0000000] uboot: args 0x3ffeb000, 0, 0, 0
[ 1.0000000] NetBSD/evbarm (fdt) booting ...
[ 1.0000000] FDT /memory @ 0x0 size 0xf4e5b000
[ 1.0000000] initarm: memory start 0 end f4e5b000 (len f4e5b000)
[ 1.0000000] initarm: fdt_build_bootconfig
[ 1.0000000] Usable memory:
[ 1.0000000] 0 - 4ffffff
[ 1.0000000] 5300000 - f4e5afff
[ 1.0000000] Creating L2 tables: ffff000000000000-ffff000004ffffff : 0000000000000000-0000000004ffffff
[ 1.0000000] pmapboot_enter: va=0xffff000000000000, pa=0x0, size=0x5000000, blocksize=0x200000, attr=0x0060000000000000
[ 1.0000000] Creating L3 tables: ffff000005300000-ffff0000053fffff : 0000000005300000-00000000053fffff
[ 1.0000000] pmapboot_enter: va=0xffff000005300000, pa=0x5300000, size=0x100000, blocksize=0x1000, attr=0x0060000000000000
[ 1.0000000] Creating L2 tables: ffff000005400000-ffff00003fffffff : 0000000005400000-000000003fffffff
[ 1.0000000] pmapboot_enter: va=0xffff000005400000, pa=0x5400000, size=0x3ac00000, blocksize=0x200000, attr=0x0060000000000000
[ 1.0000000] Creating L1 tables: ffff000040000000-ffff0000bfffffff : 0000000040000000-00000000bfffffff
[ 1.0000000] pmapboot_enter: va=0xffff000040000000, pa=0x40000000, size=0x80000000, blocksize=0x40000000, attr=0x0060000000000000
[ 1.0000000] Creating L2 tables: ffff0000c0000000-ffff0000f4dfffff : 00000000c0000000-00000000f4dfffff
[ 1.0000000] pmapboot_enter: va=0xffff0000c0000000, pa=0xc0000000, size=0x34e00000, blocksize=0x200000, attr=0x0060000000000000
[ 1.0000000] Creating L3 tables: ffff0000f4e00000-ffff0000f4e5afff : 00000000f4e00000-00000000f4e5afff
[ 1.0000000] pmapboot_enter: va=0xffff0000f4e00000, pa=0xf4e00000, size=0x5b000, blocksize=0x1000, attr=0x0060000000000000
[ 1.0000000] cpu_kernel_vm_init: kernel phys start 200000 end 149b000+e000
[ 1.0000000] bootargs:
[ 1.0000000] Memory regions:
[ 1.0000000] 0 - 1fffff
[ 1.0000000] 14a9000 - 4ffffff
[ 1.0000000] 5300000 - f4e5afff
[ 1.0000000] ------------------------------------------
[ 1.0000000] kern_vtopdiff = 0xffffbfffffe00000
[ 1.0000000] physical_start = 0x0000000000000000
[ 1.0000000] kernel_start_phys = 0x0000000000200000
[ 1.0000000] kernel_end_phys = 0x000000000149b000
[ 1.0000000] pagetables_start_phys = 0x000000000149b000
[ 1.0000000] pagetables_end_phys = 0x00000000014a9000
[ 1.0000000] msgbuf = 0x0000000004ff0000
[ 1.0000000] physical_end = 0x00000000f4e5b000
[ 1.0000000] VM_MIN_KERNEL_ADDRESS = 0xffffc00000000000
[ 1.0000000] kernel_start_l2 = 0xffffc00000000000
[ 1.0000000] kernel_start = 0xffffc00000000000
[ 1.0000000] kernel_end = 0xffffc0000129b000
[ 1.0000000] kernel_end_l2 = 0xffffc00001400000
[ 1.0000000] module_start = 0xffffc00001400000
[ 1.0000000] module_end = 0xffffc00003400000
[ 1.0000000] (kernel va area)
[ 1.0000000] (devmap va area) = 0xfffffffff0000000
[ 1.0000000] VM_MAX_KERNEL_ADDRESS = 0xffffffffffe00000
[ 1.0000000] ------------------------------------------
[ 1.0000000] mpstart
[ 1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
[ 1.0000000] 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
[ 1.0000000] 2018, 2019, 2020 The NetBSD Foundation, Inc. All rights reserved.
[ 1.0000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[ 1.0000000] The Regents of the University of California. All rights reserved.
[ 1.0000000] NetBSD 9.99.77 (GENERIC64) #824: Mon Dec 14 02:43:11 JST 2020
[ 1.0000000] ryo@subq:/usr/src/sys/arch/evbarm/compile/GENERIC64
[ 1.0000000] total memory = 3896 MB
[ 1.0000000] avail memory = 3775 MB
[ 1.0000000] entropy: no seed from bootloader
[ 1.0000000] armfdt0 (root)
[ 1.0000000] simplebus0 at armfdt0: Hardkernel ODROID-N2Plus
[ 1.0000000] simplebus1 at simplebus0
[ 1.0000000] cpus0 at simplebus0
[ 1.0000000] simplebus2 at simplebus0
[ 1.0000000] psci0 at simplebus0: PSCI 1.0
[ 1.0000000] cpu0 at cpus0: Arm Cortex-A53 r0p4 (v8-A), id 0x0
[ 1.0000000] cpufreqdt0 at cpu0
[ 1.0000000] cpu1 at cpus0: Arm Cortex-A53 r0p4 (v8-A), id 0x1
[ 1.0000000] cpufreqdt1 at cpu1
[ 1.0000000] cpu2 at cpus0: Arm Cortex-A73 r0p2 (v8-A), id 0x100
[ 1.0000000] cpufreqdt2 at cpu2
[ 1.0000000] cpu3 at cpus0: Arm Cortex-A73 r0p2 (v8-A), id 0x101
[ 1.0000000] cpufreqdt3 at cpu3
[ 1.0000000] cpu4 at cpus0: Arm Cortex-A73 r0p2 (v8-A), id 0x102
[ 1.0000000] cpufreqdt4 at cpu4
[ 1.0000000] cpu5 at cpus0: Arm Cortex-A73 r0p2 (v8-A), id 0x103
[ 1.0000000] cpufreqdt5 at cpu5
[ 1.0000000] simplebus3 at simplebus1
[ 1.0000000] simplebus4 at simplebus1
[ 1.0000000] simplebus5 at simplebus1
[ 1.0000000] simplebus6 at simplebus3
[ 1.0000000] simplebus7 at simplebus3
[ 1.0000000] simplebus8 at simplebus3
[ 1.0000000] simplebus9 at simplebus3
[ 1.0000000] simplebus10 at simplebus3
[ 1.0000000] gic0 at simplebus1: GIC
[ 1.0000000] armgic0 at gic0: Generic Interrupt Controller, 256 sources (238 valid)
[ 1.0000000] armgic0: 16 Priorities, 224 SPIs, 6 PPIs, 8 SGIs
[ 1.0000000] syscon0 at simplebus6: System Controller Registers
[ 1.0000000] syscon1 at simplebus5: System Controller Registers
[ 1.0000000] fclock0 at simplebus0: 24000000 Hz fixed clock (xtal)
[ 1.0000000] syscon2 at simplebus5: System Controller Registers
[ 1.0000000] gtmr0 at simplebus0: Generic Timer
[ 1.0000000] gtmr0: interrupting on GIC irq 27
[ 1.0000000] armgtmr0 at gtmr0: Generic Timer (24000 kHz, virtual)
[ 1.0000030] g12clkc0 at syscon0: Meson G12B clock controller
[ 1.0000030] mesonresets0 at simplebus4
[ 1.0000030] mesonpinctrl0 at simplebus7: Meson G12A periphs GPIO
[ 1.0000030] mesonpinctrl0: usb-hub-reset GPIOH_4 set to output (high)
[ 1.0000030] gpio0 at mesonpinctrl0: 85 pins
[ 1.0000030] mesonpinctrl1 at syscon2: Meson G12A AO GPIO
[ 1.0000030] gpio1 at mesonpinctrl1: 15 pins
[ 1.0000030] g12aoclkc0 at syscon2: Meson G12A AO clock controller
[ 1.0000030] mesonpwm0 at simplebus4: Pulse-Width Modulation
[ 1.0000030] mesonpwm1 at simplebus5: Pulse-Width Modulation
[ 1.0000030] fregulator0 at simplebus0: 5V
[ 1.0000030] fregulator1 at simplebus0: HUB_5V
[ 1.0000030] fregulator2 at simplebus0: TFLASH_VDD
[ 1.0000030] gregulator0 at simplebus0: TF_IO
[ 1.0000030] fregulator3 at simplebus0: VCC_3V3
[ 1.0000030] fregulator4 at simplebus0: FLASH_1V8
[ 1.0000030] fregulator5 at simplebus0: USB_PWR_EN
[ 1.0000030] pregulator0 at simplebus0: VDDCPU_B
[ 1.0000030] pregulator1 at simplebus0: VDDCPU_A
[ 1.0000030] fregulator6 at simplebus0: 12V
[ 1.0000030] fregulator7 at simplebus0: VDDAO_3V3
[ 1.0000030] mesonuart0 at simplebus5: console
[ 1.0000030] mesonuart0: interrupting on GIC irq 225
[ 1.0000030] fregulator8 at simplebus0: VCC_1V8
[ 1.0000030] fregulator9 at simplebus0: VDDAO_1V8
[ 1.0000030] mmcpwrseq0 at simplebus0: eMMC hardware reset provider
[ 1.0000030] mesong12u3pphy0 at simplebus3: USB3 PCIe PHY
[ 1.0000030] mesong12u2phy0 at simplebus3: USB2 PHY
[ 1.0000030] mesong12u2phy1 at simplebus3: USB2 PHY
[ 1.0000030] /soc/bus@ff600000/bus@3c000/system-controller@0/power-controller at syscon0 not configured
[ 1.0000030] /secure-monitor at simplebus0 not configured
[ 1.0000030] mesonthermal0 at simplebus3: CPU TEMP Sensor
[ 1.0000030] mesonthermal1 at simplebus3: DDR TEMP Sensor
[ 1.0000030] /soc/gpu@ffe40000 at simplebus1 not configured
[ 1.0000030] /soc/bus@ff600000/mdio-multiplexer@4c000 at simplebus3 not configured
[ 1.0000030] /soc/vpu@ff900000 at simplebus1 not configured
[ 1.0000030] dispcon0 at simplebus0: HDMI connector
[ 1.0000030] awge0 at simplebus1: Gigabit Ethernet Controller
[ 1.0000030] awge0: interrupting on GIC irq 40
[ 1.0000030] awge0: Core version: 00001137
[ 1.0000030] awge0: Ethernet address 00:1e:06:42:6e:1a
[ 1.0000030] awge0: HW feature mask: 100d4f37
[ 1.0000030] rgephy0 at awge0 phy 0: RTL8211F 1000BASE-T media interface
[ 1.0000030] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
[ 1.0000030] /soc/bus@ffd00000/interrupt-controller@f080 at simplebus4 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/clock-controller@0 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/reset-controller@280 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/hdmi-tx@0 at simplebus3 not configured
[ 1.0000030] /soc/bus@ff600000/bus@38000/video-lut@48 at simplebus9 not configured
[ 1.0000030] /opp-table-0 at simplebus0 not configured
[ 1.0000030] /opp-table-1 at simplebus0 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@540 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@1c0 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@200 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@240 at simplebus8 not configured
[ 1.0000030] /audio-controller-1 at simplebus0 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@744 at simplebus8 not configured
[ 1.0000030] genfb0 at simplebus2: Simple Framebuffer (720x576 32-bpp @ 0xf4e5b000)
[ 1.0000030] wsdisplay0 at genfb0 kbdmux 1: console (default, vt100 emulation)
[ 1.0000030] /efuse at simplebus0 not configured
[ 1.0000030] mesonrng0 at simplebus10: Hardware RNG
[ 1.0000030] entropy: ready
[ 1.0000030] /soc/bus@ff800000/rtc@0a8 at simplebus5 not configured
[ 1.0000030] /soc/bus@ff800000/cec@280 at simplebus5 not configured
[ 1.0000030] /soc/bus@ff800000/ir@8000 at simplebus5 not configured
[ 1.0000030] /soc/bus@ffd00000/clock-measure@18000 at simplebus4 not configured
[ 1.0000030] mesongxmmc0 at simplebus1: eMMC/SD/SDIO controller
[ 1.0000030] mesongxmmc0: interrupting on GIC irq 222
[ 1.0000030] mesongxmmc1 at simplebus1: eMMC/SD/SDIO controller
[ 1.0000030] mesongxmmc1: interrupting on GIC irq 223
[ 1.0000030] mesonusbctrl0 at simplebus1: USB Controllers
[ 1.0000030] gpioleds0 at simplebus0: n2:blue
[ 1.0000030] /sound at simplebus0 not configured
[ 1.0000030] dwctwo0 at simplebus1: mode 'peripheral' not supported
[ 1.0000030] xhci0 at simplebus1: DesignWare USB3 XHCI (rev. 3.20a)
[ 1.0000030] xhci0: interrupting on GIC irq 62
[ 1.0000030] usb0 at xhci0: USB revision 3.0
[ 1.0000030] usb1 at xhci0: USB revision 2.0
[ 1.0000030] /soc/bus@ff600000/bus@3c000/system-controller@0/power-controller at syscon0 not configured
[ 1.0000030] /secure-monitor at simplebus0 not configured
[ 1.0000030] /soc/gpu@ffe40000 at simplebus1 not configured
[ 1.0000030] /soc/bus@ff600000/mdio-multiplexer@4c000 at simplebus3 not configured
[ 1.0000030] /soc/vpu@ff900000 at simplebus1 not configured
[ 1.0000030] /soc/bus@ffd00000/interrupt-controller@f080 at simplebus4 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/clock-controller@0 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/reset-controller@280 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/hdmi-tx@0 at simplebus3 not configured
[ 1.0000030] /soc/bus@ff600000/bus@38000/video-lut@48 at simplebus9 not configured
[ 1.0000030] /opp-table-0 at simplebus0 not configured
[ 1.0000030] /opp-table-1 at simplebus0 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@540 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@1c0 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@200 at simplebus8 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@240 at simplebus8 not configured
[ 1.0000030] /audio-controller-1 at simplebus0 not configured
[ 1.0000030] /soc/bus@ff600000/bus@42000/audio-controller@744 at simplebus8 not configured
[ 1.0000030] /efuse at simplebus0 not configured
[ 1.0000030] /soc/bus@ff800000/rtc@0a8 at simplebus5 not configured
[ 1.0000030] /soc/bus@ff800000/cec@280 at simplebus5 not configured
[ 1.0000030] /soc/bus@ff800000/ir@8000 at simplebus5 not configured
[ 1.0000030] /soc/bus@ffd00000/clock-measure@18000 at simplebus4 not configured
[ 1.0000030] /sound at simplebus0 not configured
[ 1.9132648] cpufreqdt0: rate: 2016.000 MHz, 1040000 uV
[ 1.9232636] cpufreqdt2: rate: 2400.000 MHz, 1040000 uV
[ 1.9432639] sdmmc0 at mesongxmmc0
[ 1.9432639] sdmmc1 at mesongxmmc1
[ 1.9432639] uhub0 at usb0: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
[ 1.9532639] uhub1 at usb1: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
[ 2.0832649] sdmmc0: SD card status: 4-bit, C10, U1
[ 2.0832649] ld0 at sdmmc0: <0x02:0x544d:SA16G:0x55:0x29c30067:0x13b>
[ 2.0832649] ld0: 14832 MB, 7533 cyl, 64 head, 63 sec, 512 bytes/sect x 30375936 sectors
[ 2.0932652] ld0: 4-bit width, High-Speed/SDR25, 50.000 MHz
[ 2.1932667] sdmmc1: can't re-read EXT_CSD
[ 2.1932667] sdmmc1: mem init failed
[ 2.1932667] sdmmc1: init failed
[ 3.5732867] uhub2 at uhub0 port 1: GenesysLogic (0x05e3) USB3.1 Hub (0x0620), class 9/0, rev 3.10/93.04, addr 1
[ 3.5832867] uhub3 at uhub1 port 1: GenesysLogic (0x05e3) USB2.1 Hub (0x0610), class 9/0, rev 2.10/93.04, addr 2
[ 3.5932872] uhub3: multiple transaction translators
[ 4.5933015] umass0 at uhub2 port 1 configuration 1 interface 0
[ 4.5933015] umass0: JMicron (0x357d) USB to ATA/ATAPI Bridge (0x7788), rev 3.00/0.00, addr 3
[ 4.6033016] scsibus0 at umass0: 2 targets, 1 lun per target
[ 4.6133019] sd0 at scsibus0 target 0 lun 0: <INTEL SS, DSC2KW512G8, 0100> disk fixed
[ 4.6133019] sd0: 476 GB, 16777215 cyl, 16 head, 3 sec, 512 bytes/sect x 1000215216 sectors
[ 4.6733027] uhidev0 at uhub3 port 2 configuration 1 interface 0
[ 4.6733027] uhidev0: vendor 1130 (0x1130) PCsensor Temper (0x660c), rev 1.10/1.50, addr 4, iclass 3/1
[ 4.6933030] uthum0 at uhidev0
[ 4.6933030] uhidev1 at uhub3 port 2 configuration 1 interface 1
[ 4.7033031] uhidev1: vendor 1130 (0x1130) PCsensor Temper (0x660c), rev 1.10/1.50, addr 4, iclass 3/0
[ 4.7233034] uthum1 at uhidev1
[ 5.2533111] axen0 at uhub2 port 4
[ 5.2533111] axen0: ASIX Elec. Corp. (0x0b95) AX88179 (0x1790), rev 3.00/1.00, addr 5
[ 5.5633157] uhidev2 at uhub3 port 3 configuration 1 interface 0
[ 5.5633157] uhidev2: vendor 413d (0x413d) product 2107 (0x2107), rev 1.10/0.00, addr 6, iclass 3/1
[ 5.5733159] ukbd0 at uhidev2: 8 Variable keys, 6 Array codes
[ 5.6933175] axen0: AX88179
[ 5.6933175] rgephy1 at axen0 phy 3: RTL8211E 1000BASE-T media interface
[ 5.7133180] rgephy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
[ 5.7233181] axen0: Ethernet address 60:84:bd:48:2e:42
[ 6.0133222] wskbd0 at ukbd0: console keyboard, using wsdisplay0
[ 6.0133222] uhidev3 at uhub3 port 3 configuration 1 interface 1
[ 6.0233235] uhidev3: vendor 413d (0x413d) product 2107 (0x2107), rev 1.10/0.00, addr 6, iclass 3/1
[ 6.0333230] uhid0 at uhidev3: input=8, output=8, feature=8
[ 6.0433232] WARNING: 4 errors while detecting hardware; check system log.
[ 6.0433232] boot device: <unknown>
[ 6.0433232] root device:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment