Advertisement
RobertBerger

raspi-4-u-boot-network

Sep 9th, 2020
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.36 KB | None | 0 0
  1. U-Boot 2020.07 (Jul 06 2020 - 19:22:53 +0000)
  2.  
  3. DRAM: 7.9 GiB
  4. RPI 4 Model B (0xd03114)
  5. MMC: mmcnr@7e300000: 1, emmc2@7e340000: 0
  6. Loading Environment from FAT... *** Warning - bad CRC, using default environment
  7.  
  8. In: serial
  9. Out: serial
  10. Err: serial
  11. Net: eth0: ethernet@7d580000
  12. Hit any key to stop autoboot: 0
  13. U-Boot>
  14. U-Boot>
  15. U-Boot>
  16. U-Boot> setenv autoload no
  17. U-Boot> dhcp
  18. BOOTP broadcast 1
  19. DHCP client bound to address 192.168.42.76 (3 ms)
  20. U-Boot> setenv serverip 192.168.42.108
  21. U-Boot> setenv kernel Image
  22. U-Boot> setenv bootfile ${hostname}/${kernel}
  23. U-Boot> setenv kernel_netload tftp ${kernel_addr_r} ${bootfile}
  24. U-Boot> setenv fdt bcm2711-rpi-4-b.dtb
  25. U-Boot> setenv myfdtfile ${hostname}/${fdt}
  26. U-Boot> setenv fdt_netload tftp ${fdt_addr_r} ${myfdtfile}
  27. U-Boot> run kernel_netload
  28. Using ethernet@7d580000 device
  29. TFTP from server 192.168.42.108; our IP address is 192.168.42.76
  30. Filename 'raspi4-8G-2/Image'.
  31. Load address: 0x80000
  32. Loading: #################################################################
  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. 10.2 MiB/s
  69. done
  70. Bytes transferred = 34073088 (207ea00 hex)
  71. U-Boot> run fdt_netload
  72. Using ethernet@7d580000 device
  73. TFTP from server 192.168.42.108; our IP address is 192.168.42.76
  74. Filename 'raspi4-8G-2/bcm2711-rpi-4-b.dtb'.
  75. Load address: 0x2600000
  76. Loading: ####
  77. 5.7 MiB/s
  78. done
  79. Bytes transferred = 47463 (b967 hex)
  80. U-Boot> booti ${kernel_addr_r} - ${fdt_addr}
  81. ## Flattened Device Tree blob at 2eff4100
  82. Booting using the fdt blob at 0x2eff4100
  83. Using Device Tree in place at 000000002eff4100, end 000000002f002fb8
  84.  
  85. Starting kernel ...
  86.  
  87. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  88. [ 0.000000] Linux version 5.8.5-custom-ml-std (oe-user@oe-host) (aarch64-resy-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP PREEMPT Thu Aug 27 07:31:49 UTC 2020
  89. [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
  90. [ 0.000000] efi: UEFI not found.
  91. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
  92. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  93. [ 0.000000] NUMA: No NUMA configuration found
  94. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000001ffffffff]
  95. [ 0.000000] NUMA: NODE_DATA [mem 0x1ff006100-0x1ff007fff]
  96. [ 0.000000] Zone ranges:
  97. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
  98. [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
  99. [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
  100. [ 0.000000] Movable zone start for each node
  101. [ 0.000000] Early memory node ranges
  102. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
  103. [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
  104. [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
  105. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
  106. [ 0.000000] percpu: Embedded 31 pages/cpu s87320 r8192 d31464 u126976
  107. [ 0.000000] Detected PIPT I-cache on CPU0
  108. [ 0.000000] CPU features: detected: EL2 vector hardening
  109. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  110. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  111. [ 0.000000] ARM_SMCCC_ARCH_WORKAROUND_1 missing from firmware
  112. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  113. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848
  114. [ 0.000000] Policy zone: Normal
  115. [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 smsc95xx.macaddr=DC:A6:32:B8:81:F8 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 root=/dev/nfs rootfstype=nfs nfsroot=192.168.42.108:/opt/poky/raspi-4-rootfs,v3,tcp ip=dhcp rootwait
  116. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
  117. [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  118. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  119. [ 0.000000] software IO TLB: mapped [mem 0x37400000-0x3b400000] (64MB)
  120. [ 0.000000] Memory: 7723048K/8245248K available (15484K kernel code, 3002K rwdata, 8276K rodata, 6464K init, 499K bss, 260056K reserved, 262144K cma-reserved)
  121. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  122. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  123. [ 0.000000] rcu: RCU event tracing is enabled.
  124. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  125. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  126. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  127. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  128. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  129. [ 0.000000] GIC: Using split EOI/Deactivate mode
  130. [ 0.000000] random: get_random_bytes called from start_kernel+0x370/0x53c with crng_init=0
  131. [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
  132. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
  133. [ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
  134. [ 0.000435] Console: colour dummy device 80x25
  135. [ 0.000537] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
  136. [ 0.000551] pid_max: default: 32768 minimum: 301
  137. [ 0.000646] LSM: Security Framework initializing
  138. [ 0.000791] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  139. [ 0.000883] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
  140. [ 0.002547] rcu: Hierarchical SRCU implementation.
  141. [ 0.006300] EFI services will not be available.
  142. [ 0.006592] smp: Bringing up secondary CPUs ...
  143. [ 0.007117] Detected PIPT I-cache on CPU1
  144. [ 0.007174] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  145. [ 0.007748] Detected PIPT I-cache on CPU2
  146. [ 0.007789] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
  147. [ 0.008357] Detected PIPT I-cache on CPU3
  148. [ 0.008397] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
  149. [ 0.008482] smp: Brought up 1 node, 4 CPUs
  150. [ 0.008505] SMP: Total of 4 processors activated.
  151. [ 0.008515] CPU features: detected: 32-bit EL0 Support
  152. [ 0.008525] CPU features: detected: CRC32 instructions
  153. [ 0.008534] CPU features: detected: 32-bit EL1 Support
  154. [ 0.028124] CPU: All CPU(s) started at EL2
  155. [ 0.028162] alternatives: patching kernel code
  156. [ 0.030547] devtmpfs: initialized
  157. [ 0.038639] KASLR enabled
  158. [ 0.039057] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  159. [ 0.039079] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  160. [ 0.045886] xor: measuring software checksum speed
  161. [ 0.084211] 8regs : 2385.000 MB/sec
  162. [ 0.124260] 32regs : 2739.000 MB/sec
  163. [ 0.164313] arm64_neon: 2490.000 MB/sec
  164. [ 0.164321] xor: using function: 32regs (2739.000 MB/sec)
  165. [ 0.164339] pinctrl core: initialized pinctrl subsystem
  166. [ 0.165712] thermal_sys: Registered thermal governor 'step_wise'
  167. [ 0.165716] thermal_sys: Registered thermal governor 'power_allocator'
  168. [ 0.165939] DMI not present or invalid.
  169. [ 0.166522] NET: Registered protocol family 16
  170. [ 0.167333] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
  171. [ 0.167515] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  172. [ 0.167702] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  173. [ 0.167748] audit: initializing netlink subsys (disabled)
  174. [ 0.167922] audit: type=2000 audit(0.164:1): state=initialized audit_enabled=0 res=1
  175. [ 0.169404] cpuidle: using governor menu
  176. [ 0.169907] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  177. [ 0.170003] ASID allocator initialised with 32768 entries
  178. [ 0.171657] Serial: AMBA PL011 UART driver
  179. [ 0.206168] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  180. [ 0.206183] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  181. [ 0.206193] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  182. [ 0.206202] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  183. [ 0.207917] cryptd: max_cpu_qlen set to 1000
  184. [ 0.276959] raid6: neonx8 gen() 1755 MB/s
  185. [ 0.345029] raid6: neonx8 xor() 1269 MB/s
  186. [ 0.413100] raid6: neonx4 gen() 1833 MB/s
  187. [ 0.481179] raid6: neonx4 xor() 1340 MB/s
  188. [ 0.549262] raid6: neonx2 gen() 1614 MB/s
  189. [ 0.617330] raid6: neonx2 xor() 1188 MB/s
  190. [ 0.685426] raid6: neonx1 gen() 1189 MB/s
  191. [ 0.753491] raid6: neonx1 xor() 948 MB/s
  192. [ 0.821561] raid6: int64x8 gen() 1032 MB/s
  193. [ 0.889682] raid6: int64x8 xor() 587 MB/s
  194. [ 0.957738] raid6: int64x4 gen() 1008 MB/s
  195. [ 1.025812] raid6: int64x4 xor() 589 MB/s
  196. [ 1.093909] raid6: int64x2 gen() 932 MB/s
  197. [ 1.161976] raid6: int64x2 xor() 521 MB/s
  198. [ 1.230063] raid6: int64x1 gen() 717 MB/s
  199. [ 1.298144] raid6: int64x1 xor() 388 MB/s
  200. [ 1.298152] raid6: using algorithm neonx4 gen() 1833 MB/s
  201. [ 1.298159] raid6: .... xor() 1340 MB/s, rmw enabled
  202. [ 1.298167] raid6: using neon recovery algorithm
  203. [ 1.298845] ACPI: Interpreter disabled.
  204. [ 1.300941] iommu: Default domain type: Translated
  205. [ 1.301212] vgaarb: loaded
  206. [ 1.301577] SCSI subsystem initialized
  207. [ 1.301976] usbcore: registered new interface driver usbfs
  208. [ 1.302018] usbcore: registered new interface driver hub
  209. [ 1.302093] usbcore: registered new device driver usb
  210. [ 1.302258] usb_phy_generic phy: supply vcc not found, using dummy regulator
  211. [ 1.303009] pps_core: LinuxPPS API ver. 1 registered
  212. [ 1.303019] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  213. [ 1.303037] PTP clock support registered
  214. [ 1.303192] EDAC MC: Ver: 3.0.0
  215. [ 1.304726] FPGA manager framework
  216. [ 1.304819] Advanced Linux Sound Architecture Driver Initialized.
  217. [ 1.305843] clocksource: Switched to clocksource arch_sys_counter
  218. [ 2.258365] VFS: Disk quotas dquot_6.6.0
  219. [ 2.258433] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  220. [ 2.258656] pnp: PnP ACPI: disabled
  221. [ 2.265602] NET: Registered protocol family 2
  222. [ 2.266085] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
  223. [ 2.266147] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
  224. [ 2.266519] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
  225. [ 2.267339] TCP: Hash tables configured (established 65536 bind 65536)
  226. [ 2.267566] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
  227. [ 2.267662] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
  228. [ 2.267922] NET: Registered protocol family 1
  229. [ 2.268458] RPC: Registered named UNIX socket transport module.
  230. [ 2.268467] RPC: Registered udp transport module.
  231. [ 2.268474] RPC: Registered tcp transport module.
  232. [ 2.268481] RPC: Registered tcp NFSv4.1 backchannel transport module.
  233. [ 2.268495] PCI: CLS 0 bytes, default 64
  234. [ 2.270039] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  235. [ 2.270233] kvm [1]: IPA Size Limit: 44bits
  236. [ 2.271479] kvm [1]: vgic interrupt IRQ1
  237. [ 2.271623] kvm [1]: Hyp mode initialized successfully
  238. [ 2.273566] Initialise system trusted keyrings
  239. [ 2.273710] workingset: timestamp_bits=44 max_order=21 bucket_order=0
  240. [ 2.280346] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  241. [ 2.281089] NFS: Registering the id_resolver key type
  242. [ 2.281118] Key type id_resolver registered
  243. [ 2.281126] Key type id_legacy registered
  244. [ 2.281141] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  245. [ 2.281295] 9p: Installing v9fs 9p2000 file system support
  246. [ 2.346851] Key type asymmetric registered
  247. [ 2.346862] Asymmetric key parser 'x509' registered
  248. [ 2.346908] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  249. [ 2.346917] io scheduler mq-deadline registered
  250. [ 2.346924] io scheduler kyber registered
  251. [ 2.359056] EINJ: ACPI disabled.
  252. [ 2.372881] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
  253. [ 2.373789] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
  254. [ 2.374905] SuperH (H)SCI(F) driver initialized
  255. [ 2.375475] msm_serial: driver initialized
  256. [ 2.376697] cacheinfo: Unable to detect cache hierarchy for CPU 0
  257. [ 2.383534] brd: module loaded
  258. [ 2.391664] loop: module loaded
  259. [ 2.393570] megasas: 07.714.04.00-rc1
  260. [ 2.399812] libphy: Fixed MDIO Bus: probed
  261. [ 2.401422] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
  262. [ 2.417849] libphy: bcmgenet MII bus: probed
  263. [ 2.465912] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
  264. [ 2.466824] thunder_xcv, ver 1.0
  265. [ 2.466883] thunder_bgx, ver 1.0
  266. [ 2.466922] nicpf, ver 1.0
  267. [ 2.468170] hclge is initializing
  268. [ 2.468233] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
  269. [ 2.468241] hns3: Copyright (c) 2017 Huawei Corporation.
  270. [ 2.468316] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
  271. [ 2.468323] e1000: Copyright (c) 1999-2006 Intel Corporation.
  272. [ 2.468364] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  273. [ 2.468370] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  274. [ 2.468415] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
  275. [ 2.468422] igb: Copyright (c) 2007-2014 Intel Corporation.
  276. [ 2.468461] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
  277. [ 2.468468] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  278. [ 2.468837] sky2: driver version 1.30
  279. [ 2.469625] VFIO - User Level meta-driver version: 0.3
  280. [ 2.471576] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  281. [ 2.471586] ehci-pci: EHCI PCI platform driver
  282. [ 2.471625] ehci-platform: EHCI generic platform driver
  283. [ 2.471762] ehci-orion: EHCI orion driver
  284. [ 2.471875] ehci-exynos: EHCI Exynos driver
  285. [ 2.471980] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  286. [ 2.472003] ohci-pci: OHCI PCI platform driver
  287. [ 2.472042] ohci-platform: OHCI generic platform driver
  288. [ 2.472175] ohci-exynos: OHCI Exynos driver
  289. [ 2.472727] usbcore: registered new interface driver usb-storage
  290. [ 2.475665] i2c /dev entries driver
  291. [ 2.481064] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
  292. [ 2.482255] sdhci: Secure Digital Host Controller Interface driver
  293. [ 2.482263] sdhci: Copyright(c) Pierre Ossman
  294. [ 2.482738] Synopsys Designware Multimedia Card Interface Driver
  295. [ 2.483851] sdhci-pltfm: SDHCI platform and OF driver helper
  296. [ 2.486450] ledtrig-cpu: registered to indicate activity on CPUs
  297. [ 2.488030] usbcore: registered new interface driver usbhid
  298. [ 2.488038] usbhid: USB HID core driver
  299. [ 2.489119] bcm2835-mbox fe00b880.mailbox: mailbox enabled
  300. [ 2.493015] drop_monitor: Initializing network drop monitor service
  301. [ 2.493241] NET: Registered protocol family 17
  302. [ 2.493428] 9pnet: Installing 9P2000 support
  303. [ 2.493486] Key type dns_resolver registered
  304. [ 2.494095] registered taskstats version 1
  305. [ 2.494107] Loading compiled-in X.509 certificates
  306. [ 2.495073] Btrfs loaded, crc32c=crc32c-generic
  307. [ 2.497116] uart-pl011 fe201000.serial: there is not valid maps for state default
  308. [ 2.497496] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-07-13T13:55:18, variant start
  309. [ 2.497583] raspberrypi-firmware soc:firmware: Firmware hash is adcebbdb7b415c623931e80795ba3bae68dcc4fa
  310. [ 2.503518] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
  311. [ 2.514532] uart-pl011 fe201000.serial: there is not valid maps for state default
  312. [ 2.514733] fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 13, base_baud = 0) is a PL011 rev2
  313. [ 2.520557] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
  314. [ 2.520921] printk: console [ttyS0] disabled
  315. [ 2.520999] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 14, base_baud = 62500000) is a 16550
  316. [ 3.845641] printk: console [ttyS0] enabled
  317. [ 3.850590] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
  318. [ 3.890781] mmc0: SDHCI controller on fe300000.mmcnr [fe300000.mmcnr] using PIO
  319. [ 3.915429] mmc0: queuing unknown CIS tuple 0x80 (2 bytes)
  320. [ 3.922700] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
  321. [ 3.929972] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
  322. [ 3.938580] mmc0: queuing unknown CIS tuple 0x80 (7 bytes)
  323. [ 3.944175] mmc1: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
  324. [ 3.953468] mmc0: queuing unknown CIS tuple 0x80 (3 bytes)
  325. [ 3.959425] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
  326. [ 3.968127] bcmgenet fd580000.ethernet eth0: Link is Down
  327. [ 4.005069] random: fast init done
  328. [ 4.034338] mmc0: new high speed SDIO card at address 0001
  329. [ 4.074004] mmc1: new ultra high speed DDR50 SDXC card at address aaaa
  330. [ 4.081300] mmcblk1: mmc1:aaaa SC64G 59.5 GiB
  331. [ 4.090314] mmcblk1: p1 p2
  332. [ 8.070029] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  333. [ 8.101850] Sending DHCP requests ., OK
  334. [ 8.121777] IP-Config: Got DHCP answer from 192.168.42.254, my address is 192.168.42.76
  335. [ 8.129914] IP-Config: Complete:
  336. [ 8.133190] device=eth0, hwaddr=dc:a6:32:b8:81:f8, ipaddr=192.168.42.76, mask=255.255.255.0, gw=192.168.42.254
  337. [ 8.143791] host=raspi4-8G-2, domain=res.training, nis-domain=(none)
  338. [ 8.150691] bootserver=192.168.42.1, rootserver=192.168.42.108, rootpath=
  339. [ 8.150695] nameserver0=192.168.42.254
  340. [ 8.162467] ALSA device list:
  341. [ 8.165478] No soundcards found.
  342. [ 8.176699] VFS: Mounted root (nfs filesystem) readonly on device 0:20.
  343. [ 8.183898] devtmpfs: mounted
  344. [ 8.192405] Freeing unused kernel memory: 6464K
  345. [ 8.213986] Run /sbin/init as init process
  346. INIT: version booting
  347. Framebuffer /dev/fb0 not detected
  348. Boot splashscreen disabled
  349. Starting udev
  350. [ 8.546451] udevd[143]: starting version 3.2.9
  351. [ 8.568985] random: udevd: uninitialized urandom read (16 bytes read)
  352. [ 8.576921] random: udevd: uninitialized urandom read (16 bytes read)
  353. [ 8.585490] random: udevd: uninitialized urandom read (16 bytes read)
  354. [ 8.640443] udevd[144]: starting eudev-3.2.9
  355. [ 8.722105] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
  356. [ 8.730612] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
  357. [ 8.743788] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x0603ffffff -> 0x00f8000000
  358. [ 8.753343] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0000000000
  359. [ 8.772875] iproc-rng200 fe104000.rng: hwrng registered
  360. [ 8.827996] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
  361. [ 8.836268] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
  362. [ 8.844264] pci_bus 0000:00: root bus resource [bus 00-ff]
  363. [ 8.854533] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
  364. [ 8.867295] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
  365. [ 8.875228] pci 0000:00:00.0: PME# supported from D0 D3hot
  366. [ 8.916315] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  367. [ 8.924907] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  368. [ 8.931202] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  369. [ 8.938252] pci 0000:01:00.0: PME# supported from D0 D3hot
  370. [ 8.940680] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  371. [ 8.961185] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  372. [ 8.967975] pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff]
  373. [ 8.974479] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  374. [ 8.975156] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
  375. [ 8.989416] pci 0000:00:00.0: PCI bridge to [bus 01]
  376. [ 8.994522] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
  377. [ 9.001940] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
  378. [ 9.008449] pcieport 0000:00:00.0: PME: Signaling with IRQ 40
  379. [ 9.020092] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  380. [ 9.041736] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt failed with error -2
  381. [ 9.053607] brcmfmac mmc0:0001:1: Falling back to sysfs fallback for: brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.txt
  382. [ 9.071490] pci 0000:01:00.0: VL805 firmware version 000137ad
  383. [ 9.077465] pci 0000:01:00.0: quirk_usb_early_handoff+0x0/0x8e8 took 61236 usecs
  384. [ 9.085394] xhci_hcd 0000:01:00.0: xHCI Host Controller
  385. [ 9.090736] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
  386. [ 9.098733] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890
  387. [ 9.108176] random: crng init done
  388. [ 9.109260] hub 1-0:1.0: USB hub found
  389. [ 9.111625] random: 4 urandom warning(s) missed due to ratelimiting
  390. [ 9.121933] hub 1-0:1.0: 1 port detected
  391. [ 9.126462] xhci_hcd 0000:01:00.0: xHCI Host Controller
  392. [ 9.131792] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
  393. [ 9.139320] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  394. [ 9.146374] hub 2-0:1.0: USB hub found
  395. [ 9.150259] hub 2-0:1.0: 4 ports detected
  396. [ 9.215084] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
  397. [ 9.239492] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar 2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2
  398. Fri Mar 9 12:34:56 UTC 2018
  399. [ 9.465913] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  400. [ 9.626099] hub 1-1:1.0: USB hub found
  401. [ 9.630202] hub 1-1:1.0: 4 ports detected
  402. ALSA: Restoring mixer settings...
  403. /usr/sbin/alsactl: load_state:1735: No soundcards found...
  404. Configuring packages on first boot....
  405. (This may take several minutes. Please do not power off the machine.)
  406. Running postinst /etc/ipk-postinsts/000-sysvinit-inittab...
  407. update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing)
  408. Removing any system startup links for run-postinsts ...
  409. /etc/rcS.d/S99run-postinsts
  410. INIT: Entering runlevel: 5
  411. Configuring network interfaces... ip: RTNETLINK answers: File exists
  412. ifup skipped for nfsroot interface eth0
  413. run-parts: /etc/network/if-pre-up.d/nfsroot: exit status 1
  414. Starting system message bus: dbus.
  415. Starting Dropbear SSH server: Generating 2048 bit rsa key, this may take a while...
  416. Public key portion is:
  417. ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCz+JkHHZm26dY1WqKTwVNBpwU1bZFUiXnfEe2YB/y/h+j2FJ0U0lRgGxZZR0geL3gB1JXJvNggb/npS8NnrI88Lwl/b05+kO/85de5gQ+4MuqY6kfNpqN9MLcOnxAWP5T2Oj1MW9dcHEm8jDLNxw8oH98ALjLP/VlpipcyRd3jykx0tFSVXPVNG6qusKrveQeTJEWxJWTEdGtnFf1QY2c+fktrF9usBxzdNL3Is6ebAQZqALqWikb8JfJpRGPKjmZbbeTpq9d6kUQo3ia7yAQ2HSzOenmDiYSOeEOvPJah63vZRqthRFAQ6Qu8iTHjnd0TVxbjlXoawqWIMtsd+pEn root@raspberrypi4-64-ml
  418. Fingerprint: sha1!! 13:39:45:44:06:83:42:16:5b:b1:ca:a9:3a:b7:df:c4:88:a1:ec:ae
  419. [ 11.434086] NET: Registered protocol family 10
  420. [ 11.439922] Segment Routing with IPv6
  421. dropbear.
  422. Starting rpcbind daemon...done.
  423. Starting advanced power management daemon: No APM support in kernel
  424. (failed.)
  425. Starting bluetooth: bluetoothd.
  426. Starting syslogd/klogd: done
  427. * Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon
  428. [ 11.662806] Bluetooth: Core ver 2.22
  429. [ 11.666589] NET: Registered protocol family 31
  430. [ 11.671231] Bluetooth: HCI device and connection manager initialized
  431. [ 11.677718] Bluetooth: HCI socket layer initialized
  432. [ 11.682702] Bluetooth: L2CAP socket layer initialized
  433. [ 11.687878] Bluetooth: SCO socket layer initialized
  434. ...done.
  435. Starting Telephony daemon
  436. Starting Linux NFC daemon
  437. umount: can't unmount /mnt/.psplash: No such file or directory
  438.  
  439. Resy (Reliable Embedded Systems Reference Distro) 3.1.2 raspberrypi4-64-ml /dev/ttyS0
  440.  
  441. raspberrypi4-64-ml login: root
  442. root@raspberrypi4-64-ml:~# cat /proc/version
  443. Linux version 5.8.5-custom-ml-std (oe-user@oe-host) (aarch64-resy-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) #1 SMP PREEMPT Thu Aug 27 07:31:49 UTC 2020
  444. root@raspberrypi4-64-ml:~# cat /proc/cmdline
  445. coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 smsc95xx.macaddr=DC:A6:32:B8:81:F8 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 root=/dev/nfs rootfstype=nfs nfsroot=192.168.42.108:/opt/poky/raspi-4-rootfs,v3,tcp ip=dhcp rootwait
  446. root@raspberrypi4-64-ml:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement