· 6 years ago · Feb 17, 2020, 05:24 PM
1U-Boot 2020.01-rc4-00252-g85432c69da (Dec 16 2019 - 13:39:19 +0100)
2
3DRAM: 948 MiB
4RPI 3 Model B (0x80a02082)
5MMC: mmc@7e202000: 0, sdhci@7e300000: 1
6Loading Environment from FAT... OK
7In: serial
8Out: vidconsole
9Err: vidconsole
10Net: No ethernet found.
11starting USB...
12Bus usb@7e980000: scanning bus usb@7e980000 for devices... 3 USB Device(s) found
13 scanning usb for storage devices... 0 Storage Device(s) found
14U-Boot> setenv kernel_file Image2
15U-Boot> setenv ramdisk_file rootfs.cpio
16U-Boot> setenv dtb_file bcm2837-rpi-3-b.dtb
17U-Boot> setenv bootargs "earlyprintk 8250.nr_uarts=1 console=ttyS0,115200 console=tty1 root=/dev/mcblk0p2"
18U-Boot> fatload mmc 0:1 ${kernel_addr_r} ${kernel_file}
1925825792 bytes read in 1463 ms (16.8 MiB/s)
20U-Boot> fatload mmc 0:1 ${fdt_addr_r} ${dtb_file}
2114118 bytes read in 5 ms (2.7 MiB/s)
22U-Boot> fatload mmc 0:1 ${ramdisk_addr_r} ${ramdisk_file}
239367040 bytes read in 546 ms (16.4 MiB/s)
24U-Boot> booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
25## Flattened Device Tree blob at 02600000
26 Booting using the fdt blob at 0x2600000
27 Using Device Tree in place at 0000000002600000, end 0000000002606725
28
29Starting kernel ...
30
31[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
32[ 0.000000] Linux version 5.4.0 (ilstam@archpc) (gcc version 9.2.0 (GCC)) #1 SMP PREEMPT Mon Feb 17 17:20:43 CET 20
33[ 0.000000] Machine model: Raspberry Pi 3 Model B
34[ 0.000000] efi: Getting EFI parameters from FDT:
35[ 0.000000] efi: UEFI not found.
36[ 0.000000] cma: Reserved 32 MiB at 0x0000000039400000
37[ 0.000000] NUMA: No NUMA configuration found
38[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000003b3fffff]
39[ 0.000000] NUMA: NODE_DATA [mem 0x3920f800-0x39210fff]
40[ 0.000000] Zone ranges:
41[ 0.000000] DMA32 [mem 0x0000000000000000-0x000000003b3fffff]
42[ 0.000000] Normal empty
43[ 0.000000] Movable zone start for each node
44[ 0.000000] Early memory node ranges
45[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
46[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003b3fffff]
47[ 0.000000] percpu: Embedded 22 pages/cpu s52952 r8192 d28968 u90112
48[ 0.000000] Detected VIPT I-cache on CPU0
49[ 0.000000] CPU features: detected: ARM erratum 845719
50[ 0.000000] CPU features: detected: ARM erratum 843419
51[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 238896
52[ 0.000000] Policy zone: DMA32
53[ 0.000000] Kernel command line: earlyprintk 8250.nr_uarts=1 console=ttyS0,115200 console=tty1 root=/dev/mcblk0p2
54[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
55[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
56[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
57[ 0.000000] Memory: 882860K/970752K available (11836K kernel code, 1860K rwdata, 6428K rodata, 5056K init, 450K bs)
58[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
59[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
60[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
61[ 0.000000] Tasks RCU enabled.
62[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
63[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
64[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
65[ 0.000000] random: get_random_bytes called from start_kernel+0x2b8/0x44c with crng_init=0
66[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
67[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 4407952027s
68[ 0.000006] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
69[ 0.000211] Console: colour dummy device 80x25
70[ 0.000806] printk: console [tty1] enabled
71[ 0.000921] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
72[ 0.000961] pid_max: default: 32768 minimum: 301
73[ 0.001097] LSM: Security Framework initializing
74[ 0.001215] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
75[ 0.001262] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
76[ 0.024056] ASID allocator initialised with 32768 entries
77[ 0.032046] rcu: Hierarchical SRCU implementation.
78[ 0.041757] EFI services will not be available.
79[ 0.048095] smp: Bringing up secondary CPUs ...
80[ 0.080247] Detected VIPT I-cache on CPU1
81[ 0.080314] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
82[ 0.112326] Detected VIPT I-cache on CPU2
83[ 0.112367] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
84[ 0.144420] Detected VIPT I-cache on CPU3
85[ 0.144458] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
86[ 0.144587] smp: Brought up 1 node, 4 CPUs
87[ 0.144695] SMP: Total of 4 processors activated.
88[ 0.144716] CPU features: detected: 32-bit EL0 Support
89[ 0.144738] CPU features: detected: CRC32 instructions
90[ 0.153684] CPU: All CPU(s) started at EL2
91[ 0.153743] alternatives: patching kernel code
92[ 0.155643] devtmpfs: initialized
93[ 0.162238] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
94[ 0.162293] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
95[ 0.164208] pinctrl core: initialized pinctrl subsystem
96[ 0.165858] DMI not present or invalid.
97[ 0.166421] NET: Registered protocol family 16
98[ 0.177943] DMA: preallocated 256 KiB pool for atomic allocations
99[ 0.177990] audit: initializing netlink subsys (disabled)
100[ 0.178181] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
101[ 0.179637] cpuidle: using governor menu
102[ 0.180106] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
103[ 0.181969] Serial: AMBA PL011 UART driver
104[ 0.209145] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
105[ 0.209186] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
106[ 0.209211] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
107[ 0.209235] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
108[ 0.212265] cryptd: max_cpu_qlen set to 1000
109[ 0.217835] ACPI: Interpreter disabled.
110[ 0.219695] iommu: Default domain type: Translated
111[ 0.220008] vgaarb: loaded
112[ 0.220515] SCSI subsystem initialized
113[ 0.221149] usbcore: registered new interface driver usbfs
114[ 0.221228] usbcore: registered new interface driver hub
115[ 0.221343] usbcore: registered new device driver usb
116[ 0.221614] usb_phy_generic phy: phy supply vcc not found, using dummy regulator
117[ 0.222604] pps_core: LinuxPPS API ver. 1 registered
118[ 0.222626] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
119[ 0.222672] PTP clock support registered
120[ 0.222862] EDAC MC: Ver: 3.0.0
121[ 0.224308] FPGA manager framework
122[ 0.224441] Advanced Linux Sound Architecture Driver Initialized.
123[ 0.225524] clocksource: Switched to clocksource arch_sys_counter
124[ 0.225784] VFS: Disk quotas dquot_6.6.0
125[ 0.225880] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
126[ 0.226188] pnp: PnP ACPI: disabled
127[ 0.234871] thermal_sys: Registered thermal governor 'step_wise'
128[ 0.234876] thermal_sys: Registered thermal governor 'power_allocator'
129[ 0.235327] NET: Registered protocol family 2
130[ 0.235911] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
131[ 0.235973] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
132[ 0.236110] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
133[ 0.236321] TCP: Hash tables configured (established 8192 bind 8192)
134[ 0.236539] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
135[ 0.236603] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
136[ 0.236815] NET: Registered protocol family 1
137[ 0.237443] RPC: Registered named UNIX socket transport module.
138[ 0.237468] RPC: Registered udp transport module.
139[ 0.237487] RPC: Registered tcp transport module.
140[ 0.237541] RPC: Registered tcp NFSv4.1 backchannel transport module.
141[ 0.237573] PCI: CLS 0 bytes, default 64
142[ 0.237840] Unpacking initramfs...
143[ 0.298512] Freeing initrd memory: 9144K
144[ 0.299631] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
145[ 0.299783] kvm [1]: IPA Size Limit: 40bits
146[ 0.301009] kvm [1]: Hyp mode initialized successfully
147[ 0.322652] Initialise system trusted keyrings
148[ 0.322933] workingset: timestamp_bits=44 max_order=18 bucket_order=0
149[ 0.333936] squashfs: version 4.0 (2009/01/31) Phillip Lougher
150[ 0.335135] NFS: Registering the id_resolver key type
151[ 0.335186] Key type id_resolver registered
152[ 0.335205] Key type id_legacy registered
153[ 0.335232] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
154[ 0.335482] 9p: Installing v9fs 9p2000 file system support
155[ 0.364161] Key type asymmetric registered
156[ 0.364197] Asymmetric key parser 'x509' registered
157[ 0.364288] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
158[ 0.364318] io scheduler mq-deadline registered
159[ 0.364337] io scheduler kyber registered
160[ 0.379253] EINJ: ACPI disabled.
161[ 0.397907] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
162[ 0.399605] printk: console [ttyS0] disabled
163[ 0.399709] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 61, base_baud = 31250000) is a 16550
164[ 1.162254] printk: console [ttyS0] enabled
165[ 1.168160] SuperH (H)SCI(F) driver initialized
166[ 1.173596] msm_serial: driver initialized
167[ 1.179540] cacheinfo: Unable to detect cache hierarchy for CPU 0
168[ 1.196978] loop: module loaded
169[ 1.201644] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
170[ 1.215227] libphy: Fixed MDIO Bus: probed
171[ 1.219890] tun: Universal TUN/TAP device driver, 1.6
172[ 1.226205] thunder_xcv, ver 1.0
173[ 1.229569] thunder_bgx, ver 1.0
174[ 1.232907] nicpf, ver 1.0
175[ 1.236520] hclge is initializing
176[ 1.239908] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
177[ 1.247264] hns3: Copyright (c) 2017 Huawei Corporation.
178[ 1.252748] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
179[ 1.258690] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
180[ 1.264785] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
181[ 1.271876] igb: Copyright (c) 2007-2014 Intel Corporation.
182[ 1.277607] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
183[ 1.285582] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
184[ 1.292097] sky2: driver version 1.30
185[ 1.296807] VFIO - User Level meta-driver version: 0.3
186[ 1.304347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
187[ 1.311020] ehci-pci: EHCI PCI platform driver
188[ 1.315599] ehci-platform: EHCI generic platform driver
189[ 1.321101] ehci-orion: EHCI orion driver
190[ 1.325331] ehci-exynos: EHCI EXYNOS driver
191[ 1.329720] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
192[ 1.336040] ohci-pci: OHCI PCI platform driver
193[ 1.340620] ohci-platform: OHCI generic platform driver
194[ 1.346101] ohci-exynos: OHCI EXYNOS driver
195[ 1.351058] usbcore: registered new interface driver usb-storage
196[ 1.361331] i2c /dev entries driver
197[ 1.371143] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
198[ 1.379018] sdhci: Secure Digital Host Controller Interface driver
199[ 1.385324] sdhci: Copyright(c) Pierre Ossman
200[ 1.390344] Synopsys Designware Multimedia Card Interface Driver
201[ 1.398072] sdhost-bcm2835 3f202000.mmc: unable to initialise DMA channel. Falling back to PIO
202[ 1.486988] sdhost-bcm2835 3f202000.mmc: loaded - DMA disabled
203[ 1.493096] sdhci-pltfm: SDHCI platform and OF driver helper
204[ 1.501600] ledtrig-cpu: registered to indicate activity on CPUs
205[ 1.509653] usbcore: registered new interface driver usbhid
206[ 1.515335] usbhid: USB HID core driver
207[ 1.520329] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
208[ 1.530763] NET: Registered protocol family 17
209[ 1.535582] 9pnet: Installing 9P2000 support
210[ 1.540015] Key type dns_resolver registered
211[ 1.544859] registered taskstats version 1
212[ 1.549112] Loading compiled-in X.509 certificates
213[ 1.564605] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 66, base_baud = 0) is a PL011 rev2
214[ 1.573930] serial serial0: tty port ttyAMA0 registered
215[ 1.592837] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-09-24 17:37
216[ 1.607967] mmc0: host does not support reading read-only switch, assuming write-enable
217[ 1.617859] dwc2 3f980000.usb: 3f980000.usb supply vusb_d not found, using dummy regulator
218[ 1.626378] mmc0: new high speed SDHC card at address 0001
219[ 1.632385] dwc2 3f980000.usb: 3f980000.usb supply vusb_a not found, using dummy regulator
220[ 1.641387] mmcblk0: mmc0:0001 00000 3.79 GiB
221[ 1.648231] mmcblk0: p1 p2
222[ 1.697889] dwc2 3f980000.usb: DWC OTG Controller
223[ 1.702739] dwc2 3f980000.usb: new USB bus registered, assigned bus number 1
224[ 1.709964] dwc2 3f980000.usb: irq 41, io mem 0x3f980000
225[ 1.716169] hub 1-0:1.0: USB hub found
226[ 1.720034] hub 1-0:1.0: 1 port detected
227[ 1.729479] sdhci-iproc 3f300000.sdhci: allocated mmc-pwrseq
228[ 1.767285] mmc1: SDHCI controller on 3f300000.sdhci [3f300000.sdhci] using PIO
229[ 1.780055] hctosys: unable to open rtc device (rtc0)
230[ 1.785560] ALSA device list:
231[ 1.788583] No soundcards found.
232[ 1.792562] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
233[ 1.798731] Freeing unused kernel memory: 5056K
234[ 1.799852] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
235[ 1.803485] Run /init as init process
236[ 1.810626] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
237[ 1.821363] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
238[ 1.891703] random: fast init done
239[ 1.902097] random: dd: uninitialized urandom read (512 bytes read)
240[ 1.937002] mmc1: new high speed SDIO card at address 0001
241[ 2.121561] usb 1-1: new high-speed USB device number 2 using dwc2
242[ 2.334383] hub 1-1:1.0: USB hub found
243[ 2.338295] hub 1-1:1.0: 5 ports detected
244[ 2.629553] usb 1-1.1: new high-speed USB device number 3 using dwc2
245[ 4.154095] random: crng init done