· 6 years ago · Nov 26, 2019, 08:32 PM
1pi@raspberrypi:~ $ dmesg
2[ 0.000000] Booting Linux on physical CPU 0x0
3[ 0.000000] Linux version 4.19.86-v7+ (user@android) (gcc version 7.4.0 (Ubun tu/Linaro 7.4.0-1ubuntu1~18.04.1)) #2 SMP Tue Nov 26 14:53:38 CET 2019
4[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
5[ 0.000000] CPU: div instructions available: patching division code
6[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instructio n cache
7[ 0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
8[ 0.000000] Memory policy: Data cache writealloc
9[ 0.000000] cma: Reserved 8 MiB at 0x3ac00000
10[ 0.000000] On node 0 totalpages: 242688
11[ 0.000000] Normal zone: 2133 pages used for memmap
12[ 0.000000] Normal zone: 0 pages reserved
13[ 0.000000] Normal zone: 242688 pages, LIFO batch:63
14[ 0.000000] random: get_random_bytes called from start_kernel+0xb0/0x4b4 with crng_init=0
15[ 0.000000] percpu: Embedded 16 pages/cpu s36684 r8192 d20660 u65536
16[ 0.000000] pcpu-alloc: s36684 r8192 d20660 u65536 alloc=16*4096
17[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
18[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 240555
19[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 bcm2708_fb. fbwidth=1280 bcm2708_fb.fbheight=1024 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec0 0000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID =d9b3f436-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet sp lash plymouth.ignore-serial-consoles
20[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
21[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
22[ 0.000000] Memory: 939056K/970752K available (8192K kernel code, 677K rwdata , 2216K rodata, 1024K init, 821K bss, 23504K reserved, 8192K cma-reserved)
23[ 0.000000] Virtual kernel memory layout:
24 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
25 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
26 vmalloc : 0xbb800000 - 0xff800000 (1088 MB)
27 lowmem : 0x80000000 - 0xbb400000 ( 948 MB)
28 modules : 0x7f000000 - 0x80000000 ( 16 MB)
29 .text : 0x(ptrval) - 0x(ptrval) (9184 kB)
30 .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
31 .data : 0x(ptrval) - 0x(ptrval) ( 678 kB)
32 .bss : 0x(ptrval) - 0x(ptrval) ( 822 kB)
33[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
34[ 0.000000] ftrace: allocating 26839 entries in 79 pages
35[ 0.000000] rcu: Hierarchical RCU implementation.
36[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
37[ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
38[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
39[ 0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 43980 46511078ns
40[ 0.000017] Switching to timer-based delay loop, resolution 52ns
41[ 0.000267] Console: colour dummy device 80x30
42[ 0.000286] console [tty1] enabled
43[ 0.000328] Calibrating delay loop (skipped), value calculated using timer fr equency.. 38.40 BogoMIPS (lpj=192000)
44[ 0.000345] pid_max: default: 32768 minimum: 301
45[ 0.000663] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
46[ 0.000679] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
47[ 0.001629] CPU: Testing write buffer coherency: ok
48[ 0.002104] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
49[ 0.002756] Setting up static identity map for 0x100000 - 0x10003c
50[ 0.002907] rcu: Hierarchical SRCU implementation.
51[ 0.003712] smp: Bringing up secondary CPUs ...
52[ 0.004547] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
53[ 0.005473] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
54[ 0.006336] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
55[ 0.006458] smp: Brought up 1 node, 4 CPUs
56[ 0.006469] SMP: Total of 4 processors activated (153.60 BogoMIPS).
57[ 0.006475] CPU: All CPU(s) started in HYP mode.
58[ 0.006480] CPU: Virtualization extensions available.
59[ 0.006537] CPU3: update max cpu_capacity 1024
60[ 0.007469] devtmpfs: initialized
61[ 0.014555] CPU1: update max cpu_capacity 1024
62[ 0.020245] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
63[ 0.020475] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ma x_idle_ns: 19112604462750000 ns
64[ 0.020494] futex hash table entries: 1024 (order: 4, 65536 bytes)
65[ 0.021097] pinctrl core: initialized pinctrl subsystem
66[ 0.021948] NET: Registered protocol family 16
67[ 0.024951] DMA: preallocated 1024 KiB pool for atomic coherent allocations
68[ 0.030510] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
69[ 0.030518] hw-breakpoint: maximum watchpoint size is 8 bytes.
70[ 0.030706] Serial: AMBA PL011 UART driver
71[ 0.032943] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
72[ 0.066860] bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dma chans=0x1
73[ 0.068483] SCSI subsystem initialized
74[ 0.068694] usbcore: registered new interface driver usbfs
75[ 0.068754] usbcore: registered new interface driver hub
76[ 0.068846] usbcore: registered new device driver usb
77[ 0.080382] raspberrypi-firmware soc:firmware: Attached to firmware from 2019 -09-24 17:37, variant start
78[ 0.090229] raspberrypi-firmware soc:firmware: Firmware hash is 6820edeee4ef3 891b95fc01cf02a7abd7ca52f17
79[ 0.101845] clocksource: Switched to clocksource arch_sys_counter
80[ 0.197315] VFS: Disk quotas dquot_6.6.0
81[ 0.197396] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
82[ 0.197579] FS-Cache: Loaded
83[ 0.197789] CacheFiles: Loaded
84[ 0.207727] NET: Registered protocol family 2
85[ 0.208553] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
86[ 0.208591] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
87[ 0.208700] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
88[ 0.208886] TCP: Hash tables configured (established 8192 bind 8192)
89[ 0.209021] UDP hash table entries: 512 (order: 2, 16384 bytes)
90[ 0.209071] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
91[ 0.209289] NET: Registered protocol family 1
92[ 0.209881] RPC: Registered named UNIX socket transport module.
93[ 0.209887] RPC: Registered udp transport module.
94[ 0.209893] RPC: Registered tcp transport module.
95[ 0.209898] RPC: Registered tcp NFSv4.1 backchannel transport module.
96[ 0.211580] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counter s available
97[ 0.214610] Initialise system trusted keyrings
98[ 0.214801] workingset: timestamp_bits=13 max_order=18 bucket_order=5
99[ 0.224371] FS-Cache: Netfs 'nfs' registered for caching
100[ 0.224923] NFS: Registering the id_resolver key type
101[ 0.224949] Key type id_resolver registered
102[ 0.224955] Key type id_legacy registered
103[ 0.224971] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
104[ 0.227249] Key type asymmetric registered
105[ 0.227257] Asymmetric key parser 'x509' registered
106[ 0.227306] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 50)
107[ 0.227462] io scheduler noop registered
108[ 0.227469] io scheduler deadline registered (default)
109[ 0.227662] io scheduler cfq registered
110[ 0.227669] io scheduler mq-deadline registered (default)
111[ 0.227676] io scheduler kyber registered
112[ 0.230853] bcm2708_fb soc:fb: FB found 1 display(s)
113[ 0.250884] Console: switching to colour frame buffer device 160x64
114[ 0.262364] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 128 0x1024
115[ 0.264459] bcm2835-rng 3f104000.rng: hwrng registered
116[ 0.264763] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000 000(1024 MiB)
117[ 0.265250] vc-sm: Videocore shared memory driver
118[ 0.265561] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f2 00000
119[ 0.276079] brd: module loaded
120[ 0.286098] loop: module loaded
121[ 0.286687] Loading iSCSI transport class v2.0-870.
122[ 0.287391] libphy: Fixed MDIO Bus: probed
123[ 0.287489] usbcore: registered new interface driver lan78xx
124[ 0.287553] usbcore: registered new interface driver smsc95xx
125[ 0.287570] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
126[ 0.315413] dwc_otg 3f980000.usb: base=(ptrval)
127[ 0.515651] Core Release: 2.80a
128[ 0.515661] Setting default values for core params
129[ 0.515688] Finished setting default values for core params
130[ 0.715991] Using Buffer DMA mode
131[ 0.715998] Periodic Transfer Interrupt Enhancement - disabled
132[ 0.716004] Multiprocessor Interrupt Enhancement - disabled
133[ 0.716011] OTG VER PARAM: 0, OTG VER FLAG: 0
134[ 0.716029] Dedicated Tx FIFOs mode
135[ 0.716468] WARN::dwc_otg_hcd_init:1045: FIQ DMA bounce buffers: virt = bad04 000 dma = 0xfad04000 len=9024
136[ 0.716493] FIQ FSM acceleration enabled for :
137 Non-periodic Split Transactions
138 Periodic Split Transactions
139 High-Speed Isochronous Endpoints
140 Interrupt/Control Split Transaction hack enabled
141[ 0.716501] dwc_otg: Microframe scheduler enabled
142[ 0.716557] WARN::hcd_init_fiq:457: FIQ on core 1
143[ 0.716569] WARN::hcd_init_fiq:458: FIQ ASM at 8068ad94 length 36
144[ 0.716581] WARN::hcd_init_fiq:497: MPHI regs_base at bb810000
145[ 0.716599] dwc_otg 3f980000.usb: DWC OTG Controller
146[ 0.716633] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
147[ 0.716668] dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
148[ 0.716715] Init: Port Power? op_state=1
149[ 0.716721] Init: Power Port (0)
150[ 0.716972] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bc dDevice= 4.19
151[ 0.716983] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
152[ 0.716992] usb usb1: Product: DWC OTG Controller
153[ 0.717001] usb usb1: Manufacturer: Linux 4.19.86-v7+ dwc_otg_hcd
154[ 0.717010] usb usb1: SerialNumber: 3f980000.usb
155[ 0.717623] hub 1-0:1.0: USB hub found
156[ 0.717674] hub 1-0:1.0: 1 port detected
157[ 0.718242] dwc_otg: FIQ enabled
158[ 0.718248] dwc_otg: NAK holdoff enabled
159[ 0.718253] dwc_otg: FIQ split-transaction FSM enabled
160[ 0.718263] Module dwc_common_port init
161[ 0.718533] usbcore: registered new interface driver usb-storage
162[ 0.718707] mousedev: PS/2 mouse device common for all mice
163[ 0.719550] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
164[ 0.719781] bcm2835-cpufreq: min=600000 max=1200000
165[ 0.720233] sdhci: Secure Digital Host Controller Interface driver
166[ 0.720238] sdhci: Copyright(c) Pierre Ossman
167[ 0.720605] mmc-bcm2835 3f300000.mmcnr: could not get clk, deferring probe
168[ 0.720986] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
169[ 0.721109] sdhci-pltfm: SDHCI platform and OF driver helper
170[ 0.722638] ledtrig-cpu: registered to indicate activity on CPUs
171[ 0.722830] hidraw: raw HID events driver (C) Jiri Kosina
172[ 0.723001] usbcore: registered new interface driver usbhid
173[ 0.723006] usbhid: USB HID core driver
174[ 0.723948] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
175[ 0.725409] [vc_sm_connected_init]: start
176[ 0.734326] [vc_sm_connected_init]: end - returning 0
177[ 0.735423] Initializing XFRM netlink socket
178[ 0.735447] NET: Registered protocol family 17
179[ 0.735556] Key type dns_resolver registered
180[ 0.736072] Registering SWP/SWPB emulation handler
181[ 0.736720] registered taskstats version 1
182[ 0.736736] Loading compiled-in X.509 certificates
183[ 0.743546] uart-pl011 3f201000.serial: cts_event_workaround enabled
184[ 0.743623] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
185[ 0.745407] mmc-bcm2835 3f300000.mmcnr: mmc_debug:0 mmc_debug2:0
186[ 0.745417] mmc-bcm2835 3f300000.mmcnr: DMA channel allocated
187[ 0.771689] sdhost: log_buf @ (ptrval) (fad07000)
188[ 0.811254] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
189[ 0.812833] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
190[ 0.814398] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
191[ 0.817203] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
192[ 0.819623] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
193[ 0.820967] of_cfs_init
194[ 0.821127] of_cfs_init: OK
195[ 0.821743] Waiting for root device PARTUUID=d9b3f436-02...
196[ 0.888826] random: fast init done
197[ 0.907325] mmc0: host does not support reading read-only switch, assuming wr ite-enable
198[ 0.911650] mmc0: new high speed SDHC card at address aaaa
199[ 0.912974] mmcblk0: mmc0:aaaa SS04G 3.69 GiB
200[ 0.915246] mmcblk0: p1 p2
201[ 0.931824] mmc1: new high speed SDIO card at address 0001
202[ 0.938729] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesyst em
203[ 0.938737] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
204[ 0.941979] Indeed it is in host mode hprt0 = 00021501
205[ 1.151910] usb 1-1: new high-speed USB device number 2 using dwc_otg
206[ 1.152056] Indeed it is in host mode hprt0 = 00001101
207[ 1.392132] usb 1-1: New USB device found, idVendor=0424, idProduct=9514, bcd Device= 2.00
208[ 1.392144] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
209[ 1.392784] hub 1-1:1.0: USB hub found
210[ 1.392874] hub 1-1:1.0: 5 ports detected
211[ 1.515025] EXT4-fs (mmcblk0p2): recovery complete
212[ 1.530281] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. O pts: (null)
213[ 1.530338] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
214[ 1.531254] devtmpfs: mounted
215[ 1.536290] Freeing unused kernel memory: 1024K
216[ 1.536688] Run /sbin/init as init process
217[ 1.711909] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
218[ 1.842239] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00, b cdDevice= 2.00
219[ 1.842254] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber =0
220[ 1.844963] smsc95xx v1.0.6
221[ 1.935545] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb- 1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:d0:12:5a
222[ 2.085670] systemd[1]: System time before build time, advancing clock.
223[ 2.139082] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SEL INUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL + XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybr id)
224[ 2.139971] systemd[1]: Detected architecture arm.
225[ 2.148082] systemd[1]: Set hostname to <raspberrypi>.
226[ 2.155963] systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argumen t
227[ 2.421922] usb 1-1.2: new low-speed USB device number 4 using dwc_otg
228[ 2.591635] dwc_otg: DEVICE:004 : update_urb_state_xfer_comp:751:trimming xfe r length
229[ 2.591797] usb 1-1.2: New USB device found, idVendor=1a2c, idProduct=0b24, b cdDevice= 1.10
230[ 2.591809] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber =0
231[ 2.591818] usb 1-1.2: Product: USB Keyboard
232[ 2.591866] usb 1-1.2: Manufacturer: USB
233[ 2.603796] input: USB USB Keyboard as /devices/platform/soc/3f980000.usb/usb 1/1-1/1-1.2/1-1.2:1.0/0003:1A2C:0B24.0001/input/input0
234[ 2.672540] hid-generic 0003:1A2C:0B24.0001: input,hidraw0: USB HID v1.10 Key board [USB USB Keyboard] on usb-3f980000.usb-1.2/input0
235[ 2.690353] input: USB USB Keyboard Mouse as /devices/platform/soc/3f980000.u sb/usb1/1-1/1-1.2/1-1.2:1.1/0003:1A2C:0B24.0002/input/input1
236[ 2.690765] input: USB USB Keyboard System Control as /devices/platform/soc/3 f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:1A2C:0B24.0002/input/input2
237[ 2.752235] input: USB USB Keyboard Consumer Control as /devices/platform/soc /3f980000.usb/usb1/1-1/1-1.2/1-1.2:1.1/0003:1A2C:0B24.0002/input/input3
238[ 2.752466] hid-generic 0003:1A2C:0B24.0002: input,hidraw1: USB HID v1.10 Mou se [USB USB Keyboard] on usb-3f980000.usb-1.2/input1
239[ 2.960591] random: systemd: uninitialized urandom read (16 bytes read)
240[ 2.972253] random: systemd: uninitialized urandom read (16 bytes read)
241[ 2.972651] systemd[1]: Listening on initctl Compatibility Named Pipe.
242[ 2.973180] random: systemd: uninitialized urandom read (16 bytes read)
243[ 2.977119] systemd[1]: Created slice User and Session Slice.
244[ 2.977845] systemd[1]: Listening on fsck to fsckd communication Socket.
245[ 2.997044] systemd[1]: Condition check resulted in Journal Audit Socket bein g skipped.
246[ 2.997721] systemd[1]: Listening on udev Kernel Socket.
247[ 2.997938] systemd[1]: Reached target Slices.
248[ 3.051942] usb 1-1.4: new full-speed USB device number 5 using dwc_otg
249[ 3.187884] usb 1-1.4: New USB device found, idVendor=145f, idProduct=01ac, b cdDevice= 1.00
250[ 3.187901] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber =0
251[ 3.187911] usb 1-1.4: Product: Trust Gaming Mouse
252[ 3.187920] usb 1-1.4: Manufacturer: HID-compliant Mouse
253[ 3.192752] input: HID-compliant Mouse Trust Gaming Mouse as /devices/platfor m/soc/3f980000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:145F:01AC.0003/input/input4
254[ 3.193318] hid-generic 0003:145F:01AC.0003: input,hidraw2: USB HID v1.10 Mou se [HID-compliant Mouse Trust Gaming Mouse] on usb-3f980000.usb-1.4/input0
255[ 3.646246] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
256[ 3.776849] systemd-journald[109]: Received request to flush runtime journal from PID 1
257[ 7.580571] random: crng init done
258[ 7.580596] random: 7 urandom warning(s) missed due to ratelimiting
259[ 7.756802] uart-pl011 3f201000.serial: no DMA platform data
260[ 8.234402] smsc95xx 1-1.1:1.0 eth0: hardware isn't capable of remote wakeup
261[ 8.484558] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:1 02396k SSFS
262[ 9.798302] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC5E 1
263pi@raspberrypi:~ $
264
265pi@raspberrypi:~ $ lsusb
266Bus 001 Device 005: ID 145f:01ac Trust
267Bus 001 Device 004: ID 1a2c:0b24 China Resource Semico Co., Ltd
268Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
269Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
270Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
271pi@raspberrypi:~ $
272pi@raspberrypi:~ $ lspci
273pcilib: Cannot open /proc/bus/pci
274lspci: Cannot find any working access method.
275pi@raspberrypi:~ $
276pi@raspberrypi:~ $ cat /proc/cpuinfo
277processor : 0
278model name : ARMv7 Processor rev 4 (v7l)
279BogoMIPS : 38.40
280Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
281CPU implementer : 0x41
282CPU architecture: 7
283CPU variant : 0x0
284CPU part : 0xd03
285CPU revision : 4
286
287processor : 1
288model name : ARMv7 Processor rev 4 (v7l)
289BogoMIPS : 38.40
290Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
291CPU implementer : 0x41
292CPU architecture: 7
293CPU variant : 0x0
294CPU part : 0xd03
295CPU revision : 4
296
297processor : 2
298model name : ARMv7 Processor rev 4 (v7l)
299BogoMIPS : 38.40
300Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
301CPU implementer : 0x41
302CPU architecture: 7
303CPU variant : 0x0
304CPU part : 0xd03
305CPU revision : 4
306
307processor : 3
308model name : ARMv7 Processor rev 4 (v7l)
309BogoMIPS : 38.40
310Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
311CPU implementer : 0x41
312CPU architecture: 7
313CPU variant : 0x0
314CPU part : 0xd03
315CPU revision : 4
316
317Hardware : BCM2835
318Revision : a02082
319Serial : 00000000f0d0125a
320Model : Raspberry Pi 3 Model B Rev 1.2
321pi@raspberrypi:~ $
322pi@raspberrypi:~ $ uname -a
323Linux raspberrypi 4.19.86-v7+ #2 SMP Tue Nov 26 14:53:38 CET 2019 armv7l GNU/Linux
324pi@raspberrypi:~ $