Advertisement
RobertBerger

regor-1-boot

Feb 1st, 2023
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.38 KB | None | 0 0
  1. U-Boot SPL 2021.01-mainline-student-v2021.01 (Jan 24 2023 - 17:15:28 +0000)
  2. Trying to boot from MMC1
  3.  
  4.  
  5. U-Boot 2022.10 (Oct 03 2022 - 19:25:32 +0000)
  6.  
  7. CPU : AM335X-GP rev 2.1
  8. Model: Phytec AM335x phyBOARD-REGOR
  9. DRAM: 512 MiB
  10. ti_sysc target-module@9000: failed to get fck clock
  11. ti_sysc target-module@9000: failed to release all clocks
  12. Core: 85 devices, 14 uclasses, devicetree: separate
  13. NAND: 512 MiB
  14. MMC: ti_sysc target-module@7000: failed to get fck clock
  15. ti_sysc target-module@7000: failed to release all clocks
  16. OMAP SD/MMC: 0
  17. Loading Environment from FAT... OK
  18. No USB device found
  19. Net: eth2: ethernet@4a100000
  20. Hit any key to stop autoboot: 0
  21. bootfile: /boot/uImage
  22. fdtfile: /boot/am335x-regor-rdk.dtb
  23. ext4load mmc 0:2 0x80300000 /boot/uImage
  24. 12157504 bytes read in 764 ms (15.2 MiB/s)
  25. ext4load mmc 0:2 0x815f0000 /boot/am335x-regor-rdk.dtb
  26. 68142 bytes read in 7 ms (9.3 MiB/s)
  27. Booting from mmc - uEnv.txt from ext4...
  28. bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait noinitrd nohlt panic=1
  29. ## Booting kernel from Legacy Image at 80300000 ...
  30. Image Name: Linux-6.1.1-std
  31. Image Type: ARM Linux Kernel Image (no loading done) (uncompressed)
  32. Data Size: 12157440 Bytes = 11.6 MiB
  33. Load Address: 00000000
  34. Entry Point: 00000000
  35. Verifying Checksum ... OK
  36. ## Flattened Device Tree blob at 815f0000
  37. Booting using the fdt blob at 0x815f0000
  38. XIP Kernel Image (no loading done)
  39. Loading Device Tree to 8ffec000, end 8ffffa2d ... OK
  40.  
  41. Starting kernel ...
  42.  
  43. [ 0.000000] Booting Linux on physical CPU 0x0
  44. [ 0.000000] Linux version 6.1.1-std (oe-user@oe-host) (arm-resy-linux-gnueabi-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0.20220819) #1 SMP Wed Dec 21 16:48:12 UTC 2022
  45. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  46. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  47. [ 0.000000] OF: fdt: Machine model: Phytec AM335x phyBOARD-REGOR
  48. [ 0.000000] Memory policy: Data cache writeback
  49. [ 0.000000] efi: UEFI not found.
  50. [ 0.000000] cma: Reserved 64 MiB at 0x9b800000
  51. [ 0.000000] Zone ranges:
  52. [ 0.000000] DMA [mem 0x0000000080000000-0x000000009fdfffff]
  53. [ 0.000000] Normal empty
  54. [ 0.000000] HighMem empty
  55. [ 0.000000] Movable zone start for each node
  56. [ 0.000000] Early memory node ranges
  57. [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff]
  58. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
  59. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  60. [ 0.000000] AM335X ES2.1 (neon)
  61. [ 0.000000] percpu: Embedded 17 pages/cpu s38676 r8192 d22764 u69632
  62. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412
  63. [ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait noinitrd nohlt panic=1
  64. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  65. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  66. [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
  67. [ 0.000000] Memory: 421436K/522240K available (17408K kernel code, 2678K rwdata, 6464K rodata, 2048K init, 465K bss, 35268K reserved, 65536K cma-reserved, 0K highmem)
  68. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  69. [ 0.000000] ftrace: allocating 61015 entries in 179 pages
  70. [ 0.000000] ftrace: allocated 179 pages with 5 groups
  71. [ 0.000000] trace event string verifier disabled
  72. [ 0.000000] rcu: Hierarchical RCU implementation.
  73. [ 0.000000] rcu: RCU event tracing is enabled.
  74. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=1.
  75. [ 0.000000] Rude variant of Tasks RCU enabled.
  76. [ 0.000000] Tracing variant of Tasks RCU enabled.
  77. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
  78. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  79. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  80. [ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
  81. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  82. [ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
  83. [ 0.000002] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns
  84. [ 0.000026] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
  85. [ 0.001029] TI gptimer clockevent: 25000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
  86. [ 0.005565] Console: colour dummy device 80x30
  87. [ 0.005643] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
  88. [ 0.091137] pid_max: default: 32768 minimum: 301
  89. [ 0.091403] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  90. [ 0.091423] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  91. [ 0.092534] CPU: Testing write buffer coherency: ok
  92. [ 0.092609] CPU0: Spectre v2: using BPIALL workaround
  93. [ 0.093054] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  94. [ 0.094201] cblist_init_generic: Setting adjustable number of callback queues.
  95. [ 0.094218] cblist_init_generic: Setting shift to 0 and lim to 1.
  96. [ 0.094358] cblist_init_generic: Setting shift to 0 and lim to 1.
  97. [ 0.094534] Setting up static identity map for 0x80300000 - 0x803000ac
  98. [ 0.097031] rcu: Hierarchical SRCU implementation.
  99. [ 0.097045] rcu: Max phase no-delay instances is 1000.
  100. [ 0.102564] EFI services will not be available.
  101. [ 0.102938] smp: Bringing up secondary CPUs ...
  102. [ 0.102950] smp: Brought up 1 node, 1 CPU
  103. [ 0.102962] SMP: Total of 1 processors activated (996.14 BogoMIPS).
  104. [ 0.102975] CPU: All CPU(s) started in SVC mode.
  105. [ 0.103811] devtmpfs: initialized
  106. [ 0.117131] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  107. [ 0.117430] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  108. [ 0.117463] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
  109. [ 0.124298] pinctrl core: initialized pinctrl subsystem
  110. [ 0.129221] DMI not present or invalid.
  111. [ 0.130178] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  112. [ 0.133444] DMA: preallocated 256 KiB pool for atomic coherent allocations
  113. [ 0.136774] thermal_sys: Registered thermal governor 'step_wise'
  114. [ 0.136949] cpuidle: using governor menu
  115. [ 0.161925] No ATAGs?
  116. [ 0.161946] hw-breakpoint: debug architecture 0x4 unsupported.
  117. [ 0.167654] Serial: AMBA PL011 UART driver
  118. [ 0.179682] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
  119. [ 1.771139] raid6: neonx8 gen() 450 MB/s
  120. [ 1.941109] raid6: neonx4 gen() 1976 MB/s
  121. [ 2.111102] raid6: neonx2 gen() 1917 MB/s
  122. [ 2.281115] raid6: neonx1 gen() 1558 MB/s
  123. [ 2.451134] raid6: int32x8 gen() 334 MB/s
  124. [ 2.621120] raid6: int32x4 gen() 382 MB/s
  125. [ 2.791148] raid6: int32x2 gen() 496 MB/s
  126. [ 2.961160] raid6: int32x1 gen() 380 MB/s
  127. [ 2.961168] raid6: using algorithm neonx4 gen() 1976 MB/s
  128. [ 3.131111] raid6: .... xor() 1274 MB/s, rmw enabled
  129. [ 3.131119] raid6: using neon recovery algorithm
  130. [ 3.136517] iommu: Default domain type: Translated
  131. [ 3.136536] iommu: DMA domain TLB invalidation policy: strict mode
  132. [ 3.137357] SCSI subsystem initialized
  133. [ 3.138732] usbcore: registered new interface driver usbfs
  134. [ 3.138797] usbcore: registered new interface driver hub
  135. [ 3.138860] usbcore: registered new device driver usb
  136. [ 3.139917] pps_core: LinuxPPS API ver. 1 registered
  137. [ 3.139928] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  138. [ 3.139951] PTP clock support registered
  139. [ 3.140122] EDAC MC: Ver: 3.0.0
  140. [ 3.143366] vgaarb: loaded
  141. [ 3.144056] clocksource: Switched to clocksource dmtimer
  142. [ 3.250147] NET: Registered PF_INET protocol family
  143. [ 3.250471] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  144. [ 3.251645] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
  145. [ 3.251689] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  146. [ 3.251707] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
  147. [ 3.251752] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
  148. [ 3.251852] TCP: Hash tables configured (established 4096 bind 4096)
  149. [ 3.251983] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  150. [ 3.252010] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  151. [ 3.252189] NET: Registered PF_UNIX/PF_LOCAL protocol family
  152. [ 3.253211] RPC: Registered named UNIX socket transport module.
  153. [ 3.253230] RPC: Registered udp transport module.
  154. [ 3.253236] RPC: Registered tcp transport module.
  155. [ 3.253241] RPC: Registered tcp NFSv4.1 backchannel transport module.
  156. [ 3.253255] PCI: CLS 0 bytes, default 64
  157. [ 3.255077] Initialise system trusted keyrings
  158. [ 3.255878] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  159. [ 3.264297] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  160. [ 3.265365] NFS: Registering the id_resolver key type
  161. [ 3.265432] Key type id_resolver registered
  162. [ 3.265439] Key type id_legacy registered
  163. [ 3.265550] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  164. [ 3.265562] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  165. [ 3.265603] ntfs: driver 2.1.32 [Flags: R/O].
  166. [ 3.266527] xor: measuring software checksum speed
  167. [ 3.274397] arm4regs : 1277 MB/sec
  168. [ 3.283356] 8regs : 1099 MB/sec
  169. [ 3.292338] 32regs : 1099 MB/sec
  170. [ 3.297662] neon : 1857 MB/sec
  171. [ 3.297671] xor: using function: neon (1857 MB/sec)
  172. [ 3.297690] Key type asymmetric registered
  173. [ 3.297698] Asymmetric key parser 'x509' registered
  174. [ 3.297910] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  175. [ 3.298263] io scheduler mq-deadline registered
  176. [ 3.298277] io scheduler kyber registered
  177. [ 3.388749] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
  178. [ 3.393180] SuperH (H)SCI(F) driver initialized
  179. [ 3.393820] msm_serial: driver initialized
  180. [ 3.393829] STMicroelectronics ASC driver initialized
  181. [ 3.395432] STM32 USART driver initialized
  182. [ 3.413862] brd: module loaded
  183. [ 3.421610] loop: module loaded
  184. [ 3.432553] CAN device driver interface
  185. [ 3.433274] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
  186. [ 3.433915] e1000e: Intel(R) PRO/1000 Network Driver
  187. [ 3.433921] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  188. [ 3.434148] igb: Intel(R) Gigabit Ethernet Network Driver
  189. [ 3.434158] igb: Copyright (c) 2007-2014 Intel Corporation.
  190. [ 3.437081] pegasus: Pegasus/Pegasus II USB Ethernet driver
  191. [ 3.437155] usbcore: registered new interface driver pegasus
  192. [ 3.437210] usbcore: registered new interface driver asix
  193. [ 3.437248] usbcore: registered new interface driver ax88179_178a
  194. [ 3.437300] usbcore: registered new interface driver cdc_ether
  195. [ 3.437353] usbcore: registered new interface driver smsc75xx
  196. [ 3.437401] usbcore: registered new interface driver smsc95xx
  197. [ 3.437437] usbcore: registered new interface driver net1080
  198. [ 3.437472] usbcore: registered new interface driver cdc_subset
  199. [ 3.437508] usbcore: registered new interface driver zaurus
  200. [ 3.437616] usbcore: registered new interface driver cdc_ncm
  201. [ 3.440933] usbcore: registered new interface driver usb-storage
  202. [ 3.445285] i2c_dev: i2c /dev entries driver
  203. [ 3.458253] cpuidle: enable-method property 'ti,am3352' found operations
  204. [ 3.460292] sdhci: Secure Digital Host Controller Interface driver
  205. [ 3.460308] sdhci: Copyright(c) Pierre Ossman
  206. [ 3.461669] Synopsys Designware Multimedia Card Interface Driver
  207. [ 3.462882] sdhci-pltfm: SDHCI platform and OF driver helper
  208. [ 3.465406] ledtrig-cpu: registered to indicate activity on CPUs
  209. [ 3.467812] usbcore: registered new interface driver usbhid
  210. [ 3.467831] usbhid: USB HID core driver
  211. [ 3.475045] NET: Registered PF_INET6 protocol family
  212. [ 3.476888] Segment Routing with IPv6
  213. [ 3.476959] In-situ OAM (IOAM) with IPv6
  214. [ 3.477049] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  215. [ 3.477908] NET: Registered PF_PACKET protocol family
  216. [ 3.477924] can: controller area network core
  217. [ 3.478020] NET: Registered PF_CAN protocol family
  218. [ 3.478030] can: raw protocol
  219. [ 3.478040] can: broadcast manager protocol
  220. [ 3.478053] can: netlink gateway - max_hops=1
  221. [ 3.478765] Key type dns_resolver registered
  222. [ 3.478958] ThumbEE CPU extension supported.
  223. [ 3.478981] Registering SWP/SWPB emulation handler
  224. [ 3.479423] omap_voltage_late_init: Voltage driver support not added
  225. [ 3.481893] Loading compiled-in X.509 certificates
  226. [ 3.486700] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
  227. [ 3.543292] pinctrl-single 44e10800.pinmux: 142 pins, size 568
  228. [ 3.560765] ti-sysc: probe of 44e31000.target-module failed with error -16
  229. [ 3.589746] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 18, base_baud = 3000000) is a 8250
  230. [ 3.597049] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 19, base_baud = 3000000) is a 8250
  231. [ 3.610749] ti-sysc: probe of 48040000.target-module failed with error -16
  232. [ 3.647919] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
  233. [ 3.648969] OMAP GPIO hardware version 0.1
  234. [ 3.684997] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
  235. [ 3.693289] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
  236. [ 3.722032] omap_rng 48310000.rng: Random Number Generator ver. 20
  237. [ 3.740679] random: crng init done
  238. [ 3.794060] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
  239. [ 3.798311] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
  240. [ 3.798338] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver SMSC LAN8710/LAN8720
  241. [ 3.799009] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
  242. [ 3.799026] cpsw-switch 4a100000.switch: ALE Table size 1024
  243. [ 3.799141] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies)
  244. [ 3.799156] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
  245. [ 3.799262] cpsw-switch 4a100000.switch: Detected MACID = f8:36:9b:10:e0:80
  246. [ 3.799328] cpsw-switch 4a100000.switch: Detected MACID = f8:36:9b:10:e0:82
  247. [ 3.802011] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
  248. [ 3.814992] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
  249. [ 3.815038] edma 49000000.dma: TI EDMA DMA engine driver
  250. [ 3.860884] omap-gpmc 50000000.gpmc: GPMC revision 6.0
  251. [ 3.860918] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
  252. [ 3.888137] omap_reset_deassert: timedout waiting for gfx:0
  253. [ 3.888199] ti-sysc: probe of 5600fe00.target-module failed with error -110
  254. [ 3.896762] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  255. [ 3.903597] gpio gpiochip4: (gpio-96-127): not an immutable chip, please consider fixing it!
  256. [ 3.908821] l3-aon-clkctrl:0000:0: failed to disable
  257. [ 3.913612] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 37, base_baud = 3000000) is a 8250
  258. [ 5.162024] printk: console [ttyS0] enabled
  259. [ 5.194305] tps65910 0-002d: No interrupt support, no core IRQ
  260. [ 5.230079] tps65910-rtc tps65910-rtc: registered as rtc0
  261. [ 5.237897] tps65910-rtc tps65910-rtc: setting system clock to 2023-02-01T12:59:24 UTC (1675256364)
  262. [ 5.249135] at24 0-0052: supply vcc not found, using dummy regulator
  263. [ 5.256410] at24 0-0052: 4096 byte 24c32 EEPROM, writable, 32 bytes/write
  264. [ 5.263869] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  265. [ 5.274283] spi-nor spi0.0: mx25l6405d (8192 Kbytes)
  266. [ 5.292644] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
  267. [ 5.301599] sdhci-omap 48060000.mmc: Got CD GPIO
  268. [ 5.306535] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
  269. [ 5.314602] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xdc
  270. [ 5.321004] nand: Micron MT29F4G08ABADAH4
  271. [ 5.325099] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  272. [ 5.332808] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme
  273. [ 5.338358] 3 fixed-partitions partitions found on MTD device omap2-nand.0
  274. [ 5.345310] Creating 3 MTD partitions on "omap2-nand.0":
  275. [ 5.350653] 0x000000000000-0x000000020000 : "NAND.SPL"
  276. [ 5.356141] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
  277. [ 5.392092] 0x000000020000-0x000000120000 : "NAND.u-boot"
  278. [ 5.425606] 0x000000120000-0x000020000000 : "NAND.UBI"
  279. [ 5.484239] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
  280. [ 5.527622] mmc0: new high speed SDHC card at address 59b4
  281. [ 5.544613] mmcblk0: mmc0:59b4 USDU1 29.4 GiB
  282. [ 5.551795] mmcblk0: p1 p2 p3
  283. [ 5.727882] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: disabled.
  284. [ 5.737062] VFS: Mounted root (ext4 filesystem) on device 179:2.
  285. [ 5.744106] devtmpfs: mounted
  286. [ 5.764660] Freeing unused kernel image (initmem) memory: 2048K
  287. [ 5.771570] Run /sbin/init as init process
  288. INIT: version 3.04 booting
  289. Starting udev
  290. [ 6.482070] udevd[116]: starting version 3.2.11
  291. [ 6.555811] udevd[117]: starting eudev-3.2.11
  292. [ 7.288704] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator
  293. [ 7.297635] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
  294. [ 7.562233] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator
  295. [ 7.571248] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
  296. [ 7.590396] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
  297. [ 7.595933] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
  298. [ 7.853312] hub 1-0:1.0: USB hub found
  299. [ 7.924238] hub 1-0:1.0: 1 port detected
  300. [ 7.995135] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
  301. [ 8.000538] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
  302. [ 8.186729] hub 2-0:1.0: USB hub found
  303. [ 8.202808] hub 2-0:1.0: 1 port detected
  304. [ 8.236561] BTRFS: device label cntdata devid 1 transid 6 /dev/mmcblk0p3 scanned by udevd (120)
  305. [ 8.502989] mtdblock: MTD device 'NAND.u-boot' is NAND, please consider using UBI block devices instead.
  306. [ 8.514891] mtdblock: MTD device 'NAND.UBI' is NAND, please consider using UBI block devices instead.
  307. [ 8.559244] mtdblock: MTD device 'NAND.SPL' is NAND, please consider using UBI block devices instead.
  308. [ 9.782506] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: disabled.
  309. INIT: Entering runlevel: 3
  310. Configuring network interfaces... [ 10.980859] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac
  311. [ 11.075146] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
  312. udhcpc: started, v1.35.0
  313. udhcpc: broadcasting discover
  314. [ 13.204746] cpsw-switch 4a100000.switch eth0: Link is Up - 100Mbps/Full - flow control off
  315. [ 13.213144] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  316. udhcpc: broadcasting discover
  317. udhcpc: broadcasting discover
  318. udhcpc: broadcasting select for 192.168.42.200, server 192.168.42.254
  319. udhcpc: lease of 192.168.42.200 obtained from 192.168.42.254, lease time 7200
  320. /etc/udhcpc.d/50default: Adding DNS 192.168.42.254
  321. done.
  322. Starting Custom DNS
  323. Starting ntpd: done
  324. Starting syslogd/klogd: done
  325.  
  326. Resy (Reliable Embedded Systems Reference Distro) 4.1.66 am335x-regor-rdk /dev/ttyS0
  327.  
  328. am335x-regor-rdk login: root
  329. root@am335x-regor-rdk:~# cat /proc/version
  330. Linux version 6.1.1-std (oe-user@oe-host) (arm-resy-linux-gnueabi-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0.20220819) #1 SMP Wed Dec 21 16:48:12 UTC 2022
  331. root@am335x-regor-rdk:~# lsmod
  332. Module Size Used by
  333. musb_dsps 20480 0
  334. musb_hdrc 126976 1 musb_dsps
  335. phy_am335x 16384 2
  336. cppi41 20480 60
  337. phy_am335x_control 16384 1 phy_am335x
  338. root@am335x-regor-rdk:~# cat /etc/issue
  339. Resy (Reliable Embedded Systems Reference Distro) 4.1.66 \n \l
  340.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement