Skip to content

Instantly share code, notes, and snippets.

Ingenic-uc1_1 login:
U-Boot SPL 2013.07 (Mar 04 2020 - 15:05:06)
Timer init
CLK stop
PLL init
pll_init:366
pll_cfg.pdiv = 10, pll_cfg.h2div = 5, pll_cfg.h0div = 5, pll_cfg.cdiv = 1, pll_cfg.l2div = 2
nf=116 nr = 1 od0 = 1 od1 = 2
cppcr is 07405100
HELLO! BOOT0 is starting!
boot0 version : 3.1.0
[DRAM]ver 0.9 clk = 432
dram ok
dram size =512
card boot number = 2
card no is 2
sdcard 2 line count 0
[mmc]: mmc driver ver 2014-02-28 16:35
[mmc]: ************Try SD card 2************
U-Boot NTM-1.0.0 (12月 07 2012 - 11:28:32)
CPU: Freescale i.MX50 family 1.1V at 800 MHz
mx50 pll1: 800MHz
mx50 pll2: 400MHz
mx50 pll3: 216MHz
ipg clock : 66666666Hz
ipg per clock : 66666666Hz
uart clock : 24000000Hz
ahb clock : 133333333Hz
BootROM - 1.73
Booting from MMC
BootROM: RSA Public key verification PASSED
BootROM: CSK block signature verification PASSED
BootROM: Boot header signature verification PASSED
BootROM: Flash ID verification PASSED
BootROM: Box ID verification PASSED
BootROM: JTAG is enabled
[0]HELLO! BOOT0 is starting!
[2]boot0 commit : e9d7c88390ded1551ff4a4bcfef31cbc9cf717cb
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.65 (oe-user@oe-host) (gcc version 8.3.0 (GCC) ) #1 Tue Jul 21 03:52:29 UTC 2020
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: Allwinner A1X (Device Tree), model: sun3iw1p1
[0]HELLO! BOOT0 is starting!
[2]boot0 commit : e9d7c88390ded1551ff4a4bcfef31cbc9cf717cb
[27]key press : s
7
U-Boot 2014.07 (Jul 21 2020 - 03:52:33) Allwinner Technology
uboot commit : 8
i2c_init: by cpux
@bakueikozo
bakueikozo / sale.sh
Last active November 10, 2020 10:19
#!/bin/bash
while true
do
RESP1=`wget -O - "https://airrsv.net/narumiya-familysale/stateful/calendar/lesson?bookingFromDt=20201110000000&bookingToDt=20201116240000&_=1604978591368" | sed -r "s/,/\n/g" | grep "entryPaxCntTotal" > tmpout`
RESP2=`cat tmpout | grep -v "300" | wc -l`
mkdir reserve
echo $RESP1
echo $RESP2
@bakueikozo
bakueikozo / dmesg output
Created December 18, 2020 17:22
astrocity mini bootup log
[ 0.000000] .init : 0xc061d000 - 0xc064e9c0 ( 199 kB)
[ 0.000000] .data : 0xc0650000 - 0xc082e400 (1913 kB)
[ 0.000000] .bss : 0xc0830098 - 0xc0972a40 (1291 kB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:416
[ 0.000000] try to syncboot of clk ats
[ 0.000000] try to syncboot of clk sdmmc2mod
[ 0.000000] try to syncboot of clk uart0
[ 0.000000] try to syncboot of clk pll_ddr1
[ 0.000000] try to syncboot of clk debe0
key_press
0x00000073
HELLO! BOOT0 is starting!
boot0 version : 4.2.0
boot0 commit : 8
fel_flag = 0x00000000
rtc[0] value = 0x00000000
rtc[1] value = 0x00000000
rtc[2] value = 0x00000000
rtc[3] value = 0x00000000
/*
* IRremote: IRsendRawDemo - demonstrates sending IR codes with sendRaw
* An IR LED must be connected to Arduino PWM pin 3.
* Version 0.1 July, 2009
* Copyright 2009 Ken Shirriff
* http://arcfn.com
*
* IRsendRawDemo - added by AnalysIR (via www.AnalysIR.com), 24 August 2015
*
* This example shows how to send a RAW signal using the IRremote library.