Skip to content

Instantly share code, notes, and snippets.

@bakueikozo
Last active August 9, 2021 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bakueikozo/2aa43ebdea63861521908f2ef442c196 to your computer and use it in GitHub Desktop.
Save bakueikozo/2aa43ebdea63861521908f2ef442c196 to your computer and use it in GitHub Desktop.
U-Boot SPL 2013.07 (Dec 21 2017 - 18:44:33)
pll_init:365
l2cache_clk = 375000000
pll_cfg.pdiv = 8, pll_cfg.h2div = 4, pll_cfg.h0div = 4, pll_cfg.cdiv = 1, pll_cfg.l2div = 3
nf=36 nr = 1 od0 = 1 od1 = 1
cppcr is 02404900
CPM_CPAPCR 0470890d
nf=42 nr = 1 od0 = 1 od1 = 1
cppcr is 02a04900
CPM_CPMPCR 07d0c90d
nf=50 nr = 1 od0 = 1 od1 = 1
cppcr is 03204900
CPM_CPVPCR 0320490d
cppcr 0x9a794410
apll_freq 860160000
mpll_freq 1000000000
vpll_freq = 1200000000
ddr sel mpll, cpu sel apll
ddrfreq 500000000
cclk 860160000
l2clk 286720000
h0clk 250000000
h2clk 250000000
pclk 125000000
DDRC_DLP:0000f003
U-Boot 2013.07 (Dec 21 2017 - 18:44:33)
Board: ISVP (Ingenic XBurst T20 SoC)
DRAM: 128 MiB
Top of RAM usable for U-Boot at: 84000000
Reserving 399k for U-Boot at: 83f9c000
Reserving 32784k for malloc() at: 81f98000
Reserving 32 Bytes for Board Info at: 81f97fe0
Reserving 124 Bytes for Global Data at: 81f97f64
Reserving 128k for boot params() at: 81f77f64
Stack Pointer at: 81f77f48
Now running in RAM - U-Boot at: 83f9c000
MMC: msc: 0
the manufacturer c8
SF: Detected GD25Q128
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
misc_init_r before change the wifi_enable_gpio
gpio_request lable = wifi_enable_gpio gpio = 62
misc_init_r after gpio_request the wifi_enable_gpio ret is 62
misc_init_r after change the wifi_enable_gpio ret is 0
misc_init_r before change the yellow_gpio
gpio_request lable = yellow_gpio gpio = 38
misc_init_r after gpio_request the yellow_gpio ret is 38
misc_init_r after change the yellow_gpio ret is 0
misc_init_r before change the blue_gpio
gpio_request lable = blue_gpio gpio = 39
misc_init_r after gpio_request the blue_gpio ret is 39
misc_init_r after change the blue_gpio ret is 1
gpio_request lable = night_gpio gpio = 81
misc_init_r after gpio_request the night_gpio ret is 81
misc_init_r after change the night_gpio ret is 0
gpio_request lable = night_gpio gpio = 25
misc_init_r after gpio_request the night_gpio ret is 25
misc_init_r after change the night_gpio ret is 0
gpio_request lable = night_gpio gpio = 49
misc_init_r after gpio_request the night_gpio ret is 49
misc_init_r after change the night_gpio ret is 0
gpio_request lable = USB_able_gpio gpio = 47
misc_init_r after gpio_request the USB_able_gpio ret is 47
misc_init_r after change the USB_able_gpio ret is 1
gpio_request lable = TF_able_gpio gpio = 43
misc_init_r after gpio_request the TF_able_gpio ret is 43
misc_init_r after change the TF_able_gpio ret is 1
gpio_request lable = SPK_able_gpio gpio = 63
misc_init_r after gpio_request the SPK_able_gpio ret is 63
misc_init_r after change the SPK_able_gpio ret is 0
gpio_request lable = SD_able_gpio gpio = 48
misc_init_r after gpio_request the SD_able_gpio ret is 48
misc_init_r after change the SD_able_gpio ret is 0
misc_init_r before change the wifi_enable_gpio
gpio_request lable = wifi_enable_gpio gpio = 62
misc_init_r after gpio_request the wifi_enable_gpio ret is 62
misc_init_r after change the wifi_enable_gpio ret is 1
Hit any key to stop autoboot: 0
jiabo_do_auto_update!!!!!!!!!!!!!!!!!!!!!!!!
gpio_request lable = sdupgrade gpio = 46
the manufacturer c8
SF: Detected GD25Q128
jiabo_update_to_flash!!!!!!!!!!!!!!!!!!!!!!!!
jiabo_au_do_update!!!!!!!!!!!!!!!!!!!!!!!!
start=0
start=40000
len=40000
flash check read...
FWGRADEUP not find !!!!!!!!!
gradeup check fail!!!!!!!!!!!!!!!!!!!
the manufacturer c8
SF: Detected GD25Q128
Erasing SPI flash...addr align as 10000 !
sfc erase error
the manufacturer c8
SF: Detected GD25Q128
--->probe spend 4 ms
SF: 2621440 bytes @ 0x40000 Read: OK
--->read spend 381 ms
## Booting kernel from Legacy Image at 80600000 ...
Image Name: Linux-3.10.14
Image Type: MIPS Linux Kernel Image (lzma compressed)
Data Size: 1839513 Bytes = 1.8 MiB
Load Address: 80010000
Entry Point: 803f5300
Verifying Checksum ... OK
Uncompressing Kernel Image ... OK
Starting kernel ...
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.14 (root@ubuntu) (gcc version 4.7.2 (Ingenic r2.3.3 2016.12) ) #21 PREEMPT Thu Oct 19 11:38:16 CST 2017
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 RESET ERROR PC:4ACA5B8B
[ 0.000000] CPU0 revision is: 00d00101 (Ingenic Xburst)
[ 0.000000] FPU revision is: 00b70000
[ 0.000000] CCLK:860MHz L2CLK:430Mhz H0CLK:200MHz H2CLK:200Mhz PCLK:100Mhz
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 00535000 @ 00010000 (usable)
[ 0.000000] memory: 0003b000 @ 00545000 (usable after init)
[ 0.000000] User-defined physical RAM map:
[ 0.000000] memory: 06800000 @ 00000000 (usable)
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x00000000-0x067fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00000000-0x067fffff]
[ 0.000000] Primary instruction cache 32kB, 8-way, VIPT, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 8-way, VIPT, no aliases, linesize 32 bytes
[ 0.000000] pls check processor_id[0x00d00101],sc_jz not support!
[ 0.000000] MIPS secondary cache 128kB, 8-way, linesize 32 bytes.
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping off. Total pages: 26416
[ 0.000000] Kernel command line: console=ttyS1,115200n8 mem=104M@0x0 ispmem=8M@0x6800000 rmem=16M@0x7000000 init=/linuxrc rootfstype=squashfs root=/dev/mtdblock2 rw mtdparts=jz_sfc:256k(boot),2048k(kernel),3392k(root),640k(driver),4736k(appfs),2048k(backupk),640k(backupd),2048k(backupa),256k(config),256k(para),-(flag)
[ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Memory: 99300k/106496k available (4025k kernel code, 7196k reserved, 1304k data, 236k init, 0k highmem)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:418
[ 0.000000] clockevents_config_and_register success.
[ 0.000025] Calibrating delay loop... 858.52 BogoMIPS (lpj=4292608)
[ 0.087753] pid_max: default: 32768 minimum: 301
[ 0.092738] Mount-cache hash table entries: 512
[ 0.097840] Initializing cgroup subsys debug
[ 0.102102] Initializing cgroup subsys freezer
[ 0.109181] regulator-dummy: no parameters
[ 0.113469] NET: Registered protocol family 16
[ 0.135456] bio: create slab <bio-0> at 0
[ 0.141787] jz-dma jz-dma: JZ SoC DMA initialized
[ 0.147047] SCSI subsystem initialized
[ 0.150977] usbcore: registered new interface driver usbfs
[ 0.156551] usbcore: registered new interface driver hub
[ 0.161985] usbcore: registered new device driver usb
[ 0.167288] i2c-gpio i2c-gpio.1: using pins 57 (SDA) and 58 (SCL)
[ 0.173496] (null): set:249 hold:250 dev=100000000 h=500 l=500
[ 0.179644] media: Linux media interface: v0.10
[ 0.184197] Linux video capture interface: v2.00
[ 0.190992] Switching to clocksource jz_clocksource
[ 0.195948] cfg80211: Calling CRDA to update world regulatory domain
[ 0.203024] jz-dwc2 jz-dwc2: cgu clk gate get error
[ 0.207962] jz-dwc2 jz-dwc2: regulator vbus get error
[ 0.213046] DWC IN OTG MODE
[ 0.366299] sft id =========================off
[ 0.370914] dwc2 dwc2: Keep PHY ON
[ 0.374308] dwc2 dwc2: Using Buffer DMA mode
[ 0.578453] dwc2 dwc2: Core Release: 3.00a
[ 0.582576] dwc2 dwc2: DesignWare USB2.0 High-Speed Host Controller
[ 0.588906] dwc2 dwc2: new USB bus registered, assigned bus number 1
[ 0.596294] hub 1-0:1.0: USB hub found
[ 0.600036] hub 1-0:1.0: 1 port detected
[ 0.604196] dwc2 dwc2: DWC2 Host Initialized
[ 0.608694] NET: Registered protocol family 2
[ 0.613669] TCP established hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.620696] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.627175] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.633627] TCP: reno registered
[ 0.636824] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.642778] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.649381] NET: Registered protocol family 1
[ 0.654098] RPC: Registered named UNIX socket transport module.
[ 0.660030] RPC: Registered udp transport module.
[ 0.664861] RPC: Registered tcp transport module.
[ 0.669565] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.676609] freq_udelay_jiffys[0].max_num = 10
[ 0.681036] cpufreq udelay loops_per_jiffy
[ 0.685503] dwc2 dwc2: ID PIN CHANGED!
[ 0.689281] init DWC as A_HOST
[ 0.692384] 12000 59885 59885
[ 0.695605] 24000 119771 119771
[ 0.699048] 60000 299428 299428
[ 0.702604] 120000 598857 598857
[ 0.706060] 200000 998095 998095
[ 0.709591] 300000 1497142 1497142
[ 0.713405] 600000 2994285 2994285
[ 0.717037] 792000 3952457 3952457
[ 0.720745] 1008000 5030400 5030400
[ 0.724567] 1200000 5988571 5988571
[ 0.733952] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.740803] jffs2: version 2.2. (NAND) c 2001-2006 Red Hat, Inc.
[ 0.747404] msgmni has been set to 193
[ 0.752645] io scheduler noop registered
[ 0.756583] io scheduler cfq registered (default)
[ 0.763253] jz-uart.1: ttyS1 at MMIO 0x10031000 (irq = 58) is a uart1
[ 0.771442] console [ttyS1] enabled, bootconsole disabled
[ 0.771442] console [ttyS1] enabled, bootconsole disabled
[ 0.786677] brd: module loaded
[ 0.791945] loop: module loaded
[ 0.796222] zram: Created 2 device(s) ...
[ 0.800460] logger: created 256K log 'log_main'
[ 0.805866] jz SADC driver registeres over!
[ 0.811189] jz TCU driver register completed
[ 0.816285] the id code = c84018, the flash name is GD25Q127C
[ 0.822244] JZ SFC Controller for SFC channel 0 driver register
[ 0.828446] 11 cmdlinepart partitions found on MTD device jz_sfc
[ 0.834709] Creating 11 MTD partitions on "jz_sfc":
[ 0.839769] 0x000000000000-0x000000040000 : "boot"
[ 0.845324] 0x000000040000-0x000000240000 : "kernel"
[ 0.850987] 0x000000240000-0x000000590000 : "root"
[ 0.856545] 0x000000590000-0x000000630000 : "driver"
[ 0.862232] 0x000000630000-0x000000ad0000 : "appfs"
[ 0.867907] 0x000000ad0000-0x000000cd0000 : "backupk"
[ 0.873725] 0x000000cd0000-0x000000d70000 : "backupd"
[ 0.879511] 0x000000d70000-0x000000f70000 : "backupa"
[ 0.885366] 0x000000f70000-0x000000fb0000 : "config"
[ 0.891104] 0x000000fb0000-0x000000ff0000 : "para"
[ 0.896711] 0x000000ff0000-0x000001000000 : "flag"
[ 0.902191] SPI NOR MTD LOAD OK
[ 0.905563] tun: Universal TUN/TAP device driver, 1.6
[ 0.910797] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.917356] usbcore: registered new interface driver zd1201
[ 0.923207] usbcore: registered new interface driver r8152
[ 0.928975] usbcore: registered new interface driver usb-storage
[ 0.935353] usbcore: registered new interface driver usbserial
[ 0.941437] usbcore: registered new interface driver usbserial_generic
[ 0.948269] usbserial: USB Serial support registered for generic
[ 0.954547] usbcore: registered new interface driver ch341
[ 0.960271] usbserial: USB Serial support registered for ch341-uart
[ 0.966825] usbcore: registered new interface driver cp210x
[ 0.972645] usbserial: USB Serial support registered for cp210x
[ 0.978825] usbcore: registered new interface driver pl2303
[ 0.984651] usbserial: USB Serial support registered for pl2303
[ 1.491762] i8042: i8042 controller selftest timeout
[ 1.497424] jzmmc_v1.2 jzmmc_v1.2.0: vmmc regulator missing
[ 1.542511] jzmmc_v1.2 jzmmc_v1.2.0: register success!
[ 1.547902] jzmmc_v1.2 jzmmc_v1.2.1: vmmc regulator missing
[ 1.593431] jzmmc_v1.2 jzmmc_v1.2.1: register success!
[ 1.598915] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.604803] usbcore: registered new interface driver usbhid
[ 1.610580] usbhid: USB HID core driver
[ 1.614669] Netfilter messages via NETLINK v0.30.
[ 1.619600] nf_conntrack version 0.5.0 (1551 buckets, 6204 max)
[ 1.626361] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.631980] TCP: cubic registered
[ 1.635467] NET: Registered protocol family 17
[ 1.641083] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 1.648325] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 1.659434] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[ 1.667238] Freeing unused kernel memory: 236K (80545000 - 80580000)
[ 1.795432] dwc2 dwc2: ++OTG Interrupt: A-Device Timeout Change++
mdev is ok......
[ 2.386056] jffs2: Empty flash at 0x0001b7a8 ends at 0x0001b7ec
[ 2.392203] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b7ec: 0x2e65 instead
[ 2.402117] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b7f0: 0x6172 instead
[ 2.412006] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b7f4: 0x676e instead
[ 2.421953] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b7f8: 0x2032 instead
[ 2.431873] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b7fc: 0x7962 instead
[ 2.441811] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b800: 0x4020 instead
[ 2.451711] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b804: 0x3038 instead
[ 2.461586] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b808: 0x2d20 instead
[ 2.471457] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b80c: 0x2538 instead
[ 2.481311] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x0001b810: 0x6d6f instead
[ 2.491187] jffs2: Further such events for this erase block will not be printed
[ 2.499519] jffs2: Empty flash at 0x0001b96c ends at 0x0001b9a8
[ 2.506183] jffs2: Empty flash at 0x0001b9d4 ends at 0x0001ba18
[ 2.512825] jffs2: Empty flash at 0x0001ba40 ends at 0x0001bab0
[ 2.519461] jffs2: Empty flash at 0x0001bb20 ends at 0x0001bb64
[ 2.526115] jffs2: Empty flash at 0x0001bba0 ends at 0x0001bbd4
[ 2.532766] jffs2: Empty flash at 0x0001bc6c ends at 0x0001be28
[ 2.539395] jffs2: Empty flash at 0x0001be98 ends at 0x0001bf00
[ 2.546053] jffs2: Empty flash at 0x0001bf08 ends at 0x0001bf74
[ 2.552195] jffs2: jffs2_scan_inode_node(): CRC failed on node at 0x0001bf74: Read 0xffffffff, calculated 0x8f2fabd2
[ 2.563881] jffs2: Empty flash at 0x0001bfe4 ends at 0x0001c028
[ 2.570516] jffs2: Empty flash at 0x0001c034 ends at 0x0001c054
[ 2.577171] jffs2: Empty flash at 0x0001c0d0 ends at 0x0001c100
[ 2.583819] jffs2: Empty flash at 0x0001c108 ends at 0x0001c200
[ 2.590454] jffs2: Empty flash at 0x0001c210 ends at 0x0001c254
[ 2.597105] jffs2: Empty flash at 0x0001c280 ends at 0x0001c43c
[ 2.605771] jffs2: jffs2_scan_inode_node(): CRC failed on node at 0x000220c0: Read 0x2fe2d5d6, calculated 0x95681bc1
[ 2.617213] jffs2: Empty flash at 0x0002227c ends at 0x000222c0
[ 2.623394] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222c0: 0x0d2e instead
[ 2.633298] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222c4: 0x7361 instead
[ 2.643155] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222c8: 0x2067 instead
[ 2.653028] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222cc: 0x4b20 instead
[ 2.662882] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222d0: 0x7479 instead
[ 2.672829] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222d4: 0x2040 instead
[ 2.682711] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222d8: 0x3038 instead
[ 2.692576] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222dc: 0x2d20 instead
[ 2.702430] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222e0: 0x2538 instead
[ 2.712258] jffs2: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x000222e4: 0x6d6f instead
[ 2.722153] jffs2: Further such events for this erase block will not be printed
[ 2.731645] jffs2: Empty flash at 0x00022414 ends at 0x00022418
[ 2.739056] jffs2: Empty flash at 0x00022420 ends at 0x00022494
[ 2.746150] jffs2: Empty flash at 0x000224fc ends at 0x00022794
[ 2.752793] jffs2: Empty flash at 0x000227a0 ends at 0x00022800
[ 2.759427] jffs2: Empty flash at 0x0002286c ends at 0x000228dc
[ 2.766072] jffs2: Empty flash at 0x000228e0 ends at 0x00022900
[ 2.772722] jffs2: Empty flash at 0x00022a80 ends at 0x00022ac0
[ 2.779363] jffs2: Empty flash at 0x00022b40 ends at 0x00022b7c
[ 2.786442] jffs2: Empty flash at 0x00023508 ends at 0x0002350c
[ 2.793100] jffs2: Empty flash at 0x00023510 ends at 0x00023544
[ 2.799738] jffs2: Empty flash at 0x00023550 ends at 0x00023588
[ 2.806844] jffs2: Empty flash at 0x00024140 ends at 0x00024178
[ 2.813504] jffs2: Empty flash at 0x00024cfc ends at 0x00024d00
[ 2.820145] jffs2: Empty flash at 0x00024d10 ends at 0x00024d40
[ 2.826822] jffs2: Empty flash at 0x00025634 ends at 0x00025678
[ 2.833509] jffs2: Empty flash at 0x00025e64 ends at 0x00025ea8
[ 2.840146] jffs2: Empty flash at 0x00025eac ends at 0x00025f00
[ 2.846994] jffs2: Empty flash at 0x00026518 ends at 0x0002655c
[ 2.853692] jffs2: Empty flash at 0x000269d0 ends at 0x00026a00
[ 2.860194] jffs2: Empty flash at 0x0002761c ends at 0x00027660
[ 2.866822] jffs2: Empty flash at 0x00027870 ends at 0x000278dc
[ 2.873211] jffs2: Empty flash at 0x000278e8 ends at 0x0002792c
[ 2.879575] jffs2: Empty flash at 0x00027940 ends at 0x00027b2c
[ 2.885887] jffs2: Empty flash at 0x00027b30 ends at 0x00027bb8
[ 2.892170] jffs2: Empty flash at 0x00027bbc ends at 0x00027d24
Ingenic-uc1_1 login: [ 4.601458] register all isp device successfully!
[ 4.608910] @@@@ tx-isp-probe ok @@@@@
[ 4.659620] exFAT: Version 1.2.9
[ 4.686660] motor_probe743
[ 4.724843] jz_codec_register: probe() successful!
[ 5.072806] dma dma0chan24: Channel 24 have been requested.(phy id 7,type 0x06 desc a4979000)
[ 5.082063] dma dma0chan25: Channel 25 have been requested.(phy id 6,type 0x06 desc a4864000)
[ 5.538214] RTL871X: module init start
[ 5.542110] RTL871X: rtl8189es v4.3.18.3_20185.20161116_pmpinclu_mac_monitor_minMem_EDCA542B_pbyr
[ 5.551359] RTL871X: build time: Aug 9 2018 15:49:14
[ 5.556642] wlan power on
[ 5.572912] RTL871X: module init ret=0
[ 5.585164] jz_pwm_probe[198] d_name = tcu_chn0
[ 5.598077] request pwm channel 0 successfully
[ 5.605094] pwm-jz pwm-jz: jz_pwm_probe register ok !
[ 5.630302] mmc1: new SDIO card at address 0001
[ 5.648424] bFWReady == _FALSE call reset 8051...
[ 5.679042] RTL871X: rtw_ndev_init(wlan0) if1 mac_addr=c4:6e:7b:1f:ba:16
[ 6.362772] jffs2: warning: (56) jffs2_do_read_inode_internal: Truncating ino #55 to 120028 bytes failed because it only had 72078 bytes to start with!
GPIO 40 in
GPIO 26 out
GPIO 25 out
GPIO 49 out
GPIO 47 out
GPIO 48 out
GPIO 43 in
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
right_count=3 value=0 last_value=0
not in singleboard test
xxq:begin to check the sensor type
[ 13.334210] name : i2c-gpio1 nr : 1
[ 13.340824] name : i2c0 nr : 0
[ 13.404487] sensor_read: addr=0xa value = 0xf
[ 13.409492] sensor_read: addr=0xb value = 0x22
[ 13.414208] info: success sensor find : jxf22
##### sensor : jxf22
[ 13.418895] misc sinfo_release
[ 13.442291] zram0: detected capacity change from 0 to 16777216
Setting up swapspace version 1, size = 16773120 bytes
UUID=3336200f-3d36-4dfc-9876-a96e6e0b3b30
[ 13.460985] Adding 16380k swap on /dev/zram0. Priority:-1 extents:1 across:16380k SS
msg_queue_remove_by_key_a: No such file or directory
msg_queue_remove_by_key_a: No such file or directory
msg_queue_remove_by_key_a: No such file or directory
/etc/app/test_UP /etc/app/test_UP /etc/app/test_UP START START
g_nMsgQueueIdg_nMsgQueueIdg_nMsgQueueId = 0
killall: wpa_supplicant: no process killed
killall: udhcpc: no process killed
killall: udhcpd: no process killed
killall: hostapd: no process killed
[guozhixin]read_IP_file
[guozhixin]no file
g_awsIotMsgID = 98307
[ 15.042587] ==> rtl8188e_iol_efuse_patch
/etc/app/hl_client /etc/app/hl_client /etc/app/hl_client START
/bin/sh: can't create /sys/block/mmcblk0/queue/scheduler: nonexistent directory
[ 15.321139] RTL871X: rtw_cmd_thread: DriverStopped(True) SurpriseRemoved(False) break at line 564
[ 15.341677] RTL871X: rtw_dev_unload: driver not in IPS
1976292608
1967904000
1959515392
WDIOC_SETTIMEOUT 0
WDIOS_ENABLECARD 0
WDIOC_KEEPALIVE 0
tutk_Device_Login_func
[test_UP] 01rm -f /etc/config/.user_config /etc/config/.alarm_config /etc/config/.time_line /etc/config/.save_log /etc/config/.record_movie /etc/config/.camera_encyid /etc/config/.wifipasswd /etc/config/.wifissid /etc/config/.wifitype
BusyBox v1.22.1 (2017-11-13 08:56:53 CST) multi-call binary.
Usage: ifconfig [-a] interface [address]
Configure a network interface
[[-]broadcast [ADDRESS]] [[-]pointopoint [ADDRESS]]
[netmask ADDRESS] [dstaddr ADDRESS]
[outfill NN] [keepalive NN]
[hw ether|infiniband ADDRESS] [metric NN] [mtu NN]
[[-]trailers] [[-]arp] [[-]allmulti]
[multicast] [[-]promisc] [txqueuelen NN] [[-]dynamic]
[mem_start NN] [io_addr NN] [irq NN]
[up|down] ...
[TEST] RCV: RCV MSG_TUTK_T_FACTORY_MODE MSG_TUTK_T_FACTORY_MODE factory
[TEST] RCV: tutk_Device_Login_func
[TEST] RCV: tutk_Device_Login_func end
[TEST] RCV: sys_popen send cmd: 01rm -f /etc/config/.user_config /etc/config/.alarm_config /etc/config/.time_line /etc/config/.save_log /etc/config/.record_movie /etc/config/.camera_encyid /etc/config/.wifipasswd /etc/config/.wifissid /etc/config/.wifitype
[ 16.152591] ==> rtl8188e_iol_efuse_patch
read pbkey error : 0
read singleBaod_res error : 0
[SET ENR] :
INIT App INFO fXXXXXXXXXXXXXXXXXXXXXXXXXX
ffffffffffffffffff000
-------------------------------------open gpio 46 direction
-------------------------------------open gpio 25 direction
gpio ------------- /sys/class/gpio/gpio25/value 0
-------------------------------------open gpio 26 direction
gpio ------------- /sys/class/gpio/gpio26/value 0
-------------------------------------open gpio 63 direction
-------------------------------------open gpio 63 direction error
open gpio direction: No such file or directory
-------------------------------------open gpio 38 direction
gpio ------------- /sys/class/gpio/gpio38/value 0
-------------------------------------open gpio 39 direction
gpio ------------- /sys/class/gpio/gpio39/value 0
-------------------------------------open gpio 49 direction
gpio ------------- /sys/class/gpio/gpio49/value 0
-------------------------------------open gpio 47 direction
gpio ------------- /sys/class/gpio/gpio47/value 0
-------------------------------------open gpio 48 direction
gpio ------------- /sys/class/gpio/gpio48/value 0
-------------------------------------open gpio 43 direction
-------------------------------------open gpio 62 direction
-------------------------------------open gpio 62 direction error
open gpio direction: No such file or directory
------------speaker_off-----------off
[SET] [start] [1]
[SET] [indicator] [2]
[SET] [nightVision] [2]
[SET] [bitRate] [120]
[SET] [res] [1]
[SET] [fps] [15]
[SET] [horSwitch] [1]
[SET] [verSwitch] [1]
[SET] [osdSwitch] [2]
[SET] [logSd] [1]
[SET] [logUdisk] [1]
[SET] [telntSwitch] [2]
[SET] [recordType] [1]
[SET] [MASwitch] [2]
[SET] [MALevel] [5]
[SET] [AASwitch] [2]
[SET] [AALevel] [5]
[SET] [SASwitch] [2]
[SET] [CASwitch] [2]
[SET] [TBStart] [0]
[SET] [TBDuration] [1440]
[SET] [drawBoxSwitch] [2]
[SET] [timezone] [9]
[SET] [MMALevel] [254]
[SET] [AMALevel] [2]
[SET] [MAT] [0]
[SET] [AST] [1]
[SET] [motionTrack] [2]
[SET] [motionCruisin] [2]
[SET] [AASX] [83]
[SET] [AASY] [40]
[SET] [AALX] [16]
[SET] [AALY] [19]
[SET] [motionbackvalue] [2]
[SET] [slide_x] [14498]
[SET] [slide_y] [144]
[SET] [preset_x] [14659]
[SET] [preset_y] [124]
timezone query res : 0.0
timeinfo is : UTC+9:00
setTimeZoneFromCode succeed UTC+9:00
[sent testup] stBaseInfo.acMac = 080808080808
[sent testup] stBaseInfo.acSdPath =
nRead acBuf[nReadLen-1] = a
nRead acBuf[nReadLen-1] = a
[START] test CONFIG_INFO_FIRMWARE = 4.11.0.42
[START] Cam_firmware_HTTP = 4.11.0.42
[START] CONFIG_INFO_FIRMWARE = 4.11.0.42
<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
FIRM WARE VERSION : 4.11.0.42
<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
++++++++++++++++++++++++++++++1
[TEST] RCV: read pbkey error : 0
[TEST] RCV: read singleBaod_res error : 0
[TEST] RCV: [SET] [start] [1]
[TEST] RCV: [SET] [indicator] [2]
[TEST] RCV: [SET] [nightVision] [2]
[TEST] RCV: [SET] [bitRate] [120]
[TEST] RCV: [SET] [res] [1]
[TEST] RCV: [SET] [fps] [15]
[TEST] RCV: [SET] [horSwitch] [1]
[TEST] RCV: [SET] [verSwitch] [1]
[TEST] RCV: [SET] [osdSwitch] [2]
[TEST] RCV: [SET] [logSd] [1]
[TEST] RCV: [SET] [logUdisk] [1]
[TEST] RCV: [SET] [telntSwitch] [2]
[TEST] RCV: [SET] [recordType] [1]
[TEST] RCV: [SET] [MASwitch] [2]
[TEST] RCV: [SET] [MALevel] [5]
[TEST] RCV: [SET] [AASwitch] [2]
[TEST] RCV: [SET] [AALevel] [5]
[TEST] RCV: [SET] [SASwitch] [2]
[TEST] RCV: [SET] [CASwitch] [2]
[TEST] RCV: [SET] [TBStart] [0]
[TEST] RCV: [SET] [TBDuration] [1440]
[TEST] RCV: [SET] [drawBoxSwitch] [2]
[TEST] RCV: [SET] [timezone] [9]
[TEST] RCV: [SET] [MMALevel] [254]
[TEST] RCV: [SET] [AMALevel] [2]
[TEST] RCV: [SET] [MAT] [0]
[TEST] RCV: [SET] [AST] [1]
[TEST] RCV: [SET] [motionTrack] [2]
[TEST] RCV: [SET] [motionCruisin] [2]
[TEST] RCV: [SET] [AASX] [83]
[TEST] RCV: [SET] [AASY] [40]
[TEST] RCV: [SET] [AALX] [16]
[TEST] RCV: [SET] [AALY] [19]
[TEST] RCV: [SET] [motionbackvalue] [2]
[TEST] RCV: [SET] [slide_x] [14498]
[TEST] RCV: [SET] [slide_y] [144]
[TEST] RCV: [SET] [preset_x] [14659]
[TEST] RCV: [SET] [preset_y] [124]
[TESTUP] lastTime = 17
[TEST] RCV: FIRM WARE VERSION : 4.11.0.42
Come Create Video Capture Thread!
current thread stack size:8388608
set thread stack size:1048576
1985959152
current thread stack size:8388608
set thread stack size:1048576
1984910576
++++++++++++++++++++++++++++++1
++++++++++++++++++++++++++++++2
current thread stack size:8388608
set thread stack size:1048576
1983862000
++++++++++++++++++++++++++++++2
++++++++++++++++++++++++++++++9
current thread stack size:8388608
set thread stack size:1048576
1982813424
++++++++++++++++++++++++++++++9
++++++++++++++++++++++++++++++3
current thread stack size:8388608
set thread stack size:1048576
1981764848
++++++++++++++++++++++++++++++3
++++++++++++++++++++++++++++++4
current thread stack size:8388608
set thread stack size:1048576
1980716272
++++++++++++++++++++++++++++++4
++++++++++++++++++++++++++++++20
current thread stack size:8388608
set thread stack size:1048576
1979667696
++++++++++++++++++++++++++++++20
++++++++++++++++++++++++++++++15
current thread stack size:8388608
set thread stack size:1048576
1978619120
++++++++++++++++++++++++++++++15
++++++++++++++++++++++++++++++7
current thread stack size:8388608
set thread stack size:1048576
1977570544
++++++++++++++++++++++++++++++7
++++++++++++++++++++++++++++++6
current thread stack size:8388608
set thread stack size:1048576
1976521968
++++++++++++++++++++++++++++++6
++++++++++++++++++++++++++++++22
stack_size = 30720B, 30k
++++++++++++++++++++++++++++++22
++++++++++++++++++++++++++++++16
current thread stack size:8388608
set thread stack size:1048576
1975473392
++++++++++++++++++++++++++++++16
++++++++++++++++++++++++++++++8
current thread stack size:8388608
set thread stack size:1048576
1974424816
++++++++++++++++++++++++++++++8
++++++++++++++++++++++++++++++11
current thread stack size:8388608
set thread stack size:1048576
1973376240
++++++++++++++++++++++++++++++11
++++++++++++++++++++++++++++++18
current thread stack size:8388608
set thread stack size:1048576
1972327664
current thread stack size:8388608
set thread stack size:1048576
1971279088
++++++++++++++++++++++++++++++18
++++++++++++++++++++++++++++++14
stack_size = 307200B, 300k
stack_size = 307200B, 300k
++++++++++++++++++++++++++++++14
stack_size = 307200B, 300k
current thread stack size:8388608
set thread stack size:1048576
1969308912
child_process_init: success
[GUOZHIXIN]audio_alarm_para_init 2364
[GUOZHIXIN]AC_pb_thread_init 768032
Start Audio Capture Sync=====================
[GUOZHIXIN]AC_thread_init 8536
[GUOZHIXIN]networkset_thread 2056
cur mac is 080808080808, use static ip 192.168.1.68
[GUOZHIXIN]cloud_thread_init 13496
g_pstCloudInfo->threadMsgId = 65538
g_pstCloudInfo->processMsgId = 32769
g_pstCloudInfo->acServerDomainAddr = global-api.hualaikeji.net
[CLOUD] function Cloud_Init end
cloud init ok okok okok okok okok ok
shield NON USA domain success
[GUOZHIXIN]user_control_module_init 424
current thread stack size:8388608
set thread stack size:1048576
[TEST UP]get MSG MSGMSG MSGMSG 1011 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 0
1967568112
current thread stack size:8388608
set thread stack size:1048576
1966519536
current thread stack size:8388608
set thread stack size:1048576
1965470960
current thread stack size:8388608
*******************clock.fmt.he.net*************************
[GUOZHIXIN]msgModuleInit_NTP 246
[GUOZHIXIN]udpServer_init 2620
/bin/sh: can't create /etc/hosts: Read-only file system
NewsChannel thread start success
NewsChannel_usrInfoClear: success
NewsChannel initialize success
[GUOZHIXIN]NewsChannel_threadRun 1356
NewsChannel thread synchronization start
set thread stack size:1048576
1964422384
current thread stack size:8388608
set thread stack size:1048576
1963373808
current thread stack size:8388608
set thread stack size:1048576
1962325232
current thread stack size:8388608
set thread stack size:1048576
1961276656
-----------------------Motor_thread --------------------
motorport_open success
motor_open: success
=================
iot_test_thread start
g_iotTestMsgID = 98307
1=======0
2=======1
3=======1
4=======1
8=======1
9=======1
10=======1
11=======0
12=======1
14=======0
15=======0
16=======1
17=======1
27=======0
27=======0
18=======0
FUNC VC_video_thread, line is 212, thread start time is 1476115203
VC_thread_init 396116
sample 120 sizek 1 help_n 1 filp_n 1
1111111111111111111111111111111111111111111111111111110ret=0
1=======1
2=======1
3=======1
4=======1
8=======1
9=======1
10=======1
11=======0
12=======1
14=======0
15=======0
16=======1
17=======1
27=======0
27=======0
18=======0
++++++++++++++++++++++++++++++++child_process_synchronization ok++++++++++++++++++++++++
CONFIG_WIFI_SSID : lTmpLen is: 0
Udp Server start success
NewsChannel thread synchronization stop
stack_size = 40960B, 40k
FUNC VC_video_thread, line is 228, thread init end time is 1476115203
FUNC VC_video_thread, line is 229, thread sync after time is 1476115203
==================================jiabo_ioctl_ircut_on=============================
[GUOZHIXIN]G711_encode_thread
/bin/sh: can't create /etc/hosts: Read-only file system
/bin/sh: can't create /etc/hosts: Read-only file system
/bin/sh: can't create /etc/hosts: Read-only file system
/bin/sh: can't create /etc/hosts: Read-only file system
/bin/sh: can't create /etc/hosts: Read-only file system
[TEST] RCV: [CLOUD] function Cloud_Init end
[TEST] RCV: NewsChannel_usrInfoClear: success
[TEST] RCV: sample 120 sizek 1 help_n 1 filp_n 1
[TEST] RCV: CONFIG_WIFI_SSID : lTmpLen is: 0
[TEST] RCV: in the power on process, switch the night LED on then off
[TEST] RCV: ioctl_set_IRCut_on 0
[TEST] RCV: ==================================jiabo_ioctl_ircut_on=============================
=============================jiabo_ioctl_ircut_off===========================
[NIGHT LED] init led close ircut, come into night mode
stack_size = 40960B, 40k
[IOCTL] state change [0]->[1]
[IOCTL] state change [0]->[1]
[TEST] RCV: ioctl_set_IRCut_off 1
[TEST] RCV: =============================jiabo_ioctl_ircut_off===========================
[0] [TUTK TMP] user_server_tmp_item_thread
stack_size = 40960B, 40k
[1] [TUTK TMP] user_server_tmp_item_thread
stack_size = 40960B, 40k
[2] [TUTK TMP] user_server_tmp_item_thread
[ 18.442461] codec_set_device: set device: speaker...
stack_size = 40960B, 40k
stack_size = 40960B, 40k
[3] [TUTK TMP] user_server_tmp_item_thread
stack_size = 40960B, 40k
[0] [TUTK TMP] user_server_real_item[ 18.584815] set sensor gpio as PA-low-10bit
_thread
sample_system_init info: name is jxf22, i2c addr is 64
[ 18.612459] codec_set_device: set device: MIC...
[ 18.628682] jxf22 0-0040: jxf22 chip found @ 0x40 (i2c0)
[ 18.634797] tx_isp: Registered sensor subdevice jxf22 0-0040
stack_size = 40960B, 40k
[1] [TUTK TMP] user_server_real_item_thread
?????????????????????????????Audio Out GetVol vol:40
[2] [TUTK TMP] user_server_real_item_thread
get_addr_by_info_my ret failed pcSrcHostBuf = clock.fmt.he.net
NTP_Init begin address clock.fmt.he.net ip
NTP_Init 560
[3] [TUTK TMP] user_server_real_item_thread
[TEST] RCV: get_addr_by_info_my ret failed pcSrcHostBuf = clock.fmt.he.net
[TEST] RCV: NTP_Init begin address clock.fmt.he.net ip
IOTC_Initialize2 success
IOTC_Get_Version 50398243
[TEST] RCV: IOTC_Initialize2 success !!
[TEST] RCV: IOTC_Get_Version 50398243
enable audio hpf right
Audio Record Set Gain successed
current thread stack size:8388608
set thread stack size:1048576
Audio Out GetGain gain : 28
1925817584
[GUOZHIXIN] TUTK login
set safe_suppression_value 2.000000
[ 20.582962] ###### image_tuning_v4l2_open 4219 #######
[ 20.598406] Warn:----------------fps 983041 ----------------
the org sensor fps_num is 15, fps_den is 1
[TEST] RCV: AudioAlarm Thread start ok v1.1, 5, 1
aec-debug: ecMode = 0
aec-debug: dtdEnable = 1
aec-debug: dtdBandNum = 4
aec-debug: dtdPowThd = 0.500000
aec-debug: dtdDxRatio = 0.000001
aec-debug: safeSupression = 2.000000
i264e[info]: profile Main, level 4.0
IMP_Encoder_SetMbRC_ENABLE!!!
i264e[info]: profile Main, level 2.2
******sample_framesource_streamon test to enable frame channel i[ 20.941126] &&& chan1 scaler.max_width = 1920 max_height = 1080 min_width = 128 min_height = 128 &&&
s 0***********
[chn0] scaler->outwidth = 1920 scaler->outheight = 1080, sscaler[ 20.965888] &&& chan2 scaler.max_width = 800 max_height = 800 min_width = 128 min_height = 128 &&&
.outwidth = 1920 sscaler.outheight = 1080
******sample_framesource_streamon test to enable frame channel is 1***********
[chn1] scaler->outwidth = 640 scaler->outheight = 360, sscaler.outwidth = 640 sscaler.outheight = 360
(((((((((((((((((jiabo_OSD_VC_OSD_set 0 2 )))))))))))))))))))
-----------------------------Video After Sync!!
-----------------------------Video After begin!!
*********************************video_channel[].resolution**** 1 *********************
*********************************video_channel[].resolution**** 1 *********************
*********************************video_channel[].resolution**** 1 *********************
set video_PlatForm_startvideo_PlatForm_startvideo_PlatForm_startvideo_PlatForm_start
set video_PlatForm_startvideo_PlatForm_startvideo_PlatForm_startvideo_PlatForm_start 2
@@@@@@@@@@@@@@@Apps set the bitrate is 960@@@@@@@@@@@@@@
******stop_framesource_channel test to disable frame channel is 0***********
[HW]GET MMC STATE STATE STATE STATE STATE STATE = 1
############stop_framesource_channel ret is 0###############
i264e[info]: profile Main, level 4.0
IMP_Encoder_SetMbRC_ENABLE!!!
******start_framesource_channel [ 22.077586] &&& chan1 scaler.max_width = 1920 max_height = 1080 min_width = 128 min_height = 128 &&&
test to enable frame channel is 0***********
[chn0] scaler->outwidth = 1920 scaler->outheight = 1080, sscaler.outwidth = 1920 sscaler.outheight = 1080
[ 22.281102] motor_ops_reset468
[TEST] RCV: [HW]GET MMC STATE STATE STATE STATE STATE STATE = 1
[TEST] RCV: serial received RESET
((((((((((((((((((((????????????????????????????)))))))))))))))))))))
((((((((((((((((((((Video_Code_Status_N is 1 1 )))))))))))))))))))))
((((((((((((((((((((????????????????????????????)))))))))))))))))))))
set video_PlatForm_startvideo_PlatForm_startvideo_PlatForm_startvideo_PlatForm_start 3
jiabo_IMPISP_RUNNING_MODE_DAY!!!!!!!!!!
111111111111111111111111111111 echo 1
((((((((((((((((((((????????????????????????????)))))))))))))))))))))
((((((((((((((((((((Video_Code_Status_N is 3 1 )))))))))))))))))))))
((((((((((((((((((((????????????????????????????)))))))))))))))))))))
((((((((((((((((((((????????????????????????????)))))))))))))))))))))
((((((((((((((((((((Video_Code_Status_N is 4 1 )))))))))))))))))))))
((((((((((((((((((((????????????????????????????)))))))))))))))))))))
------------change Video_frame 15 1476115213 --------------
local storage local storage local storage local storage
VideoAlarm_Variable_Init 1046
@@@@@@@@@@@@ init_video_alarm_detection with lisence.txt @@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@ program version 1.2.43 @@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@ Ingenic Processing started. @@@@@@@@@@@@@@@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
@@@@@@@@ NULL state @@@@@@@
[GUOZHIXIN] TUTK login
@@@@@@@@ NULL state @@@@@@@
jiabo_cycle_move!!!!!!
[TEST] RCV: ---------------------------------max Step X 2600 , max Step Y 700 --------------------------
-----------------FUNC videoAlarm_init ---------------------
IVS Version:1.0.5 built: Sep 13 2018 10:52:47
INFO(verify): Version: 1.2.0-Dec 27 2018
get_addr_by_info_my ret failed pcSrcHostBuf = clock.fmt.he.net
NTP_Init begin address clock.fmt.he.net ip
NTP_Init 560
[TEST] RCV: get_addr_by_info_my ret failed pcSrcHostBuf = clock.fmt.he.net
[TEST] RCV: NTP_Init begin address clock.fmt.he.net ip
IMP_IVS_PollingResult failed 0
IMP_IVS_PollingResult failed 0
U-Boot SPL 2013.07 (Dec 21 2017 - 18:44:33)
pll_init:365
l2cache_clk = 375000000
pll_cfg.pdiv = 8, pll_cfg.h2div = 4, pll_cfg.h0div = 4, pll_cfg.cdiv = 1, pll_cfg.l2div = 3
nf=36 nr = 1 od0 = 1 od1 = 1
cppcr is 02404900
CPM_CPAPCR 0470890d
nf=42 nr = 1 od0 = 1 od1 = 1
cppcr is 02a04900
CPM_CPMPCR 07d0c90d
nf=50 nr = 1 od0 = 1 od1 = 1
cppcr is 03204900
CPM_CPVPCR 0320490d
cppcr 0x9a794410
apll_freq 860160000
mpll_freq 1000000000
vpll_freq = 1200000000
ddr sel mpll, cpu sel apll
ddrfreq 500000000
cclk 860160000
l2clk 286720000
h0clk 250000000
h2clk 250000000
pclk 125000000
DDRC_DLP:0000f003
U-Boot 2013.07 (Dec 21 2017 - 18:44:33)
Board: ISVP (Ingenic XBurst T20 SoC)
DRAM: 128 MiB
Top of RAM usable for U-Boot at: 84000000
Reserving 399k for U-Boot at: 83f9c000
Reserving 32784k for malloc() at: 81f98000
Reserving 32 Bytes for Board Info at: 81f97fe0
Reserving 124 Bytes for Global Data at: 81f97f64
Reserving 128k for boot params() at: 81f77f64
Stack Pointer at: 81f77f48
Now running in RAM - U-Boot at: 83f9c000
MMC: msc: 0
the manufacturer c8
SF: Detected GD25Q128
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
misc_init_r before change the wifi_enable_gpio
gpio_request lable = wifi_enable_gpio gpio = 62
misc_init_r after gpio_request the wifi_enable_gpio ret is 62
misc_init_r after change the wifi_enable_gpio ret is 0
misc_init_r before change the yellow_gpio
gpio_request lable = yellow_gpio gpio = 38
misc_init_r after gpio_request the yellow_gpio ret is 38
misc_init_r after change the yellow_gpio ret is 0
misc_init_r before change the blue_gpio
gpio_request lable = blue_gpio gpio = 39
misc_init_r after gpio_request the blue_gpio ret is 39
misc_init_r after change the blue_gpio ret is 1
gpio_request lable = night_gpio gpio = 81
misc_init_r after gpio_request the night_gpio ret is 81
misc_init_r after change the night_gpio ret is 0
gpio_request lable = night_gpio gpio = 25
misc_init_r after gpio_request the night_gpio ret is 25
misc_init_r after change the night_gpio ret is 0
gpio_request lable = night_gpio gpio = 49
misc_init_r after gpio_request the night_gpio ret is 49
misc_init_r after change the night_gpio ret is 0
gpio_request lable = USB_able_gpio gpio = 47
misc_init_r after gpio_request the USB_able_gpio ret is 47
misc_init_r after change the USB_able_gpio ret is 1
gpio_request lable = TF_able_gpio gpio = 43
misc_init_r after gpio_request the TF_able_gpio ret is 43
misc_init_r after change the TF_able_gpio ret is 1
gpio_request lable = SPK_able_gpio gpio = 63
misc_init_r after gpio_request the SPK_able_gpio ret is 63
misc_init_r after change the SPK_able_gpio ret is 0
gpio_request lable = SD_able_gpio gpio = 48
misc_init_r after gpio_request the SD_able_gpio ret is 48
misc_init_r after change the SD_able_gpio ret is 0
misc_init_r before change the wifi_enable_gpio
gpio_request lable = wifi_enable_gpio gpio = 62
misc_init_r after gpio_request the wifi_enable_gpio ret is 62
misc_init_r after change the wifi_enable_gpio ret is 1
Hit any key to stop autoboot: 0
isvp_t20#
isvp_t20# ver
U-Boot 2013.07 (Dec 21 2017 - 18:44:33)
mips-linux-gnu-gcc (Ingenic r2.3.3 2016.12) 4.7.2
GNU ld (Ingenic r2.3.3 2016.12) 2.24.51.20140512
isvp_t20# printenv
baudrate=115200
bootargs=console=ttyS1,115200n8 mem=104M@0x0 ispmem=8M@0x6800000 rmem=16M@0x7000000 init=/linuxrc rootfstype=squashfs root=/dev/mtdblock2 rw mtdparts=jz_sfc:256k(boot),2048k(kernel),3392k(root),640k(driver),4736k(appfs),2048k(backupk),640k(backupd),2048k(backupa),256k(config),256k(para),-(flag)
bootcmd=sdupdate;sf probe;sf read 0x80600000 0x40000 0x280000; bootm 0x80600000
bootdelay=1
ethaddr=00:11:22:33:44:55
gatewayip=193.169.4.1
ipaddr=193.169.4.81
loads_echo=1
netmask=255.255.255.0
serverip=193.169.4.2
stderr=serial
stdin=serial
stdout=serial
~ # ls
backupa bin driver linuxrc opt root sys tmp
backupd configs etc media params run system usr
backupk dev lib mnt proc sbin thirdlib var
~ # cat /etc/p
passwd profile protocols
~ # cat /etc/passwd
root:x:0:0:root:/:/bin/sh
~ # cat /etc/shadow
root:rJ0FHsG0ZbyZo:10933:0:99999:7:::
~ #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment