Advertisement
gaston0902

Untitled

Sep 12th, 2022
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.39 KB | None | 0 0
  1. ␊U-Boot SPL 2017.01-rc2-00057-g32ab1804cd-dirty (Sep 08 2022 - 18:56:23)␍
  2. ␊DRAM: 64 MiB␍
  3. ␊Trying to boot from MMC1␍
  4. ␊␍
  5. ␊U-Boot 2017.01-rc2-00057-g32ab1804cd-dirty (Sep 08 2022 - 18:56:23 -0300) Allwinner Technology␍
  6. ␊␍
  7. ␊CPU: Allwinner V3s (SUN8I 1681)␍
  8. ␊Model: Lichee Pi Zero␍
  9. ␊DRAM: 64 MiB␍
  10. ␊MMC: SUNXI SD/MMC: 0␍
  11. ␊*** Warning - bad CRC, using default environment␍
  12. ␊␍
  13. ␊Setting up a 800x480 lcd console (overscan 0x0)␍
  14. ␊dotclock: 33000kHz = 33000kHz: (1 * 3MHz * 66) / 6␍
  15. ␊In: serial@01c28000␍
  16. ␊Out: serial@01c28000␍
  17. ␊Err: serial@01c28000␍
  18. ␊␍
  19. ␊␍
  20. ␊U-Boot 2017.01-rc2-00057-g32ab1804cd-dirty (Sep 08 2022 - 18:56:23 -0300) Allwinner Technology␍
  21. ␊␍
  22. ␊CPU: Allwinner V3s (SUN8I 1681)␍
  23. ␊Model: Lichee Pi Zero␍
  24. ␊DRAM: 64 MiB␍
  25. ␊MMC: SUNXI SD/MMC: 0␍
  26. ␊*** Warning - bad CRC, using default environment␍
  27. ␊␍
  28. ␊Setting up a 800x480 lcd console (overscan 0x0)␍
  29. ␊dotclock: 33000kHz = 33000kHz: (1 * 3MHz * 66) / 6␍
  30. ␊In: serial@01c28000␍
  31. ␊Out: serial@01c28000␍
  32. ␊Err: serial@01c28000␍
  33. ␊Net: No ethernet found.␍
  34. ␊starting USB...␍
  35. ␊No controllers found␍
  36. ␊Hit any key to stop autoboot: 2 <0x08><0x08><0x08> 1 <0x08><0x08><0x08> 0 ␍
  37. ␊reading zImage␍
  38. ␊4197208 bytes read in 217 ms (18.4 MiB/s)␍
  39. ␊reading sun8i-v3s-licheepi-zero-with-800x480-lcd.dtb␍
  40. ␊11757 bytes read in 28 ms (409.2 KiB/s)␍
  41. ␊## Flattened Device Tree blob at 43000000␍
  42. ␊ Booting using the fdt blob at 0x43000000␍
  43. ␊ Loading Device Tree to 42dfa000, end 42dffdec ... OK␍
  44. ␊␍
  45. ␊Starting kernel ...␍
  46. ␊␍
  47. ␊[ 0.000000] Booting Linux on physical CPU 0x0␍
  48. ␊[ 0.000000] Linux version 5.2.0-licheepi-zero+ (gaston@gaston-VirtualBox) (gcc version 7.5.0 (Linaro GCC 7.5-2019.12)) #4 SMP Mon Sep 12 10:36:03 -03 2022␍
  49. ␊[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d␍
  50. ␊[ 0.000000] CPU: div instructions available: patching division code␍
  51. ␊[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache␍
  52. ␊[ 0.000000] OF: fdt: Machine model: Lichee Pi Zero␍
  53. ␊[ 0.000000] Memory policy: Data cache writealloc␍
  54. ␊[ 0.000000] percpu: Embedded 16 pages/cpu s34508 r8192 d22836 u65536␍
  55. ␊[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 15883␍
  56. ␊[ 0.000000] Kernel command line: console=ttyS0,115200 panic=10 rootwait root=/dev/mmcblk0p2 earlyprintk rw vt.global_cursor_default=0␍
  57. ␊[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes, linear)␍
  58. ␊[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes, linear)␍
  59. ␊[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off␍
  60. ␊[ 0.000000] Memory: 53548K/64036K available (6144K kernel code, 301K rwdata, 1680K rodata, 1024K init, 253K bss, 10488K reserved, 0K cma-reserved, 0K highmem)␍
  61. ␊[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1␍
  62. ␊[ 0.000000] rcu: Hierarchical RCU implementation.␍
  63. ␊[ 0.000000] rcu: ⇥ RCU event tracing is enabled.␍
  64. ␊[ 0.000000] rcu: ⇥ RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.␍
  65. ␊[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.␍
  66. ␊[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1␍
  67. ␊[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16␍
  68. ␊[ 0.000000] random: get_random_bytes called from start_kernel+0x2f8/0x484 with crng_init=0␍
  69. ␊[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).␍
  70. ␊[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns␍
  71. ␊[ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns␍
  72. ␊[ 0.000019] Switching to timer-based delay loop, resolution 41ns␍
  73. ␊[ 0.000199] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns␍
  74. ␊[ 0.000438] Console: colour dummy device 80x30␍
  75. ␊[ 0.000496] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)␍
  76. ␊[ 0.000512] pid_max: default: 32768 minimum: 301␍
  77. ␊[ 0.000677] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)␍
  78. ␊[ 0.000691] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)␍
  79. ␊[ 0.001494] CPU: Testing write buffer coherency: ok␍
  80. ␊[ 0.002016] /cpus/cpu@0 missing clock-frequency property␍
  81. ␊[ 0.002043] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000␍
  82. ␊[ 0.002856] Setting up static identity map for 0x40100000 - 0x40100060␍
  83. ␊[ 0.003074] rcu: Hierarchical SRCU implementation.␍
  84. ␊[ 0.003629] smp: Bringing up secondary CPUs ...␍
  85. ␊[ 0.003650] smp: Brought up 1 node, 1 CPU␍
  86. ␊[ 0.003661] SMP: Total of 1 processors activated (48.00 BogoMIPS).␍
  87. ␊[ 0.003667] CPU: All CPU(s) started in SVC mode.␍
  88. ␊[ 0.004776] devtmpfs: initialized␍
  89. ␊[ 0.008275] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5␍
  90. ␊[ 0.008581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns␍
  91. ␊[ 0.008614] futex hash table entries: 256 (order: 2, 16384 bytes, linear)␍
  92. ␊[ 0.008888] pinctrl core: initialized pinctrl subsystem␍
  93. ␊[ 0.010039] NET: Registered protocol family 16␍
  94. ␊[ 0.010562] DMA: preallocated 256 KiB pool for atomic coherent allocations␍
  95. ␊[ 0.011812] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.␍
  96. ␊[ 0.011832] hw-breakpoint: maximum watchpoint size is 8 bytes.␍
  97. ␊[ 0.035366] SCSI subsystem initialized␍
  98. ␊[ 0.035554] usbcore: registered new interface driver usbfs␍
  99. ␊[ 0.035610] usbcore: registered new interface driver hub␍
  100. ␊[ 0.035718] usbcore: registered new device driver usb␍
  101. ␊[ 0.035953] mc: Linux media interface: v0.10␍
  102. ␊[ 0.035993] videodev: Linux video capture interface: v2.00␍
  103. ␊[ 0.036220] Advanced Linux Sound Architecture Driver Initialized.␍
  104. ␊[ 0.037566] clocksource: Switched to clocksource arch_sys_counter␍
  105. ␊[ 0.049825] NET: Registered protocol family 2␍
  106. ␊[ 0.050669] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)␍
  107. ␊[ 0.050712] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear)␍
  108. ␊[ 0.050737] TCP bind hash table entries: 1024 (order: 1, 8192 bytes, linear)␍
  109. ␊[ 0.050759] TCP: Hash tables configured (established 1024 bind 1024)␍
  110. ␊[ 0.050911] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)␍
  111. ␊[ 0.050960] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)␍
  112. ␊[ 0.051272] NET: Registered protocol family 1␍
  113. ␊[ 0.053134] Initialise system trusted keyrings␍
  114. ␊[ 0.053517] workingset: timestamp_bits=30 max_order=14 bucket_order=0␍
  115. ␊[ 0.096866] Key type asymmetric registered␍
  116. ␊[ 0.096887] Asymmetric key parser 'x509' registered␍
  117. ␊[ 0.096988] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)␍
  118. ␊[ 0.097002] io scheduler mq-deadline registered␍
  119. ␊[ 0.097008] io scheduler kyber registered␍
  120. ␊[ 0.098242] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO␍
  121. ␊[ 0.102058] sun8i-v3s-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver␍
  122. ␊[ 0.102488] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pb not found, using dummy regulator␍
  123. ␊[ 0.103228] pwm-backlight backlight: backlight supply power not found, using dummy regulator␍
  124. ␊[ 0.170412] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled␍
  125. ␊[ 0.173699] printk: console [ttyS0] disabled␍
  126. ␊[ 0.194008] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 34, base_baud = 1500000) is a U6_16550A␍
  127. ␊[ 0.711693] printk: console [ttyS0] enabled␍
  128. ␊[ 0.717690] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pe not found, using dummy regulator␍
  129. ␊[ 0.752018] panel-simple panel: panel supply power not found, using dummy regulator␍
  130. ␊[ 0.761370] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver␍
  131. ␊[ 0.768045] ehci-platform: EHCI generic platform driver␍
  132. ␊[ 0.773557] ehci-platform 1c1a000.usb: EHCI Host Controller␍
  133. ␊[ 0.779235] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1␍
  134. ␊[ 0.787188] ehci-platform 1c1a000.usb: irq 26, io mem 0x01c1a000␍
  135. ␊[ 0.817571] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00␍
  136. ␊[ 0.824774] hub 1-0:1.0: USB hub found␍
  137. ␊[ 0.828739] hub 1-0:1.0: 1 port detected␍
  138. ␊[ 0.833364] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver␍
  139. ␊[ 0.839692] ohci-platform: OHCI generic platform driver␍
  140. ␊[ 0.845243] ohci-platform 1c1a400.usb: Generic Platform OHCI controller␍
  141. ␊[ 0.851970] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2␍
  142. ␊[ 0.859959] ohci-platform 1c1a400.usb: irq 27, io mem 0x01c1a400␍
  143. ␊[ 0.932704] hub 2-0:1.0: USB hub found␍
  144. ␊[ 0.936545] hub 2-0:1.0: 1 port detected␍
  145. ␊[ 0.943852] usbcore: registered new interface driver usb-storage␍
  146. ␊[ 0.951459] sun6i-rtc 1c20400.rtc: registered as rtc0␍
  147. ␊[ 0.956520] sun6i-rtc 1c20400.rtc: RTC enabled␍
  148. ␊[ 0.961247] i2c /dev entries driver␍
  149. ␊[ 0.966162] input: ns2009_ts as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0048/input/input0␍
  150. ␊[ 0.975826] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)␍
  151. ␊[ 0.984526] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pf not found, using dummy regulator␍
  152. ␊[ 1.020233] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB␍
  153. ␊[ 1.027822] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pg not found, using dummy regulator␍
  154. ␊[ 1.039209] usbcore: registered new interface driver usbhid␍
  155. ␊[ 1.044788] usbhid: USB HID core driver␍
  156. ␊[ 1.051499] Initializing XFRM netlink socket␍
  157. ␊[ 1.055813] NET: Registered protocol family 17␍
  158. ␊[ 1.060982] Registering SWP/SWPB emulation handler␍
  159. ␊[ 1.066872] Loading compiled-in X.509 certificates␍
  160. ␊[ 1.076991] simple-framebuffer 43e89000.framebuffer: framebuffer at 0x43e89000, 0x177000 bytes, mapped to 0x(ptrval)␍
  161. ␊[ 1.087664] simple-framebuffer 43e89000.framebuffer: format=x8r8g8b8, mode=800x480x32, linelength=3200␍
  162. ␊[ 1.103937] Console: switching to colour frame buffer device 100x30␍
  163. ␊[ 1.115574] simple-framebuffer 43e89000.framebuffer: fb0: simplefb registered!␍
  164. ␊[ 1.124075] sun8i-v3s-pinctrl 1c20800.pinctrl: 1c20800.pinctrl supply vcc-pe not found, using dummy regulator␍
  165. ␊[ 1.136580] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0746880)␍
  166. ␊[ 1.144149] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0743b7c)␍
  167. ␊[ 1.151888] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).␍
  168. ␊[ 1.158512] [drm] No driver support for vblank timestamp query.␍
  169. ␊[ 1.164436] fb0: switching to sun4i-drm-fb from simple␍
  170. ␊[ 1.170423] Console: switching to colour dummy device 80x30␍
  171. ␊[ 1.177006] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0␍
  172. ␊[ 1.214286] mmc0: host does not support reading read-only switch, assuming write-enable␍
  173. ␊[ 1.216315] mmc0: new high speed SDHC card at address 1234␍
  174. ␊[ 1.218268] mmcblk0: mmc0:1234 SA04G 3.71 GiB ␍
  175. ␊[ 1.220269] mmcblk0: p1 p2␍
  176. ␊[ 1.237300] Console: switching to colour frame buffer device 100x30␍
  177. ␊[ 1.285863] sun4i-drm display-engine: fb0: sun4i-drmdrmfb frame buffer device␍
  178. ␊[ 1.293877] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator␍
  179. ␊[ 1.305372] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver␍
  180. ␊[ 1.311218] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 3␍
  181. ␊[ 1.320339] hub 3-0:1.0: USB hub found␍
  182. ␊[ 1.324236] hub 3-0:1.0: 1 port detected␍
  183. ␊[ 1.329418] sun6i-rtc 1c20400.rtc: setting system clock to 1970-01-01T00:00:04 UTC (4)␍
  184. ␊[ 1.337685] vcc3v0: disabling␍
  185. ␊[ 1.340667] vcc5v0: disabling␍
  186. ␊[ 1.343672] ALSA device list:␍
  187. ␊[ 1.346639] No soundcards found.␍
  188. ␊[ 1.761813] random: fast init done␍
  189. ␊[ 1.770345] EXT4-fs (mmcblk0p2): recovery complete␍
  190. ␊[ 1.775167] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)␍
  191. ␊[ 1.783427] VFS: Mounted root (ext4 filesystem) on device 179:2.␍
  192. ␊[ 1.790903] devtmpfs: mounted␍
  193. ␊[ 1.795166] Freeing unused kernel memory: 1024K␍
  194. ␊[ 1.799931] Run /sbin/init as init process␍
  195. ␊[ 1.934560] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)␍
  196. ␊Starting syslogd: OK␍
  197. ␊Starting klogd: OK␍
  198. ␊Running sysctl: OK␍
  199. ␊Starting mdev... OK␍
  200. ␊modprobe: can't change directory to '/lib/modules': No such file or directory␍
  201. ␊Initializing random number generator: OK␍
  202. ␊Saving random seed: [ 3.321383] random: dd: uninitialized urandom read (512 bytes read)␍
  203. ␊OK␍
  204. ␊Starting network: OK␍
  205. ␊␍
  206. ␊Welcome to Buildroot␍
  207. ␊␍
  208. licheepi login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement