· 6 years ago · Mar 25, 2020, 12:04 PM
1
2U-Boot 2020.01-00822-gcc21385-dirty (Mar 25 2020 - 17:26:23 +0530)
3cubieboard7
4
5DRAM: 1 GiB
6PSCI: v0.2
7MMC:
8In: serial@e0126000
9Out: serial@e0126000
10Err: serial@e0126000
11Net:
12Warning: ethernet@e0220000 using MAC address from ROM
13eth0: ethernet@e0220000
14Hit any key to stop autoboot: 0
15U-Boot =>
16U-Boot =>
17U-Boot =>
18U-Boot =>
19U-Boot =>
20U-Boot => setenv fdt_high 0xffffffffffffffff;setenv kernel_addr_r 0x80000;setenv fdt_addr_r 0x10000000
21U-Boot => setenv bootargs console=ttyOWL,115200 earlycon=owl,0xe0126000 root=/dev/mmcblk0p2 real_rootflags=rw
22U-Boot => setenv ipaddr 192.168.1.4;setenv serverip 192.168.1.7;ping 192.168.1.7
23Speed: 100, full duplex
24Using ethernet@e0220000 device
25host 192.168.1.7 is alive
26U-Boot => tftp $kernel_addr_r Image;tftp $fdt_addr_r s700-cubieboard7.dtb;booti $kernel_addr_r - $fdt_addr_r
27Speed: 100, full duplex
28Using ethernet@e0220000 device
29TFTP from server 192.168.1.7; our IP address is 192.168.1.4
30Filename 'Image'.
31Load address: 0x80000
32Loading: #################################################################
33 #################################################################
34 #################################################################
35 #################################################################
36 #################################################################
37 #################################################################
38 #################################################################
39 #################################################################
40 #################################################################
41 #################################################################
42 #################################################################
43 #################################################################
44 #################################################################
45 #################################################################
46 #################################################################
47 #################################################################
48 #################################################################
49 #################################################################
50 #################################################################
51 #################################################################
52 #################################################################
53 #################################################################
54 #################################################################
55 #################################################################
56 #################################################################
57 #################################################################
58 #################################################################
59 #################################################################
60 #################################################################
61 #################################################################
62 #################################################################
63 #################################################################
64 #################################################################
65 #################################################################
66 #################################################################
67 #################################################################
68 #################################################################
69 #################################################################
70 #################################################################
71 #################################################################
72 #################################################################
73 #################################################################
74 #################################################################
75 #################################################################
76 #################################################################
77 #################################################################
78 #################################################################
79 #################################################################
80 #################################################################
81 #################################################################
82 #################################################################
83 #################################################################
84 #################################################################
85 #################################################################
86 #################################################################
87 #################################################################
88 #################################################################
89 #################################################################
90 #################################################################
91 #################################################################
92 #################################################################
93 #################################################################
94 #################################################################
95 #################################################################
96 #################################################################
97 #################################################################
98 #################################################################
99 #################################################################
100 #################################################################
101 #################################################################
102 #################################################################
103 #################################################################
104 #################################################################
105 #################################################################
106 #################################################################
107 #################################################################
108 #################################################################
109 #################################################################
110 #################################################################
111 #################################################################
112 #################################################################
113 #################################################################
114 ###########################################
115 1.3 MiB/s
116done
117Bytes transferred = 27509248 (1a3c200 hex)
118Speed: 100, full duplex
119Using ethernet@e0220000 device
120TFTP from server 192.168.1.7; our IP address is 192.168.1.4
121Filename 's700-cubieboard7.dtb'.
122Load address: 0x10000000
123Loading: ##
124 872.1 KiB/s
125done
126Bytes transferred = 5363 (14f3 hex)
127## Flattened Device Tree blob at 10000000
128 Booting using the fdt blob at 0x10000000
129 Using Device Tree in place at 0000000010000000, end 00000000100044f2
130
131Starting kernel ...
132
133[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
134[ 0.000000] Linux version 5.6.0-rc6-00012-g7080a8a-dirty (amit@amit-ThinkPad-X230) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision0
135[ 0.000000] Machine model: CubieBoard7
136[ 0.000000] earlycon: owl0 at MMIO 0x00000000e0126000 (options '')
137[ 0.000000] printk: bootconsole [owl0] enabled
138[ 0.000000] efi: Getting EFI parameters from FDT:
139[ 0.000000] efi: UEFI not found.
140[ 0.000000] cma: Reserved 32 MiB at 0x000000003e000000
141[ 0.000000] NUMA: No NUMA configuration found
142[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
143[ 0.000000] NUMA: NODE_DATA [mem 0x3ddfd100-0x3ddfefff]
144[ 0.000000] Zone ranges:
145[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
146[ 0.000000] DMA32 empty
147[ 0.000000] Normal empty
148[ 0.000000] Movable zone start for each node
149[ 0.000000] Early memory node ranges
150[ 0.000000] node 0: [mem 0x0000000000000000-0x000000001effffff]
151[ 0.000000] node 0: [mem 0x0000000020000000-0x000000003fffffff]
152[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff]
153[ 0.000000] psci: probing for conduit method from DT.
154[ 0.000000] psci: PSCIv0.2 detected in firmware.
155[ 0.000000] psci: Using standard PSCI v0.2 function IDs
156[ 0.000000] psci: Trusted OS migration not required
157[ 0.000000] percpu: Embedded 23 pages/cpu s53272 r8192 d32744 u94208
158[ 0.000000] Detected VIPT I-cache on CPU0
159[ 0.000000] CPU features: detected: ARM erratum 845719
160[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 253952
161[ 0.000000] Policy zone: DMA
162[ 0.000000] Kernel command line: console=ttyOWL,115200 earlycon=owl,0xe0126000 root=/dev/mmcblk0p2 real_rootflags=rw
163[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
164[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
165[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
166[ 0.000000] Memory: 951708K/1032192K available (12604K kernel code, 1968K rwdata, 6932K rodata, 5312K init, 464K bss, 47716K reserved, 3276)
167[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
168[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
169[ 0.000000] rcu: RCU event tracing is enabled.
170[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
171[ 0.000000] Tasks RCU enabled.
172[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
173[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
174[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
175[ 0.000000] GIC: Using split EOI/Deactivate mode
176[ 0.000000] random: get_random_bytes called from start_kernel+0x2a8/0x444 with crng_init=0
177[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
178[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
179[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
180[ 0.008161] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
181[ 0.015968] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
182[ 0.025296] Console: colour dummy device 80x25
183[ 0.029816] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
184[ 0.040065] pid_max: default: 32768 minimum: 301
185[ 0.044780] LSM: Security Framework initializing
186[ 0.049461] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
187[ 0.056850] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
188[ 0.096658] rcu: Hierarchical SRCU implementation.
189[ 0.110048] EFI services will not be available.
190[ 0.122560] smp: Bringing up secondary CPUs ...
191[ 0.159314] Detected VIPT I-cache on CPU1
192[ 0.159382] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
193[ 0.191287] Detected VIPT I-cache on CPU2
194[ 0.191329] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
195[ 0.223282] Detected VIPT I-cache on CPU3
196[ 0.223321] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
197[ 0.223408] smp: Brought up 1 node, 4 CPUs
198[ 0.259008] SMP: Total of 4 processors activated.
199[ 0.263706] CPU features: detected: 32-bit EL0 Support
200[ 0.268855] CPU features: detected: CRC32 instructions
201[ 0.282773] CPU: All CPU(s) started at EL2
202[ 0.286899] alternatives: patching kernel code
203[ 0.292860] devtmpfs: initialized
204[ 0.298240] KASLR disabled due to lack of seed
205[ 0.303121] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
206[ 0.312864] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
207[ 0.321247] pinctrl core: initialized pinctrl subsystem
208[ 0.327699] thermal_sys: Registered thermal governor 'step_wise'
209[ 0.327703] thermal_sys: Registered thermal governor 'power_allocator'
210[ 0.333829] DMI not present or invalid.
211[ 0.344939] NET: Registered protocol family 16
212[ 0.356941] DMA: preallocated 256 KiB pool for atomic allocations
213[ 0.363043] audit: initializing netlink subsys (disabled)
214[ 0.368611] audit: type=2000 audit(0.284:1): state=initialized audit_enabled=0 res=1
215[ 0.376370] cpuidle: using governor menu
216[ 0.380584] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
217[ 0.387461] ASID allocator initialised with 65536 entries
218[ 0.394020] Serial: AMBA PL011 UART driver
219[ 0.402917] pinctrl-s700 e01b0000.pinctrl: can't request region for resource [mem 0xe01b0000-0xe01b0fff]
220[ 0.412404] pinctrl-s700: probe of e01b0000.pinctrl failed with error -16
221[ 0.430041] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
222[ 0.436745] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
223[ 0.443433] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
224[ 0.450121] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
225[ 0.459439] cryptd: max_cpu_qlen set to 1000
226[ 0.468376] ACPI: Interpreter disabled.
227[ 0.473032] iommu: Default domain type: Translated
228[ 0.478118] vgaarb: loaded
229[ 0.481187] SCSI subsystem initialized
230[ 0.485413] usbcore: registered new interface driver usbfs
231[ 0.490944] usbcore: registered new interface driver hub
232[ 0.496321] usbcore: registered new device driver usb
233[ 0.501782] pps_core: LinuxPPS API ver. 1 registered
234[ 0.506739] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
235[ 0.515867] PTP clock support registered
236[ 0.519869] EDAC MC: Ver: 3.0.0
237[ 0.523934] FPGA manager framework
238[ 0.527416] Advanced Linux Sound Architecture Driver Initialized.
239[ 0.534393] clocksource: Switched to clocksource arch_sys_counter
240[ 0.540758] VFS: Disk quotas dquot_6.6.0
241[ 0.544747] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
242[ 0.551845] pnp: PnP ACPI: disabled
243[ 0.563077] NET: Registered protocol family 2
244[ 0.567904] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
245[ 0.576269] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
246[ 0.584090] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
247[ 0.591489] TCP: Hash tables configured (established 8192 bind 8192)
248[ 0.597965] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
249[ 0.604604] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
250[ 0.611808] NET: Registered protocol family 1
251[ 0.616659] RPC: Registered named UNIX socket transport module.
252[ 0.622583] RPC: Registered udp transport module.
253[ 0.627305] RPC: Registered tcp transport module.
254[ 0.632004] RPC: Registered tcp NFSv4.1 backchannel transport module.
255[ 0.638442] PCI: CLS 0 bytes, default 64
256[ 0.643402] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
257[ 0.651726] kvm [1]: IPA Size Limit: 40bits
258[ 0.656995] kvm [1]: vgic interrupt IRQ1
259[ 0.661070] kvm [1]: Hyp mode initialized successfully
260[ 0.669169] Initialise system trusted keyrings
261[ 0.673765] workingset: timestamp_bits=44 max_order=18 bucket_order=0
262[ 0.689373] squashfs: version 4.0 (2009/01/31) Phillip Lougher
263[ 0.696155] NFS: Registering the id_resolver key type
264[ 0.701234] Key type id_resolver registered
265[ 0.705409] Key type id_legacy registered
266[ 0.709421] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
267[ 0.716317] 9p: Installing v9fs 9p2000 file system support
268[ 0.723047] jitterentropy: Initialization failed with host not compliant with requirements: 2
269[ 0.731558] Key type asymmetric registered
270[ 0.735647] Asymmetric key parser 'x509' registered
271[ 0.740546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
272[ 0.747930] io scheduler mq-deadline registered
273[ 0.752451] io scheduler kyber registered
274[ 0.762710] EINJ: ACPI disabled.
275[ 0.774858] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
276[ 0.783375] SuperH (H)SCI(F) driver initialized
277[ 0.788252] msm_serial: driver initialized
278[ 0.792946] e0126000.serial: ttyOWL3 at MMIO 0xe0126000 (irq = 11, base_baud = 57692) is a owl-uart
279[ 0.802919] cacheinfo: Unable to detect cache hierarchy for CPU 0
280[ 0.817315] loop: module loaded
281[ 0.824616] libphy: Fixed MDIO Bus: probed
282[ 0.829080] tun: Universal TUN/TAP device driver, 1.6
283[ 0.834736] thunder_xcv, ver 1.0
284[ 0.837993] thunder_bgx, ver 1.0
285[ 0.841259] nicpf, ver 1.0
286[ 0.844350] hclge is initializing
287[ 0.847887] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
288[ 0.855104] hns3: Copyright (c) 2017 Huawei Corporation.
289[ 0.860481] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
290[ 0.866303] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
291[ 0.872263] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
292[ 0.879213] igb: Copyright (c) 2007-2014 Intel Corporation.
293[ 0.884821] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
294[ 0.892640] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
295[ 0.898816] sky2: driver version 1.30
296[ 0.903059] VFIO - User Level meta-driver version: 0.3
297[ 0.909591] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
298[ 0.916144] ehci-pci: EHCI PCI platform driver
299[ 0.920642] ehci-platform: EHCI generic platform driver
300[ 0.925948] ehci-orion: EHCI orion driver
301[ 0.930017] ehci-exynos: EHCI Exynos driver
302[ 0.934260] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
303[ 0.940453] ohci-pci: OHCI PCI platform driver
304[ 0.944928] ohci-platform: OHCI generic platform driver
305[ 0.950216] ohci-exynos: OHCI Exynos driver
306[ 0.954731] usbcore: registered new interface driver usb-storage
307[ 0.962779] i2c /dev entries driver
308[ 0.969895] sdhci: Secure Digital Host Controller Interface driver
309[ 0.976073] sdhci: Copyright(c) Pierre Ossman
310[ 0.980715] Synopsys Designware Multimedia Card Interface Driver
311[ 0.987358] sdhci-pltfm: SDHCI platform and OF driver helper
312[ 0.994062] ledtrig-cpu: registered to indicate activity on CPUs
313[ 1.001347] usbcore: registered new interface driver usbhid
314[ 1.006919] usbhid: USB HID core driver
315[ 1.014352] NET: Registered protocol family 17
316[ 1.019033] 9pnet: Installing 9P2000 support
317[ 1.023361] Key type dns_resolver registered
318[ 1.028047] registered taskstats version 1
319[ 1.032144] Loading compiled-in X.509 certificates
320[ 1.050682] hctosys: unable to open rtc device (rtc0)