Skip to content

Instantly share code, notes, and snippets.

@mypiandrew
Created February 12, 2018 11:33
Show Gist options
  • Save mypiandrew/ae93c668844d086491efcaf4b81b7b4d to your computer and use it in GitHub Desktop.
Save mypiandrew/ae93c668844d086491efcaf4b81b7b4d to your computer and use it in GitHub Desktop.
Good Boot 4.14
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.18-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1093 SMP Fri Feb 9 15:33:07 GMT 2018
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 3 Rev 1.0
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
[ 0.000000] random: fast init done
[ 0.000000] percpu: Embedded 17 pages/cpu @ba34b000 s38720 r8192 d22720 u69632
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
[ 0.000000] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=1024 bcm2708_fb.fbswap=1 smsc95xx.macaddr=B8:27:EB:39:4C:A8 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 dwc_otg.speed=1 console=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait maxcpus=4
[ 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: 940268K/970752K available (7168K kernel code, 548K rwdata, 2028K rodata, 1024K init, 706K bss, 22292K 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 : 0xbb800000 - 0xff800000 (1088 MB)
[ 0.000000] lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x80800000 (8160 kB)
[ 0.000000] .init : 0x80b00000 - 0x80c00000 (1024 kB)
[ 0.000000] .data : 0x80c00000 - 0x80c89244 ( 549 kB)
[ 0.000000] .bss : 0x80c90ed4 - 0x80d41734 ( 707 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 24624 entries in 73 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000022] Switching to timer-based delay loop, resolution 52ns
[ 0.000265] Console: colour dummy device 80x30
[ 0.000819] console [tty1] enabled
[ 0.000861] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000902] pid_max: default: 32768 minimum: 301
[ 0.001229] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001263] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002218] Disabling memory control group subsystem
[ 0.002317] CPU: Testing write buffer coherency: ok
[ 0.002717] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.003110] Setting up static identity map for 0x100000 - 0x10003c
[ 0.003245] Hierarchical SRCU implementation.
[ 0.003897] smp: Bringing up secondary CPUs ...
[ 0.004549] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005269] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.005973] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006076] smp: Brought up 1 node, 4 CPUs
[ 0.006146] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.006168] CPU: All CPU(s) started in HYP mode.
[ 0.006185] CPU: Virtualization extensions available.
[ 0.007048] devtmpfs: initialized
[ 0.017451] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[ 0.017697] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.017741] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.018317] pinctrl core: initialized pinctrl subsystem
[ 0.019075] NET: Registered protocol family 16
[ 0.021763] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.026623] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.026655] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.026873] Serial: AMBA PL011 UART driver
[ 0.028514] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.028986] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[ 0.060117] bcm2835-dma 3f007000.dma: DMA legacy API manager at bb80d000, dmachans=0x1
[ 0.061554] SCSI subsystem initialized
[ 0.061702] usbcore: registered new interface driver usbfs
[ 0.061770] usbcore: registered new interface driver hub
[ 0.061871] usbcore: registered new device driver usb
[ 0.070077] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-02-09 14:22
[ 0.071426] clocksource: Switched to clocksource arch_sys_counter
[ 0.147821] VFS: Disk quotas dquot_6.6.0
[ 0.147933] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.148138] FS-Cache: Loaded
[ 0.148345] CacheFiles: Loaded
[ 0.157078] NET: Registered protocol family 2
[ 0.157825] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.157954] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.158157] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.158303] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.158364] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.158609] NET: Registered protocol family 1
[ 0.159067] RPC: Registered named UNIX socket transport module.
[ 0.159091] RPC: Registered udp transport module.
[ 0.159110] RPC: Registered tcp transport module.
[ 0.159129] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.160638] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[ 0.163470] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 0.171328] FS-Cache: Netfs 'nfs' registered for caching
[ 0.171975] NFS: Registering the id_resolver key type
[ 0.172022] Key type id_resolver registered
[ 0.172041] Key type id_legacy registered
[ 0.173919] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 0.174069] io scheduler noop registered
[ 0.174091] io scheduler deadline registered (default)
[ 0.174376] io scheduler cfq registered
[ 0.174397] io scheduler mq-deadline registered
[ 0.174417] io scheduler kyber registered
[ 0.177132] BCM2708FB: allocated DMA memory fad10000
[ 0.177178] BCM2708FB: allocated DMA channel 0 @ bb80d000
[ 0.213930] Console: switching to colour frame buffer device 160x64
[ 0.235902] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.237446] bcm2835-rng 3f104000.rng: hwrng registered
[ 0.237722] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 0.238399] vc-sm: Videocore shared memory driver
[ 0.238802] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[ 0.248575] brd: module loaded
[ 0.257437] loop: module loaded
[ 0.257571] Loading iSCSI transport class v2.0-870.
[ 0.258214] usbcore: registered new interface driver smsc95xx
[ 0.258394] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.486664] Core Release: 2.80a
[ 0.486769] Setting default values for core params
[ 0.486936] Finished setting default values for core params
[ 0.687341] Using Buffer DMA mode
[ 0.687446] Periodic Transfer Interrupt Enhancement - disabled
[ 0.687610] Multiprocessor Interrupt Enhancement - disabled
[ 0.687770] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 0.687902] Dedicated Tx FIFOs mode
[ 0.688418] WARN::dwc_otg_hcd_init:1032: FIQ DMA bounce buffers: virt = 0xbad04000 dma = 0xfad04000 len=9024
[ 0.688709] FIQ FSM acceleration enabled for :
[ 0.688709] Non-periodic Split Transactions
[ 0.688709] Periodic Split Transactions
[ 0.688709] High-Speed Isochronous Endpoints
[ 0.688709] Interrupt/Control Split Transaction hack enabled
[ 0.689348] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805c61ec
[ 0.689523] WARN::hcd_init_fiq:460: FIQ ASM at 0x805c6554 length 36
[ 0.689706] WARN::hcd_init_fiq:486: MPHI regs_base at 0xbb878000
[ 0.689922] dwc_otg 3f980000.usb: DWC OTG Controller
[ 0.690094] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 0.697099] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[ 0.704088] Init: Port Power? op_state=1
[ 0.711014] Init: Power Port (0)
[ 0.718056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.725016] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.731950] usb usb1: Product: DWC OTG Controller
[ 0.738798] usb usb1: Manufacturer: Linux 4.14.18-v7+ dwc_otg_hcd
[ 0.745698] usb usb1: SerialNumber: 3f980000.usb
[ 0.753109] hub 1-0:1.0: USB hub found
[ 0.759925] hub 1-0:1.0: 1 port detected
[ 0.767429] usbcore: registered new interface driver usb-storage
[ 0.774524] mousedev: PS/2 mouse device common for all mice
[ 0.781544] IR NEC protocol handler initialized
[ 0.788395] IR RC5(x/sz) protocol handler initialized
[ 0.795222] IR RC6 protocol handler initialized
[ 0.801957] IR JVC protocol handler initialized
[ 0.808578] IR Sony protocol handler initialized
[ 0.815208] IR SANYO protocol handler initialized
[ 0.821813] IR Sharp protocol handler initialized
[ 0.828392] IR MCE Keyboard/mouse protocol handler initialized
[ 0.834963] IR XMP protocol handler initialized
[ 0.842131] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[ 0.848977] bcm2835-cpufreq: min=600000 max=1200000
[ 0.855963] sdhci: Secure Digital Host Controller Interface driver
[ 0.862690] sdhci: Copyright(c) Pierre Ossman
[ 0.869744] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[ 0.876813] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.884114] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.891135] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.898211] usbcore: registered new interface driver usbhid
[ 0.905116] usbhid: USB HID core driver
[ 0.912580] vchiq: vchiq_init_state: slot_zero = bad80000, is_master = 0
[ 0.920888] [vc_sm_connected_init]: start
[ 0.930446] [vc_sm_connected_init]: end - returning 0
[ 0.937751] Initializing XFRM netlink socket
[ 0.944407] NET: Registered protocol family 17
[ 0.951138] Key type dns_resolver registered
[ 0.958292] Registering SWP/SWPB emulation handler
[ 0.965475] registered taskstats version 1
[ 0.977958] uart-pl011 3f201000.serial: cts_event_workaround enabled
[ 0.984777] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[ 0.993243] console [ttyS0] disabled
[ 1.000024] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[ 2.028441] console [ttyS0] enabled
[ 2.039949] sdhost: log_buf @ bad07000 (fad07000)
[ 2.051809] Indeed it is in host mode hprt0 = 00021501
[ 2.201451] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 2.214982] of_cfs_init
[ 2.224392] of_cfs_init: OK
[ 2.234402] Waiting for root device /dev/mmcblk0p2...
[ 2.297515] mmc0: new high speed MMC card at address 0001
[ 2.309755] usb 1-1: new full-speed USB device number 2 using dwc_otg
[ 2.323636] mmcblk0: mmc0:0001 4FPD3R 3.64 GiB
[ 2.334981] Indeed it is in host mode hprt0 = 00021501
[ 2.407283] mmcblk0boot0: mmc0:0001 4FPD3R partition 1 4.00 MiB
[ 2.420390] mmcblk0boot1: mmc0:0001 4FPD3R partition 2 4.00 MiB
[ 2.433428] mmcblk0rpmb: mmc0:0001 4FPD3R partition 3 512 KiB
[ 2.447689] mmcblk0: p1 p2
[ 2.483258] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 2.497590] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 2.556146] EXT4-fs (mmcblk0p2): recovery complete
[ 2.568749] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 2.581979] usb 1-1: not running at top speed; connect to a high speed hub
[ 2.583204] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 2.583213] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.583219] usb 1-1: Product: USB2.0 Hub
[ 2.583970] hub 1-1:1.0: USB hub found
[ 2.584325] hub 1-1:1.0: 4 ports detected
[ 2.658218] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 2.672753] devtmpfs: mounted
[ 2.687339] Freeing unused kernel memory: 1024K
[ 2.911479] usb 1-1.1: new full-speed USB device number 3 using dwc_otg
[ 2.949940] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[ 2.971334] systemd[1]: Detected architecture 'arm'.
[ 3.041735] usb 1-1.1: not running at top speed; connect to a high speed hub
[ 3.057022] usb 1-1.1: New USB device found, idVendor=0424, idProduct=9512
[ 3.071679] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.087342] hub 1-1.1:1.0: USB hub found
[ 3.099369] hub 1-1.1:1.0: 3 ports detected
[ 3.105536] NET: Registered protocol family 10
[ 3.106726] Segment Routing with IPv6
[ 3.106947] systemd[1]: Inserted module 'ipv6'
[ 3.109383] systemd[1]: Set hostname to <raspberrypi>.
[ 3.251491] usb 1-1.2: new full-speed USB device number 4 using dwc_otg
[ 3.406691] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[ 3.408251] usb 1-1.2: New USB device found, idVendor=0403, idProduct=6015
[ 3.408261] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.408268] usb 1-1.2: Product: FT230X Basic UART
[ 3.408275] usb 1-1.2: Manufacturer: FTDI
[ 3.408281] usb 1-1.2: SerialNumber: DN047RUC
[ 3.506459] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[ 3.511471] usb 1-1.1.1: new full-speed USB device number 5 using dwc_otg
[ 3.537246] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.552975] systemd[1]: Expecting device dev-ttyS0.device...
[ 3.575304] systemd[1]: Starting Remote File Systems (Pre).
[ 3.597236] systemd[1]: Reached target Remote File Systems (Pre).
[ 3.641774] usb 1-1.1.1: not running at top speed; connect to a high speed hub
[ 3.642130] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=ec00
[ 3.642139] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.644761] smsc95xx v1.0.6
[ 3.751515] usb 1-1.3: new full-speed USB device number 6 using dwc_otg
[ 3.756706] smsc95xx 1-1.1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:39:4c:a8
[ 3.892552] usb 1-1.3: not running at top speed; connect to a high speed hub
[ 3.898760] usb 1-1.3: New USB device found, idVendor=0424, idProduct=2240
[ 3.898771] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.898778] usb 1-1.3: Product: Ultra Fast Media
[ 3.898786] usb 1-1.3: Manufacturer: Generic
[ 3.898792] usb 1-1.3: SerialNumber: 000000225001
[ 3.899549] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[ 3.911175] scsi host0: usb-storage 1-1.3:1.0
[ 4.056979] fuse init (API version 7.26)
[ 4.076822] i2c /dev entries driver
Raspbian GNU/Linux 8 raspberrypi ttyS0
raspberrypi login:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment