Skip to content

Instantly share code, notes, and snippets.

@pietrushnic
Created December 31, 2015 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pietrushnic/cfe3d8d70d883a683250 to your computer and use it in GitHub Desktop.
Save pietrushnic/cfe3d8d70d883a683250 to your computer and use it in GitHub Desktop.
[1:08:57] pietrushnic:rpi2_qemu $ qemu-system-arm -M raspi2 -kernel 2015-11-21-raspbian-boot/kernel7.img -sd 2015-11-21-raspbian-jessie.img -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2" -dtb 2015-11-21-raspbian-boot/bcm2709-rpi-2-b.dtb -serial stdio
WARNING: Image format was not specified for '2015-11-21-raspbian-jessie.img' and probing guessed raw.
Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
Specify the 'raw' format explicitly to remove the restrictions.
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0xf00
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.1.13-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #826 SMP PREEMPT Fri Nov 13 20:19:03 GMT 2015
[ 0.000000] CPU: ARMv7 Processor [412fc0f1] revision 1 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B
[ 0.000000] cma: Reserved 8 MiB at 0x3e800000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 258048
[ 0.000000] free_area_init_node: node 0, pgdat 8085f000, node_mem_map bdf16000
[ 0.000000] Normal zone: 2268 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 258048 pages, LIFO batch:31
[ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 13 pages/cpu @bded5000 s20608 r8192 d24448 u53248
[ 0.000000] pcpu-alloc: s20608 r8192 d24448 u53248 alloc=13*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 255780
[ 0.000000] Kernel command line: rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 1004432K/1032192K available (5967K kernel code, 534K rwdata, 1652K rodata, 420K init, 757K bss, 19568K reserved, 8192K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xbf800000 - 0xff000000 (1016 MB)
[ 0.000000] lowmem : 0x80000000 - 0xbf000000 (1008 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x80778f64 (7620 kB)
[ 0.000000] .init : 0x80779000 - 0x807e2000 ( 420 kB)
[ 0.000000] .data : 0x807e2000 - 0x80867b6c ( 535 kB)
[ 0.000000] .bss : 0x8086a000 - 0x8092779c ( 758 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:608
[ 0.000000] Architected cp15 timer(s) running at 19.20MHz (virt).
[ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000320] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000614] Switching to timer-based delay loop, resolution 52ns
[ 0.014649] Console: colour dummy device 80x30
[ 0.015676] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.016039] pid_max: default: 32768 minimum: 301
[ 0.021773] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.021922] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.043959] Initializing cgroup subsys blkio
[ 0.044189] Initializing cgroup subsys memory
[ 0.044648] Initializing cgroup subsys devices
[ 0.044897] Initializing cgroup subsys freezer
[ 0.045161] Initializing cgroup subsys net_cls
[ 0.046013] CPU: Testing write buffer coherency: ok
[ 0.048764] ftrace: allocating 20235 entries in 60 pages
[ 0.310293] CPU0: update cpu_capacity 1024
[ 0.310836] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.311048] [bcm2709_smp_prepare_cpus] enter
[ 0.312649] Setting up static identity map for 0x8240 - 0x8274
[ 0.385828] [bcm2709_boot_secondary] cpu:1 failed to start (9420)
[ 1.422579] CPU1: failed to come online
[ 1.445320] [bcm2709_boot_secondary] cpu:2 failed to start (9420)
[ 2.476195] CPU2: failed to come online
[ 2.498783] [bcm2709_boot_secondary] cpu:3 failed to start (9420)
[ 3.530108] CPU3: failed to come online
[ 3.530439] Brought up 1 CPUs
[ 3.530672] SMP: Total of 1 processors activated (38.40 BogoMIPS).
[ 3.530803] CPU: All CPU(s) started in SVC mode.
[ 3.554667] devtmpfs: initialized
[ 3.645452] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 3.679173] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 3.706946] pinctrl core: initialized pinctrl subsystem
[ 3.724394] NET: Registered protocol family 16
[ 3.745878] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 3.753679] bcm2709.uart_clock = 3000000
[ 3.794287] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 3.794512] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 3.796625] Serial: AMBA PL011 UART driver
[ 3.803975] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[ 3.836376] console [ttyAMA0] enabled
[ 3.850889] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 4.058564] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
[ 4.059984] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
[ 4.064190] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[ 4.064683] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[ 4.070928] SCSI subsystem initialized
[ 4.072829] usbcore: registered new interface driver usbfs
[ 4.073837] usbcore: registered new interface driver hub
[ 4.075327] usbcore: registered new device driver usb
[ 4.084254] raspberrypi-firmware soc:firmware: Attached to firmware from 1970-01-05 00:12
[ 4.104781] Switched to clocksource arch_sys_counter
[ 4.308601] FS-Cache: Loaded
[ 4.310493] CacheFiles: Loaded
[ 4.369488] NET: Registered protocol family 2
[ 4.386543] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 4.387616] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 4.388674] TCP: Hash tables configured (established 8192 bind 8192)
[ 4.390590] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 4.391278] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 4.395662] NET: Registered protocol family 1
[ 4.402237] RPC: Registered named UNIX socket transport module.
[ 4.402749] RPC: Registered udp transport module.
[ 4.403123] RPC: Registered tcp transport module.
[ 4.404502] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 4.418840] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 1 counters available
[ 4.428675] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 4.488033] VFS: Disk quotas dquot_6.6.0
[ 4.489785] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 4.502393] FS-Cache: Netfs 'nfs' registered for caching
[ 4.508527] NFS: Registering the id_resolver key type
[ 4.510402] Key type id_resolver registered
[ 4.510758] Key type id_legacy registered
[ 4.534560] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 4.537909] io scheduler noop registered
[ 4.538430] io scheduler deadline registered
[ 4.540107] io scheduler cfq registered (default)
[ 4.557988] BCM2708FB: allocated DMA memory fec00000
[ 4.559234] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 4.560545] bcm2708_fb soc:fb: Failed to set screen_base
[ 4.561962] bcm2708_fb soc:fb: probe failed, err -12
[ 4.562868] bcm2708_fb: probe of soc:fb failed with error -12
[ 4.566595] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[ 4.576695] vc-cma: Videocore CMA driver
[ 4.577215] vc-cma: vc_cma_base = 0x00000000
[ 4.577510] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 4.577949] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 4.579524] vc-mem: phys_addr:0x00000000 mem_base=0x00000000 mem_size:0x00000000(0 MiB)
[ 4.674879] brd: module loaded
[ 4.709783] loop: module loaded
[ 4.716965] vchiq: vchiq_init_state: slot_zero = 0xbec00000, is_master = 0
[ 4.721943] bcm2835_vchiq 3f00b840.vchiq: failed to set channelbase
[ 4.729941] vchiq: could not load vchiq
[ 4.732450] bcm2835_vchiq: probe of 3f00b840.vchiq failed with error -1111674880
[ 4.734494] Loading iSCSI transport class v2.0-870.
[ 4.739680] usbcore: registered new interface driver smsc95xx
[ 4.740488] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 4.946382] Core Release: 0.000
[ 4.947248] Setting default values for core params
[ 4.951225] Finished setting default values for core params
[ 4.951952] dwc_otg 3f980000.usb: Bad value for SNPSID: 0x00000000
[ 4.952593] dwc_otg: probe of 3f980000.usb failed with error -22
[ 4.953966] dwc_otg: FIQ enabled
[ 4.954228] dwc_otg: NAK holdoff enabled
[ 4.954607] dwc_otg: FIQ split-transaction FSM enabled
[ 4.955235] Module dwc_common_port init
[ 4.956956] usbcore: registered new interface driver usb-storage
[ 4.959351] mousedev: PS/2 mouse device common for all mice
[ 4.966067] bcm2835-cpufreq: min=700000 max=700000
[ 4.969410] sdhci: Secure Digital Host Controller Interface driver
[ 4.969788] sdhci: Copyright(c) Pierre Ossman
[ 4.975708] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[ 4.976148] mmc-bcm2835 3f300000.mmc: DMA channels allocated
[ 5.015172] sdhci-pltfm: SDHCI platform and OF driver helper
[ 5.022039] ledtrig-cpu: registered to indicate activity on CPUs
[ 5.034830] hidraw: raw HID events driver (C) Jiri Kosina
[ 5.036534] usbcore: registered new interface driver usbhid
[ 5.036942] usbhid: USB HID core driver
[ 5.039252] Initializing XFRM netlink socket
[ 5.040065] NET: Registered protocol family 17
[ 5.041954] Key type dns_resolver registered
[ 5.043292] Registering SWP/SWPB emulation handler
[ 5.052827] mmc0: host does not support reading read-only switch, assuming write-enable
[ 5.057425] mmc0: new SDHC card at address 4567
[ 5.064470] registered taskstats version 1
[ 5.068221] vc-sm: Videocore shared memory driver
[ 5.074583] mmcblk0: mmc0:4567 QEMU! 3.66 GiB
[ 5.100836] uart-pl011 3f201000.uart: no DMA platform data
[ 15.094558] mmc0: Timeout waiting for hardware interrupt.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment