User Tools

Site Tools


projects:3dprinting:flashforge_creator_3_pro_fan_fix:allwinner_v3s_main_cpu

Flashforge creator 3 pro - Allwinner V3s

CPU boot messages

The boot messages from the main cpu (Allwinner V3s) are captured using a serial cable at J2 as follows:

PCB Marking FTDI TTL232R-3V3
GND Black
RX Orange (TX)
TX Yellow (RX)
3V3 NC (do not connect)

Then connect using a serial cable (8N1, 115200). For example:

minicom -D /dev/ttyUSB0 -b 115200

Upon booting, the following can be seen:

U-Boot SPL 2017.01-rc2-00057-g32ab180-dirty (Jan 06 2021 - 10:39:41)
DRAM: 64 MiB
Trying to boot from MMC1

U-Boot 2017.01-rc2-00057-g32ab180-dirty (Jan 06 2021 - 10:39:41 +0800) Allwinner Technology

CPU:   Allwinner V3s (SUN8I 1681)
Model: Lichee Pi Zero
DRAM:  64 MiB
MMC:   SUNXI SD/MMC: 0
Setting up a 320x480 lcd console (overscan 0x0)
dotclock: 10000kHz = 10000kHz: (1 * 3MHz * 20) / 6
In:    serial@01c28800
Out:   serial@01c28800
Err:   serial@01c28800


U-Boot 2017.01-rc2-00057-g32ab180-dirty (Jan 06 2021 - 10:39:41 +0800) Allwinner Technology

CPU:   Allwinner V3s (SUN8I 1681)
Model: Lichee Pi Zero
DRAM:  64 MiB
MMC:   SUNXI SD/MMC: 0
Setting up a 320x480 lcd console (overscan 0x0)
dotclock: 10000kHz = 10000kHz: (1 * 3MHz * 20) / 6
In:    serial@01c28800
Out:   serial@01c28800
Err:   serial@01c28800
Net:   phy interface0
eth0: ethernet@1c30000
starting USB...
No controllers found
Hit any key to stop autoboot:  2  1  0 
switch to partitions #0, OK
mmc0(part 0) is current device
reading script.bin
26972 bytes read in 23 ms (1.1 MiB/s)
reading uImage
3026952 bytes read in 158 ms (18.3 MiB/s)
## Booting kernel from Legacy Image at 41000000 ...
   Image Name:   Linux-3.4.39+
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3026888 Bytes = 2.9 MiB
   Load Address: 40008000
   Entry Point:  40008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
Using machid 0x1029 from environment

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0
[    0.000000] Linux version 3.4.39+ (heyanbo@heyanbo-PC Revision:103) (gcc version 4.9.4 (Linaro GCC 4.9-2017.01) ) #1 Tue May 18 21:33:25 CST 2021
[    0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine: sun8i
[    0.000000] Memory policy: ECC disabled, Data cache writeback
[    0.000000] script_init enter!
[    0.000000] script_init exit!
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line: console=ttyS0,115200 panic=5 rootwait rootfstype=ext4 root=/dev/mmcblk0p2 init=linuxrc earlyprintk rw
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Memory: 64MB = 64MB total
[    0.000000] Memory: 56652k/56652k available, 8884k reserved, 0K highmem
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xc4800000 - 0xff000000   ( 936 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xc4000000   (  64 MB)
[    0.000000]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0588000   (5632 kB)
[    0.000000]       .init : 0xc0588000 - 0xc060b000   ( 524 kB)
[    0.000000]       .data : 0xc060c000 - 0xc0654bd0   ( 291 kB)
[    0.000000]        .bss : 0xc0654bf4 - 0xc06eaa44   ( 600 kB)
[    0.000000] NR_IRQS:544
[    0.000000] 524 ahb1 set parent pll_periph0d2
[    0.000000] Architected local timer running at 24.00MHz.
[    0.000000] Switching to timer-based delay loop
[    0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
[    0.000000] Console: colour dummy device 80x30
[    0.000156] Calibrating delay loop (skipped), value calculated using timer frequency.. 4800.00 BogoMIPS (lpj=24000000)
[    0.000177] pid_max: default: 32768 minimum: 301
[    0.000322] Mount-cache hash table entries: 512
[    0.000836] CPU: Testing write buffer coherency: ok
[    0.001099] Setting up static identity map for 0x403d0530 - 0x403d0588
[    0.001741] devtmpfs: initialized
[    0.003494] pinctrl core: initialized pinctrl subsystem
[    0.003989] NET: Registered protocol family 16
[    0.004351] DMA: preallocated 128 KiB pool for atomic coherent allocations
[    0.004396] script_sysfs_init success
[    0.005155] gpiochip_add: registered GPIOs 0 to 223 on device: sunxi-pinctrl
[    0.005626] sunxi-pinctrl sunxi-pinctrl: initialized sunXi PIO driver
[    0.006373] touchscreen device registered
[    0.006660] [sunxi-module]: [sunxi-module.0] probe success
[    0.006906] script config pll_isp to 360 Mhz
[    0.006937] Not Found clk pll_video in script 
[    0.006949] script config pll_ve to 360 Mhz
[    0.006967] Not Found clk pll_periph0 in script 
[    0.006975] Not Found clk pll_de in script 
[    0.006981] sunxi_default_clk_init
[    0.006987] try to set pll6ahb1 to 200000000
[    0.006997] Error not get clk pll6ahb1
[    0.007008] Error not get clk pll6ahb1try to set ahb1 to 200000000
[    0.007026] try to set apb1 to 100000000
[    0.007285] ===fe3o4==== sunxi_root_procfs_attach ret:0
[    0.011561] bio: create slab <bio-0> at 0
[    0.011826] pwm module init!
[    0.013885] SCSI subsystem initialized
[    0.014127] usbcore: registered new interface driver usbfs
[    0.014201] usbcore: registered new interface driver hub
[    0.014348] usbcore: registered new device driver usb
[    0.014475] twi_chan_cfg()345 - [twi0]:sunxi_i2c_platform_data.frequency == 100000 
[    0.014488] twi_chan_cfg()353 - [twi0] has no twi_regulator.
[    0.014498] twi_chan_cfg()342 - [twi1] has no twi_speed!
[    0.014507] twi_chan_cfg()353 - [twi1] has no twi_regulator.
[    0.015213] axp20_board 0-0034: AXP (CHIP ID: 0x41) detected
[    0.224117] Linux video capture interface: v2.00
[    0.230344] gpiochip_add: registered GPIOs 1024 to 1028 on device: axp_pin
[    0.230547] Advanced Linux Sound Architecture Driver Version 1.0.25.
[    0.231483] cfg80211: Calling CRDA to update world regulatory domain
[    0.232594] Switching to clocksource arch_sys_counter
[    0.238637] NET: Registered protocol family 2
[    0.238900] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.239294] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[    0.239343] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[    0.239373] TCP: Hash tables configured (established 2048 bind 2048)
[    0.239383] TCP: reno registered
[    0.239395] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.239418] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.239671] NET: Registered protocol family 1
[    0.240086] RPC: Registered named UNIX socket transport module.
[    0.240100] RPC: Registered udp transport module.
[    0.240108] RPC: Registered tcp transport module.
[    0.240116] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.240357] [pm]aw_pm_init!
[    0.240372] standby_mode = 1. 
[    0.240379] wakeup src cnt is : 3. 
[    0.240391] pmu name: pmu1_para .
[    0.240402] pmu1_enable = 0x1. 
[    0.240410] pmux_id = 0x1. 
[    0.240434] add_sys_pwr_dm: get ldo name failed
[    0.240443] add_sys_pwr_dm: get ldo name failed
[    0.241036] add_sys_pwr_dm: get ldo name failed
[    0.241048] add_sys_pwr_dm: get ldo name failed
[    0.241057] add_sys_pwr_dm: get ldo name failed
[    0.241067] add_sys_pwr_dm: get ldo name failed
[    0.241617] add_sys_pwr_dm: get ldo name failed
[    0.242156] after inited: sys_mask config = 0x4810. 
[    0.242167] dynamic_standby enalbe = 0x0. 
[    0.242244] sunxi_reg_init enter
[    0.244396] msgmni has been set to 110
[    0.244963] io scheduler noop registered
[    0.244975] io scheduler deadline registered
[    0.245060] io scheduler cfq registered (default)
[    0.245443] [DISP]disp_module_init
[    0.245819] cmdline,disp=
[    0.246330] rotation_sw module is config as no used
[    0.246363] [DISP] disp_get_rotation_sw,line:68:disp 0 out of range? g_rot_sw=0
[    0.246378] [DISP] disp_init_connections,line:289:NULL pointer: 0, 0
[    0.246495] Fb_map_video_memory(reserve), pa=0x43f00000 size:0xbb800
[    0.247581] [DISP] Fb_map_kernel_logo,line:924:Fb_map_kernel_logo failed!
[    0.253043] Console: switching to colour frame buffer device 100x30
[    0.262842] [DISP]disp_module_init finish
[    0.263091] sw_uart_get_devinfo()1503 - uart0 has no uart_regulator.
[    0.263107] sw_uart_get_devinfo()1503 - uart1 has no uart_regulator.
[    0.263121] sw_uart_get_devinfo()1503 - uart2 has no uart_regulator.
[    0.263589] uart0: ttyS1 at MMIO 0x1c28000 (irq = 32) is a SUNXI
[    0.263975] uart1: ttyS2 at MMIO 0x1c28400 (irq = 33) is a SUNXI
[    0.264246] uart2: ttyS0 at MMIO 0x1c28800 (irq = 34) is a SUNXI
[    0.264261] sw_uart_pm()890 - uart2 clk is already enable
[    0.264279] sw_console_setup()1233 - console setup baud 115200 parity n bits 8, flow n
[    0.418817] console [ttyS0] enabled
[    0.981075] sunxi_spi_chan_cfg()1378 - [spi-0] has no spi_regulator.
[    0.988141] sunxi_spi_register_spidev()1989 - Get spi devices number failed
[    0.995933] sunxi_spi_init()2075 - register spi devices board info failed 
[    1.004979] Failed to alloc md5
[    1.008506] eth0: Use random mac address
[    1.013011] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.040391] sunxi-ehci sunxi-ehci.1: SW USB2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.049411] sunxi-ehci sunxi-ehci.1: new USB bus registered, assigned bus number 1
[    1.057957] sunxi-ehci sunxi-ehci.1: irq 104, io mem 0xf1c1a000
[    1.080042] sunxi-ehci sunxi-ehci.1: USB 0.0 started, EHCI 1.00
[    1.086617] ehci_irq: highspeed device connect
[    1.092244] hub 1-0:1.0: USB hub found
[    1.096423] hub 1-0:1.0: 1 port detected
[    1.101298] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.128278] sunxi-ohci sunxi-ohci.1: SW USB2.0 'Open' Host Controller (OHCI) Driver
[    1.136828] sunxi-ohci sunxi-ohci.1: new USB bus registered, assigned bus number 2
[    1.145282] sunxi-ohci sunxi-ohci.1: irq 105, io mem 0xf1c1a400
[    1.214663] hub 2-0:1.0: USB hub found
[    1.218863] hub 2-0:1.0: 1 port detected
[    1.223683] Initializing USB Mass Storage driver...
[    1.229213] usbcore: registered new interface driver usb-storage
[    1.235929] USB Mass Storage support registered.
[    1.241409] file system registered
[    1.246861] android_usb gadget: Mass Storage Function, version: 2009/09/11
[    1.254548] android_usb gadget: Number of LUNs=1
[    1.259669]  lun0: LUN: removable file: (no medium)
[    1.265542] android_usb gadget: android_usb ready
[    1.270861] TSC2007 TouchScreen Driver probe
[    1.276638] gspca_main: v2.14.0 registered
[    1.281772] usbcore: registered new interface driver uvcvideo
[    1.288148] USB Video Class driver (v1.0.8_SONiX_v2.6.36.04)
[    1.295718] sunxi_wdt_init_module: sunxi WatchDog Timer Driver v1.0
[    1.303092] sunxi_wdt_probe: devm_ioremap return wdt_reg 0xf1c20ca0, res->start 0x01c20ca0, res->end 0x01c20cbf
[    1.314351] sunxi_wdt_probe: initialized (g_timeout=16s, g_nowayout=0)
[    1.321833] wdt_enable, write reg 0xf1c20cb8 val 0x00000000
[    1.328017] wdt_set_tmout, write 0x000000b0 to mode reg 0xf1c20cb8, actual timeout 16 sec
[    1.337533] [mmc]: SD/MMC/SDIO Host Controller Driver(v1.114 2015-6-2 10:21) Compiled in May 18 2021 at 21:30:44
[    1.348891] [mmc]: get mmc0's sdc_power failed
[    1.353856] [mmc]: MMC host used card: 0x1, boot card: 0x1, io_card 0
[    1.361734] [mmc]: sdc0 set ios: clk 0Hz bm OD pm OFF vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.372702] [mmc]: sdc0 set ios: clk 0Hz bm PP pm UP vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.382666] usbcore: registered new interface driver usbhid
[    1.388865] usbhid: USB HID core driver
[    1.393146] [mmc]: sdc0 power_supply is null
[    1.399549] logger: created 256K log 'log_main'
[    1.404744] logger: created 32K log 'log_events'
[    1.410001] logger: created 32K log 'log_radio'
[    1.415058] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.425258] usb 1-1: new high-speed USB device number 2 using sunxi-ehci
[    1.432844] logger: created 32K log 'log_system'
[    1.439487] script_get_item return type err, consider it no ldo
[    1.446119] script_get_item return audio_pa_ctrl type err
[    1.453318] asoc: sndcodec <-> sunxi-codec mapping ok
[    1.460771] [DAUDIO]sunxi-daudio cannot find any using configuration for controllers, return directly!
[    1.471480] [I2S]snddaudio cannot find any using configuration for controllers, return directly!
[    1.481282] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52,  RTO !!
[    1.489425] [DAUDIO0] driver not init,just return.
[    1.494991] TCP: cubic registered
[    1.498685] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 52,  RTO !!
[    1.506852] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.517084] NET: Registered protocol family 17
[    1.522059] lib80211: common routines for IEEE802.11 drivers
[    1.528473] Registering the dns_resolver key type
[    1.535120] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[    1.543687] ThumbEE CPU extension supported.
[    1.549453] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.559621] Registering SWP/SWPB emulation handler
[    1.567634] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 8,  RTO !!
[    1.575993] *******************Try sdio*******************
[    1.582945] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    1.591871] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    1.600464] ALSA device list:
[    1.603783] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    1.611848]   #0: audiocodec
[    1.615568] Waiting for root device /dev/mmcblk0p2...
[    1.621246] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 5,  RTO !!
[    1.629311] *******************Try sd *******************
[    1.636165] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55,  RTO !!
[    1.645192] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55,  RTO !!
[    1.653483] hub 1-1:1.0: USB hub found
[    1.657646] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55,  RTO !!
[    1.666336] hub 1-1:1.0: 4 ports detected
[    1.670797] [mmc]: *** sunxi_mci_dump_errinfo(L826): smc 0 err, cmd 55,  RTO !!
[    1.678926] *******************Try mmc*******************
[    1.684935] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.695660] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.706002] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.716302] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.728970] [mmc]: sdc0 set ios: clk 400000Hz bm OD pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.781199] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.804285] [mmc]: sdc0 set ios: clk 400000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.814886] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.825383] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing LEGACY(SDR12) dt B
[    1.835883] [mmc]: sdc0 set ios: clk 25000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.846389] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.856873] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 1 timing MMC-HS(SDR20) dt B
[    1.867340] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing MMC-HS(SDR20) dt B
[    1.878937] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing MMC-HS(SDR20) dt B
[    1.889381] mmc0: new high speed MMC card at address 0001
[    1.895868] mmcblk0: mmc0:0001 08A391 7.28 GiB 
[    1.901077] mmcblk0boot0: mmc0:0001 08A391 partition 1 4.00 MiB
[    1.907749] mmcblk0boot1: mmc0:0001 08A391 partition 2 4.00 MiB
[    1.915677]  mmcblk0: p1 p2 p3
[    1.920478] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing MMC-HS(SDR20) dt B
[    1.932384]  mmcblk0boot1: unknown partition table
[    1.938597] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing MMC-HS(SDR20) dt B
[    1.950444]  mmcblk0boot0: unknown partition table
[    1.956119] *******************mmc init ok *******************
[    2.050413] usb 1-1.2: new high-speed USB device number 3 using sunxi-ehci
[    2.060438] [mmc]: sdc0 set ios: clk 50000000Hz bm PP pm ON vdd 3.3V width 4 timing MMC-HS(SDR20) dt B
[    2.093652] EXT4-fs (mmcblk0p2): recovery complete
[    2.099318] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    2.108404] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    2.115679] devtmpfs: mounted
[    2.119918] Freeing init memory: 524K
[    2.247869] uvcvideo: Found UVC 1.00 device USB 2.0 PC Camera (038f:0541)
[    2.272617] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    2.332209] EXT4-fs (mmcblk0p3): recovery complete
[    2.337903] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
Starting logging: OK
Initializing random number generator... done.
Starting network...
udhcp client (v0.9.8) started
[    2.560234] uvcvideo: Failed to query (1) UVC control 1 (unit 4) : -110 (exp. 4).
[    2.855462] gmac0: probed
[    2.858504] gmac0 gmac0: eth0: eth0: PHY ID 00441400 at 0 IRQ poll (gmac0-0:00)
[    2.867109] uvcvideo: Failed to query (1) UVC control 1 (unit 4) : -110 (exp. 4).
Sending discover...
[    2.970419] usb 1-1.3: new high-speed USB device number 4 using sunxi-ehci
Sending discover...
sda1 not exist
sda2 not exist
sda3 not exist
sda4 not exist
[    5.850229] PHY: gmac0-0:00 - Link is Up - 100/Full
[    5.862365] usbcore: registered new interface driver rtl8188fu
Sending discover...
Sending select for 192.168.10.60...
Lease of 192.168.10.60 obtained, lease time 7200
deleting routers
route: SIOCDELRT: No such process
adding dns 192.168.10.1
wpa_supplicant v2.5
random: Trying to read entropy from /dev/random
Successfully initialized wpa_supplicant
Initializing interface 'wlan0' conf '/etc/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
update_config=1
Priority group 0
   id=0 ssid='S24 Ultra von Daniel'
WEXT: cfg80211-based driver detected
wext: interface wlan0 phy: phy0
rfkill: initial event: idx=0 type=1 op=0 soft=0 hard=0
rfkill: initial event: idx=1 type=1 op=0 soft=0 hard=0
SIOCGIWRANGE: WE(compiled)=22 WE(source)=16 enc_capa=0xf
  capabilities: key_mgmt 0xf enc 0x1f flags 0x0
ioctl[SIOCSIWAP]: Operation not permitted
WEXT: Failed to clear BSSID selection on disconnect
WEXT: Driver: rtl8188fu
netlink: Operstate: ifindex=3 linkmode=1 (userspace-control), operstate=5 (IF_OPER_DORMANT)
Add interface wlan0 to a new radio phy0
wlan0: Own MAC address: 68:b9:d3:a8:22:d5
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_countermeasures
wlan0: RSN: flushing PMKID list in the driver
wlan0: Setting scan request: 0.100000 sec
wlan0: WPS: UUID based on MAC address: eadead2f-6b12-561e-bc6d-9555631ec098
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: Supplicant port status: Unauthorized
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
wlan0: Added interface wlan0
wlan0: State: DISCONNECTED -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
netlink: Operstate: ifindex=3 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
Daemonize..
killall: wpa_cli: no process killed
mydeamon socket success,socket=3
Socket setsockopt SO_REUSEADDR success
Socket setsockopt SO_RCVTIMEO, success
mydeamon bind success,socket=3
[INFO]/opt/ffstartup-arm version: 1.0.0
[DEBUG]root: /opt, kernel: kernel, control: control, library: library, software: software
[INFO]version map: map[kernel:{0 1.0.0   []} control:{1 1.2.5   []} library:{2 1.0.1   []} software:{3 1.3.7   []}]
[INFO]set OPENSSLDIR: /opt/library/1.0.1/openssl-1.0.2d success
[INFO]set CURLDIR: /opt/library/1.0.1/curl success
[INFO]set LD_LIBRARY_PATH: /opt/library/1.0.1/openssl-1.0.2d/lib:/opt/library/1.0.1/curl/lib:/opt/mjpg-streamer/lib:/opt/qt-4.8.6/lib:/opt/tslib-1.4/lib: success
Envs:  [TSLIB_TSDEVICE=/dev/input/event0 USER=root LD_LIBRARY_PATH=/opt/library/1.0.1/openssl-1.0.2d/lib:/opt/library/1.0.1/curl/lib:/opt/mjpg-streamer/lib:/opt/qt-4.8.6/lib:/opt/tslib-1.4/lib: TSLIB_TSEVENTTYPE=INPUT SHLVL=1 HOME=/ TSLIB_FBDEVICE=/dev/fb0 TSLIB_PLUGINDIR=/opt/tslib-1.4/lib/ts QT_QPA_PLATFORM_PLUGIN_PATH=/opt/qt-4.8.6/plugins TSLIB_CONSOLEDEVICE=none QT_QWS_FONTDIR=/opt/qt-4.8.6/lib/fonts TERM=vt102 PATH=/sbin:/usr/sbin:/bin:/usr/bin RUNLEVEL=earlyprintk QT_QPA_GENERIC_PLUGINS=tslib LD_PRELOAD=/opt/tslib-1.4/lib/libts.so TSLIB_CONFFILE=/opt/tslib-1.4/etc/ts.conf SHELL=/bin/sh QWS_DISPLAY=transformed:rot180:LinuxFB:mmWidth225:mmHeight123:0 QT_QPA_PLATFORM=linuxfb:tty=/dev/fb0:size=480x800:mmsize=225x123:offset=0 PWD=/ QWS_MOUSE_PROTO=TSLIB:/dev/input/event0 TSLIB_CALIBFILE=/opt/tslib-1.4/etc/pointercal OPENSSLDIR=/opt/library/1.0.1/openssl-1.0.2d CURLDIR=/opt/library/1.0.1/curl]
[INFO]start application (/opt/software/1.3.7/creator3-arm) ....
[INFO]application (/opt/software/1.3.7/creator3-arm) start success, PID (123)

Welcome to flashforge
buildroot login: #####do cmd: echo /data/core/core-%e-%p-%u-%g-%s-%t > /proc/sys/kernel/core_pattern
recvfrom error: Resource temporarily unavailable
recvfrom error: Resource temporarily unavailable
[   12.734241] uvcvideo: (f:uvc_fixup_video_ctrl, l:124) format->nframes[7], format->flags[0x1] compressed, reduce video frame[800x600] size[1440000]->[524288]bytes
[   12.757753] uvcvideo: (f:uvc_fixup_video_ctrl, l:124) format->nframes[7], format->flags[0x1] compressed, reduce video frame[800x600] size[1440000]->[524288]bytes
[   12.776656] uvcvideo: (f:uvc_fixup_video_ctrl, l:124) format->nframes[7], format->flags[0x1] compressed, reduce video frame[800x600] size[1440000]->[524288]bytes
[   12.805583] uvcvideo: (f:uvc_fixup_video_ctrl, l:124) format->nframes[7], format->flags[0x1] compressed, reduce video frame[800x600] size[1440000]->[524288]bytes
[   12.826787] uvcvideo: (f:uvc_fixup_video_ctrl, l:124) format->nframes[7], format->flags[0x1] compressed, reduce video frame[800x600] size[1440000]->[524288]bytes
[   12.861669] uvcvideo: (f:uvc_fixup_video_ctrl, l:124) format->nframes[7], format->flags[0x1] compressed, reduce video frame[800x600] size[1440000]->[524288]bytes
[INFO]Process (123) run success
[INFO]testApplication thread end

Welcome to flashforge
buildroot login: root
Password: 
Login incorrect
projects/3dprinting/flashforge_creator_3_pro_fan_fix/allwinner_v3s_main_cpu.txt · Last modified: 2024/10/23 17:14 by admin