Advertisement
Guest User

Untitled

a guest
Feb 15th, 2024
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.39 KB | None | 0 0
  1. System startup
  2.  
  3. Uncompress Ok!
  4.  
  5. U-Boot 2016.11-g852b5be (Jan 22 2024 - 21:08:32 +0300)gk7205v300
  6.  
  7. Relocation Offset is: 0772c000
  8. Relocating to 47f2c000, new gd at 47eebef0, sp at 47eebed0
  9. SPI Nor: Check Flash Memory Controller v100 ... Found
  10. SPI Nor ID Table Version 1.0
  11. SPI Nor(cs 0) ID: 0xa1 0x40 0x18
  12. Block:64KB Chip:16MB Name:"FM25Q128A-SOB-T-G"
  13. SPI Nor total size: 16MB
  14. NAND: 0 MiB
  15. MMC: Card did not respond to voltage select!
  16. No SD device found !
  17. sdhci: 0
  18. *** Warning - bad CRC, using default environment
  19.  
  20. Saving default environment...
  21. Erasing SPI flash...Writing to SPI flash...done
  22. In: serial
  23. Out: serial
  24. Err: serial
  25. RAM size: 128MB
  26. Net: eth0
  27. Warning: eth0 (eth0) using random MAC address - fe:54:97:7f:4e:a1
  28.  
  29. Press Ctrl-c to stop autoboot... 2
  30. device 0 offset 0x50000, size 0x300000
  31.  
  32. SF: 3145728 bytes @ 0x50000 Read: OK
  33. ## Booting kernel from Legacy Image at 42000000 ...
  34. Image Name: Linux-4.9.37-gk7205v300
  35. Image Type: ARM Linux Kernel Image (uncompressed)
  36. Data Size: 2094817 Bytes = 2 MiB
  37. Load Address: 40008000
  38. Entry Point: 40008000
  39. Loading Kernel Image ... OK
  40.  
  41. Starting kernel ...
  42.  
  43. Booting Linux on physical CPU 0x0
  44. Linux version 4.9.37 (runner@fv-az1535-390) (buildroot-gcc-12.3.0) #1 Wed Feb 14 07:26:22 UTC 2024
  45. CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d
  46. CPU: div instructions available: patching division code
  47. CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  48. OF: fdt:Machine model: Goke GK7205V300 DEMO Board
  49. cma zone is not set!
  50. Memory policy: Data cache writeback
  51. CPU: All CPU(s) started in SVC mode.
  52. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128
  53. Kernel command line: mem=32M console=ttyAMA0,115200 panic=20 root=/dev/mtdblock3 rootfstype=squashfs init=/init mtdparts=sfc:256k(boot),64k(env),2048k(kernel),5120k(rootfs),-(rootfs_data)
  54. PID hash table entries: 128 (order: -3, 512 bytes)
  55. Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
  56. Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
  57. Memory: 26384K/32768K available (4394K kernel code, 156K rwdata, 1016K rodata, 200K init, 189K bss, 6384K reserved, 0K cma-reserved)
  58. Virtual kernel memory layout:
  59. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  60. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  61. vmalloc : 0xc2800000 - 0xff800000 ( 976 MB)
  62. lowmem : 0xc0000000 - 0xc2000000 ( 32 MB)
  63. modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  64. .text : 0xc0008000 - 0xc0452c50 (4396 kB)
  65. .init : 0xc0552000 - 0xc0584000 ( 200 kB)
  66. .data : 0xc0584000 - 0xc05ab0e0 ( 157 kB)
  67. .bss : 0xc05ad000 - 0xc05dc680 ( 190 kB)
  68. SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  69. NR_IRQS:16 nr_irqs:16 16
  70. Gic dist init...
  71. arm_arch_timer: Architected cp15 timer(s) running at 50.00MHz (phys).
  72. clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
  73. sched_clock: 56 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
  74. Switching to timer-based delay loop, resolution 20ns
  75. clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
  76. Console: colour dummy device 80x30
  77. Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=500000)
  78. pid_max: default: 32768 minimum: 301
  79. Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  80. Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  81. CPU: Testing write buffer coherency: ok
  82. Setting up static identity map for 0x40008200 - 0x40008258
  83. devtmpfs: initialized
  84. VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  85. clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  86. futex hash table entries: 256 (order: -1, 3072 bytes)
  87. pinctrl core: initialized pinctrl subsystem
  88. NET: Registered protocol family 16
  89. DMA: preallocated 256 KiB pool for atomic coherent allocations
  90. Serial: AMBA PL011 UART driver
  91. 12040000.uart: ttyAMA0 at MMIO 0x12040000 (irq = 21, base_baud = 0) is a PL011 rev2
  92. console [ttyAMA0] enabled
  93. 12041000.uart: ttyAMA1 at MMIO 0x12041000 (irq = 22, base_baud = 0) is a PL011 rev2
  94. SCSI subsystem initialized
  95. ssp-pl022 12070000.spi: ARM PL022 driver, device ID: 0x00041022
  96. ssp-pl022 12070000.spi: mapped registers from 0x12070000 to c286f000
  97. ssp-pl022 12071000.spi: ARM PL022 driver, device ID: 0x00041022
  98. ssp-pl022 12071000.spi: mapped registers from 0x12071000 to c2871000
  99. usbcore: registered new interface driver usbfs
  100. usbcore: registered new interface driver hub
  101. usbcore: registered new device driver usb
  102. clocksource: Switched to clocksource arch_sys_counter
  103. NET: Registered protocol family 2
  104. TCP established hash table entries: 1024 (order: 0, 4096 bytes)
  105. TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  106. TCP: Hash tables configured (established 1024 bind 1024)
  107. UDP hash table entries: 256 (order: 0, 4096 bytes)
  108. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  109. NET: Registered protocol family 1
  110. RPC: Registered named UNIX socket transport module.
  111. RPC: Registered udp transport module.
  112. RPC: Registered tcp transport module.
  113. RPC: Registered tcp NFSv4.1 backchannel transport module.
  114. workingset: timestamp_bits=30 max_order=13 bucket_order=0
  115. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  116. jffs2: version 2.2 (NAND) (ZLIB) (RTIME) (c) 2001-2006 Red Hat, Inc.
  117. Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  118. io scheduler noop registered
  119. io scheduler deadline registered (default)
  120. pl061_gpio 120b0000.gpio_chip: PL061 GPIO chip @0x120b0000 registered
  121. pl061_gpio 120b1000.gpio_chip: PL061 GPIO chip @0x120b1000 registered
  122. pl061_gpio 120b2000.gpio_chip: PL061 GPIO chip @0x120b2000 registered
  123. pl061_gpio 120b3000.gpio_chip: PL061 GPIO chip @0x120b3000 registered
  124. pl061_gpio 120b4000.gpio_chip: PL061 GPIO chip @0x120b4000 registered
  125. pl061_gpio 120b5000.gpio_chip: PL061 GPIO chip @0x120b5000 registered
  126. pl061_gpio 120b6000.gpio_chip: PL061 GPIO chip @0x120b6000 registered
  127. pl061_gpio 120b7000.gpio_chip: PL061 GPIO chip @0x120b7000 registered
  128. pl061_gpio 120b8000.gpio_chip: PL061 GPIO chip @0x120b8000 registered
  129. pl061_gpio 120b9000.gpio_chip: PL061 GPIO chip @0x120b9000 registered
  130. brd: module loaded
  131. loop: module loaded
  132. bsp-sfc bsp_spi_nor.0: SPI Nor ID Table Version 1.2
  133. bsp-sfc bsp_spi_nor.0: Force global unlock
  134. bsp-sfc bsp_spi_nor.0: all blocks are unlocked.
  135. bsp-sfc bsp_spi_nor.0: SR1 [00], SR2 [00], SR3 [00]
  136. bsp-sfc bsp_spi_nor.0: FM25Q128-SOB-T-G (Chipsize 16 Mbytes, Blocksize 64KiB)
  137. 5 cmdlinepart partitions found on MTD device sfc
  138. 5 cmdlinepart partitions found on MTD device sfc
  139. Creating 5 MTD partitions on "sfc":
  140. 0x000000000000-0x000000040000 : "boot"
  141. 0x000000040000-0x000000050000 : "env"
  142. 0x000000050000-0x000000250000 : "kernel"
  143. 0x000000250000-0x000000750000 : "rootfs"
  144. 0x000000750000-0x000001000000 : "rootfs_data"
  145. SPI Nand ID Table Version 2.7
  146. Cannot found a valid SPI Nand Device
  147. bsp_spi_nand_probe(157): Error: driver probe, result: -19
  148. FEPHY:addr=1, la_am=0xa, ldo_am=0x5, r_tuning=0x23
  149. libphy: femac_mii_bus: probed
  150. libphy: Fixed MDIO Bus: probed
  151. tun: Universal TUN/TAP device driver, 1.6
  152. tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
  153. femac 10040000.ethernet: using random MAC address 22:57:d0:b4:3d:d1
  154. Generic PHY 10041100.mdio:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=10041100.mdio:01, irq=-1)
  155. phy_id=0x20669906, phy_mode=mii
  156. xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  157. xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  158. xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe6c hci version 0x110 quirks 0x20010010
  159. xhci-hcd xhci-hcd.0.auto: irq 134, io mem 0x10030000
  160. hub 1-0:1.0: USB hub found
  161. hub 1-0:1.0: 1 port detected
  162. xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  163. xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  164. usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  165. hub 2-0:1.0: USB hub found
  166. hub 2-0:1.0: hub can't support USB3.0
  167. goke_rtc 120e0000.rtc: rtc core: registered 120e0000.rtc as rtc0
  168. goke_rtc 120e0000.rtc: RTC driver for goke enabled
  169. i2c /dev entries driver
  170. goke-i2c 12060000.i2c: goke-i2c0@100000hz registered
  171. goke-i2c 12061000.i2c: goke-i2c1@100000hz registered
  172. goke-i2c 12062000.i2c: goke-i2c2@100000hz registered
  173. sdhci: Secure Digital Host Controller Interface driver
  174. sdhci: Copyright(c) Pierre Ossman
  175. sdhci-pltfm: SDHCI platform and OF driver helper
  176. mmc0: SDHCI controller on 10010000.sdhci [10010000.sdhci] using ADMA in legacy mode
  177. mmc1: SDHCI controller on 10020000.sdhci [10020000.sdhci] using ADMA in legacy mode
  178. NET: Registered protocol family 10
  179. NET: Registered protocol family 17
  180. goke_rtc 120e0000.rtc: hctosys: unable to read the hardware clock
  181. VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
  182. devtmpfs: mounted
  183. Freeing unused kernel memory: 200K (c0552000 - c0584000)
  184. This architecture does not have kernel memory protection.
  185. Timezone env variable not found, using system default.
  186. Wed Feb 14 07:32:04 GMT 2024
  187. random: seedrng: uninitialized urandom read (256 bytes read)
  188. Saving 2048 bits of non-creditable seed for next boot
  189. Starting syslogd: OK
  190. Starting klogd: OK
  191. Running sysctl: OK
  192. Loading modules:modprobe: module exfat not found in modules.dep
  193. Starting rngd: OK
  194. Customizer script not present...
  195. Starting mdev...
  196. Starting network...
  197. udhcpc: started, v1.36.1
  198. udhcpc: broadcasting discover
  199. udhcpc: broadcasting discover
  200. udhcpc: broadcasting discover
  201. udhcpc: broadcasting discover
  202. udhcpc: broadcasting select for 192.168.0.55, server 192.168.0.1
  203. udhcpc: lease of 192.168.0.55 obtained from 192.168.0.1, lease time 25200
  204. deleting routers
  205. adding dns 192.168.0.1
  206. ntpd: setting time to 2024-02-15 07:47:42.353741 (offset +87332.855542s)
  207. Starting ntpd: OK
  208. Starting dropbear sshd: OK
  209. Starting mini-snmpd: DISABLED, OK
  210. Starting telnetd: DISABLED, OK
  211. Starting crond: OK
  212.  
  213. Loading of kernel modules...
  214. mmz_start: 0x42000000, mmz_size: 32M
  215. Allocator selected as gk...
  216. mem=32M console=ttyAMA0,115200 panic=20 rootfstype=squashfs root=/dev/mtdblock3 init=/init mtdparts=${mtdparts} mmz_allocator=gk
  217. rmmod: can't unload module 'gk7205v200_isp': No such file or directory
  218. rmmod: can't unload module 'gk7205v200_base': Resource temporarily unavailable
  219. goke: Get data from ipcinfo and set SENSOR as imx335
  220. goke: Writing imx335 to U-Boot ENV
  221. Allocator selected as gk...
  222. mem=32M console=ttyAMA0,115200 panic=20 rootfstype=squashfs root=/dev/mtdblock3 init=/init mtdparts=${mtdparts} mmz_allocator=gk
  223. insmod: can't insert 'gk7205v200_base.ko': File exists
  224. insmod: can't insert 'gk7205v200_rgn.ko': No such file or directory
  225. insmod: can't insert 'gk7205v200_jpege.ko': No such file or directory
  226. insmod: can't insert 'gk7205v200_ive.ko': No such file or directory
  227. insmod: can't insert 'gk7205v200_aio.ko': No such file or directory
  228. insmod: can't insert 'gk7205v200_ai.ko': No such file or directory
  229. insmod: can't insert 'gk7205v200_ao.ko': No such file or directory
  230. insmod: can't insert 'gk7205v200_aenc.ko': No such file or directory
  231. insmod: can't insert 'gk7205v200_adec.ko': No such file or directory
  232. insmod: can't insert 'gk7205v200_acodec.ko': No such file or directory
  233. insert audio
  234. goke: Loading video system has started...
  235. Starting majestic: OK
  236. sh: true: unknown operand
  237. sh: false: unknown operand
  238. Preparing system tweaks for gk7205v300...
  239. Allocator selected as cma...
  240. mem=64M console=ttyAMA0,115200 panic=20 rootfstype=squashfs root=/dev/mtdblock3 init=/init mtdparts=${mtdparts} mmz_allocator=cma mmz=anonymous,0,0x44000000,0M
  241. Preparing system done.
  242. Starting FPV datalink...
  243. Starting wifibroadcast service...
  244. Loading modules and wifi card driver...
  245. Detecting wifi card vendor...
  246. No usb wifi card detected. Check wifi stick connection, usb power or possible bad soldering.
  247. Stopping all services...
  248. Stopping majestic: OK
  249. Stopping crond: OK
  250. Stopping telnetd: DISABLED, FAIL
  251. Stopping mini-snmpd: DISABLED, start-stop-daemon: warning: killing process 729: No such process
  252. FAIL
  253. Stopping dropbear sshd: OK
  254. Stopping ntpd: OK
  255. Stopping network...
  256. Usage: /etc/init.d/S40mdev {start}
  257. Usage: /etc/init.d/S30customizer {start}
  258. Stopping rngd: FAIL
  259. Stopping klogd: OK
  260. Stopping syslogd: OK
  261. Seeding 2048 bits without crediting
  262. Saving 2048 bits of creditable seed for next boot
  263. umount: can't unmount /dev: Resource busy
  264. The system is going down NOW!
  265. Sent SIGTERM to all processes
  266. Sent SIGKILL to all processes
  267. Requesting system reboot
  268.  
  269.  
  270.  
  271. System startup
  272.  
  273. Uncompress Ok!
  274.  
  275. U-Boot 2016.11-g852b5be (Jan 22 2024 - 21:08:32 +0300)gk7205v300
  276.  
  277. Relocation Offset is: 0772c000
  278. Relocating to 47f2c000, new gd at 47eebef0, sp at 47eebed0
  279. SPI Nor: Check Flash Memory Controller v100 ... Found
  280. SPI Nor ID Table Version 1.0
  281. SPI Nor(cs 0) ID: 0xa1 0x40 0x18
  282. Block:64KB Chip:16MB Name:"FM25Q128A-SOB-T-G"
  283. SPI Nor total size: 16MB
  284. NAND: 0 MiB
  285. MMC: Card did not respond to voltage select!
  286. No SD device found !
  287. sdhci: 0
  288. In: serial
  289. Out: serial
  290. Err: serial
  291. RAM size: 128MB
  292. Net: eth0
  293. Warning: eth0 (eth0) using random MAC address - ee:45:b4:fc:bb:18
  294.  
  295. Press Ctrl-c to stop autoboot... 0
  296. device 0 offset 0x50000, size 0x300000
  297.  
  298. SF: 3145728 bytes @ 0x50000 Read: OK
  299. ## Booting kernel from Legacy Image at 42000000 ...
  300. Image Name: Linux-4.9.37-gk7205v300
  301. Image Type: ARM Linux Kernel Image (uncompressed)
  302. Data Size: 2094817 Bytes = 2 MiB
  303. Load Address: 40008000
  304. Entry Point: 40008000
  305. Loading Kernel Image ... OK
  306.  
  307. Starting kernel ...
  308.  
  309.  
  310.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement