Skip to content

Instantly share code, notes, and snippets.

@pandax381
Last active April 20, 2016 07:34
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 pandax381/06508bd5e226f5aefd4997bba093cfde to your computer and use it in GitHub Desktop.
Save pandax381/06508bd5e226f5aefd4997bba093cfde to your computer and use it in GitHub Desktop.
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.19-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #858 SMP Tue Mar 15 15:56:00 GMT 2016
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Raspberry Pi 2 Model B Rev 1.1
[ 0.000000] cma: Reserved 8 MiB at 0x3a400000
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010)
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4
[ 0.000000] PERCPU: Embedded 12 pages/cpu @baed9000 s20416 r8192 d20544 u49152
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540
[ 0.000000] Kernel command line: dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa21041 bcm2709.serial=0xcab1626d smsc95xx.macaddr=B8:27:EB:B1:62:6D bcm2708_fb.fbswap=1 bcm2709.ua
rt_clock=3000000 bcm2709.disk_led_gpio=47 bcm2709.disk_led_active_low=0 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=dead
line fsck.repair=yes rootwait
[ 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: 938516K/966656K available (6064K kernel code, 534K rwdata, 1664K rodata, 444K init, 757K bss, 19948K 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 - 0xff000000 (1080 MB)
[ 0.000000] lowmem : 0x80000000 - 0xbb000000 ( 944 MB)
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB)
[ 0.000000] .text : 0x80008000 - 0x807945f0 (7730 kB)
[ 0.000000] .init : 0x80795000 - 0x80804000 ( 444 kB)
[ 0.000000] .data : 0x80804000 - 0x80889b10 ( 535 kB)
[ 0.000000] .bss : 0x8088c000 - 0x809497dc ( 758 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] 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 (phys).
[ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[ 0.000013] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[ 0.000035] Switching to timer-based delay loop, resolution 52ns
[ 0.000323] Console: colour dummy device 80x30
[ 0.000366] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[ 0.000392] pid_max: default: 32768 minimum: 301
[ 0.000761] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000783] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.002040] Initializing cgroup subsys blkio
[ 0.002080] Initializing cgroup subsys memory
[ 0.002114] Initializing cgroup subsys devices
[ 0.002142] Initializing cgroup subsys freezer
[ 0.002182] Initializing cgroup subsys net_cls
[ 0.002254] CPU: Testing write buffer coherency: ok
[ 0.002337] ftrace: allocating 20313 entries in 60 pages
[ 0.051444] CPU0: update cpu_capacity 1024
[ 0.051481] CPU0: thread -1, cpu 0, socket 15, mpidr 80000f00
[ 0.051499] [bcm2709_smp_prepare_cpus] enter
[ 0.051636] Setting up static identity map for 0x8240 - 0x8274
[ 0.054137] [bcm2709_boot_secondary] cpu:1 started (0) 18
[ 0.054579] [bcm2709_secondary_init] enter cpu:1
[ 0.054639] CPU1: update cpu_capacity 1024
[ 0.054649] CPU1: thread -1, cpu 1, socket 15, mpidr 80000f01
[ 0.055228] [bcm2709_boot_secondary] cpu:2 started (0) 16
[ 0.055581] [bcm2709_secondary_init] enter cpu:2
[ 0.055613] CPU2: update cpu_capacity 1024
[ 0.055622] CPU2: thread -1, cpu 2, socket 15, mpidr 80000f02
[ 0.056166] [bcm2709_boot_secondary] cpu:3 started (0) 18
[ 0.056422] [bcm2709_secondary_init] enter cpu:3
[ 0.056450] CPU3: update cpu_capacity 1024
[ 0.056458] CPU3: thread -1, cpu 3, socket 15, mpidr 80000f03
[ 0.056548] Brought up 4 CPUs
[ 0.056578] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[ 0.056588] CPU: All CPU(s) started in HYP mode.
[ 0.056597] CPU: Virtualization extensions available.
[ 0.057602] devtmpfs: initialized
[ 0.081254] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.081556] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.082739] pinctrl core: initialized pinctrl subsystem
[ 0.083521] NET: Registered protocol family 16
[ 0.089176] DMA: preallocated 4096 KiB pool for atomic coherent allocations
[ 0.090319] bcm2709.uart_clock = 3000000
[ 0.096035] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.096055] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.096256] Serial: AMBA PL011 UART driver
[ 0.096450] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 83, base_baud = 0) is a PL011 rev2
[ 0.592679] console [ttyAMA0] enabled
[ 0.596926] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[ 0.676638] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35
[ 0.685328] bcm2708-dmaengine 3f007000.dma: Initialized 7 DMA channels (+ 1 legacy)
[ 0.693678] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver
[ 0.700566] bcm2708-dmaengine 3f007000.dma: dma_debug:0
[ 0.706506] SCSI subsystem initialized
[ 0.710493] usbcore: registered new interface driver usbfs
[ 0.716097] usbcore: registered new interface driver hub
[ 0.721536] usbcore: registered new device driver usb
[ 0.727290] raspberrypi-firmware soc:firmware: Attached to firmware from 2016-03-15 14:47
[ 0.762768] Switched to clocksource arch_sys_counter
[ 0.816639] FS-Cache: Loaded
[ 0.819878] CacheFiles: Loaded
[ 0.834219] NET: Registered protocol family 2
[ 0.839838] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.847047] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.853687] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.860167] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.866163] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.873053] NET: Registered protocol family 1
[ 0.877944] RPC: Registered named UNIX socket transport module.
[ 0.883900] RPC: Registered udp transport module.
[ 0.888596] RPC: Registered tcp transport module.
[ 0.893320] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.900157] Trying to unpack rootfs image as initramfs...
[ 0.998904] Freeing initrd memory: 864K (baf18000 - baff0000)
[ 1.006232] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 1.015745] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.038086] VFS: Disk quotas dquot_6.6.0
[ 1.042393] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.051993] FS-Cache: Netfs 'nfs' registered for caching
[ 1.058570] NFS: Registering the id_resolver key type
[ 1.063726] Key type id_resolver registered
[ 1.067905] Key type id_legacy registered
[ 1.074670] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.082275] io scheduler noop registered
[ 1.086259] io scheduler deadline registered (default)
[ 1.091723] io scheduler cfq registered
[ 1.098315] BCM2708FB: allocated DMA memory fa800000
[ 1.103344] BCM2708FB: allocated DMA channel 0 @ f3007000
[ 1.114392] Console: switching to colour frame buffer device 82x26
[ 1.124260] Serial: 8250/16550 driver, 0 ports, IRQ sharing disabled
[ 1.131892] vc-cma: Videocore CMA driver
[ 1.135845] vc-cma: vc_cma_base = 0x00000000
[ 1.140541] vc-cma: vc_cma_size = 0x00000000 (0 MiB)
[ 1.145947] vc-cma: vc_cma_initial = 0x00000000 (0 MiB)
[ 1.151569] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB)
[ 1.175494] brd: module loaded
[ 1.187380] loop: module loaded
[ 1.191558] vchiq: vchiq_init_state: slot_zero = 0xba880000, is_master = 0
[ 1.200242] Loading iSCSI transport class v2.0-870.
[ 1.206133] usbcore: registered new interface driver smsc95xx
[ 1.211951] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.418125] Core Release: 2.80a
[ 1.421270] Setting default values for core params
[ 1.426123] Finished setting default values for core params
[ 1.632105] Using Buffer DMA mode
[ 1.635440] Periodic Transfer Interrupt Enhancement - disabled
[ 1.641262] Multiprocessor Interrupt Enhancement - disabled
[ 1.646846] OTG VER PARAM: 0, OTG VER FLAG: 0
[ 1.651200] Dedicated Tx FIFOs mode
[ 1.655087] WARN::dwc_otg_hcd_init:1047: FIQ DMA bounce buffers: virt = 0xba814000 dma = 0xfa814000 len=9024
[ 1.664963] FIQ FSM acceleration enabled for :
[ 1.664963] Non-periodic Split Transactions
[ 1.664963] Periodic Split Transactions
[ 1.664963] High-Speed Isochronous Endpoints
[ 1.681747] WARN::hcd_init_fiq:412: FIQ on core 1 at 0x80417288
[ 1.687665] WARN::hcd_init_fiq:413: FIQ ASM at 0x804175f8 length 36
[ 1.693928] WARN::hcd_init_fiq:438: MPHI regs_base at 0xbb89a000
[ 1.699959] dwc_otg 3f980000.usb: DWC OTG Controller
[ 1.704973] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[ 1.712304] dwc_otg 3f980000.usb: irq 32, io mem 0x00000000
[ 1.717937] Init: Port Power? op_state=1
[ 1.721853] Init: Power Port (0)
[ 1.725364] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.732149] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.739390] usb usb1: Product: DWC OTG Controller
[ 1.744114] usb usb1: Manufacturer: Linux 4.1.19-v7+ dwc_otg_hcd
[ 1.750115] usb usb1: SerialNumber: 3f980000.usb
[ 1.755635] hub 1-0:1.0: USB hub found
[ 1.759432] hub 1-0:1.0: 1 port detected
[ 1.764338] usbcore: registered new interface driver usb-storage
[ 1.770584] mousedev: PS/2 mouse device common for all mice
[ 1.777017] bcm2835-cpufreq: min=600000 max=900000
[ 1.782143] sdhci: Secure Digital Host Controller Interface driver
[ 1.788343] sdhci: Copyright(c) Pierre Ossman
[ 1.793035] sdhost: log_buf @ ba813000 (fa813000)
[ 1.872814] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[ 1.898635] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.904922] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.911157] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.916821] usbcore: registered new interface driver usbhid
[ 1.922385] usbhid: USB HID core driver
[ 1.926727] Initializing XFRM netlink socket
[ 1.929996] mmc0: host does not support reading read-only switch, assuming write-enable
[ 1.931911] mmc0: new high speed SDHC card at address 59b4
[ 1.932542] mmcblk0: mmc0:59b4 USDU1 30.0 GiB
[ 1.934103] mmcblk0: p1 p2
[ 1.951767] NET: Registered protocol family 17
[ 1.956404] Key type dns_resolver registered
[ 1.961074] Registering SWP/SWPB emulation handler
[ 1.966826] registered taskstats version 1
[ 1.971172] vc-sm: Videocore shared memory driver
[ 1.972949] Indeed it is in host mode hprt0 = 00021501
[ 1.981037] [vc_sm_connected_init]: start
[ 1.985778] [vc_sm_connected_init]: end - returning 0
[ 1.993905] uart-pl011 3f201000.uart: no DMA platform data
[ 2.000120] Freeing unused kernel memory: 444K (80795000 - 80804000)
Welcome to Raspbian GNU/Linux 8 (jessie)!
Expecting device dev-ttyAMA0.device...
[ OK ] Reached target Remote File Systems (Pre).
[ OK ] Reached target Encrypted Volumes.
[ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
[ OK ] Reached target Swap.
[ OK ] Created slice Root Slice.
[ OK ] Created slice User and Session Slice.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on Delayed Shutdown Socket.
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ] Listening on udev Control Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on Journal Socket.
[ OK ] Created slice System Slice.
[ OK ] Created slice system-getty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
Starting Increase datagram queue length...
Starting Restore / save the current clock...
Mounting POSIX Message Queue File System...
Starting Create list of required static device nodes...rrent kernel...
Starting udev Coldplug all Devices...
Starting Load Kernel Modules...
Mounting Debug File System...
[ OK ] Reached target Slices.
[ OK ] Mounted Debug File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Started Increase datagram queue length.
[ OK ] Started Restore / save the current clock.
[ OK ] Started Create list of required static device nodes ...current kernel.
[ OK ] Started Load Kernel Modules.
[ OK ] Started udev Coldplug all Devices.
Starting Apply Kernel Variables...
Mounting Configuration File System...
Starting Create Static Device Nodes in /dev...
[ OK ] Listening on Syslog Socket.
Starting Journal Service...
[ OK ] Started Journal Service.
[ OK ] Mounted Configuration File System.
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Started udev Kernel Device Manager.
Starting Copy rules generated while the root was ro...
Starting LSB: Set preliminary keymap...
[ OK ] Started Copy rules generated while the root was ro.
[ OK ] Found device /dev/ttyAMA0.
[ OK ] Started LSB: Set preliminary keymap.
[ OK ] Reached target Paths.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Create Volatile Files and Directories...
[ OK ] Reached target Remote File Systems.
Starting Trigger Flushing of Journal to Persistent Storage...
Starting LSB: Prepare console...
Starting LSB: Switch to ondemand cpu governor (unles... is pressed)...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started LSB: Switch to ondemand cpu governor (unless...ey is pressed).
[ OK ] Started Trigger Flushing of Journal to Persistent Storage.
[ OK ] Started LSB: Prepare console.
Starting LSB: Set console font and keymap...
Starting Update UTMP about System Boot/Shutdown...
Starting LSB: Raise network interfaces....
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started LSB: Set console font and keymap.
[ OK ] Started LSB: Raise network interfaces..
[ OK ] Reached target Network.
[ OK ] Reached target Network is Online.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Timers.
[ OK ] Reached target Basic System.
Starting OpenBSD Secure Shell server...
[ OK ] Started OpenBSD Secure Shell server.
Starting Regular background program processing daemon...
[ OK ] Started Regular background program processing daemon.
Starting /etc/rc.local Compatibility...
Starting Login Service...
Starting LSB: Start NTP daemon...
Starting LSB: triggerhappy hotkey daemon...
Starting D-Bus System Message Bus...
[ OK ] Started D-Bus System Message Bus.
Starting System Logging Service...
Starting Permit User Sessions...
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Started LSB: Start NTP daemon.
[ OK ] Started LSB: triggerhappy hotkey daemon.
[ OK ] Started Permit User Sessions.
[ OK ] Started System Logging Service.
Starting Wait for Plymouth Boot Screen to Quit...
Starting Terminate Plymouth Boot Screen...
[ OK ] Started Wait for Plymouth Boot Screen to Quit.
[ OK ] Started Terminate Plymouth Boot Screen.
[ OK ] Started Login Service.
Starting Getty on tty1...
[ OK ] Started Getty on tty1.
Starting Serial Getty on ttyAMA0...
[ OK ] Started Serial Getty on ttyAMA0.
[ OK ] Reached target Login Prompts.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[ OK ] Started Update UTMP about System Runlevel Changes.
Raspbian GNU/Linux 8 raspberrypi ttyAMA0
raspberrypi login:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment