View hirumeshi-jimbocho.md
すけじゅーりん
- 6/17 火: 牡丹亭 (done)
- 6/18 水: はちまき (done)
- 6/19 木: ランディ (done)
- 6/20 金: エチオピア[確定] (done)
- 6/23 月: TAKEUCHI (done)
- 6/24 火: ひげ勘 (done)
- 6/25 水: ペルソナ (done)
- 6/26 木: 南海 (done)
- 6/27 金: いもや (done)
View gist:1f04be005afbe6bb1766
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[POST] ---> | |
SDRAM test PASSED | |
Wired network PASSED | |
Timer test PASSED | |
Wireless network 1 PASSED | |
[POST] <--- | |
Hardware version 1.0.0 S/N : 06UT25571225 |
View gist:5e4931cb172c7cc8cafc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot 1.1.4 (May 14 2014 - 12:57:52) | |
U-Boot DB120 | |
Wasp 1.2 | |
DRAM: 128 MB | |
Top of RAM usable for U-Boot at: 88000000 | |
Reserving 146k for U-Boot at: 87fd8000 | |
Reserving 192k for malloc() at: 87fa8000 |
View wpj344bootmsg.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
U-Boot 1.1.4 (May 14 2014 - 12:57:52) | |
U-Boot DB120 | |
Wasp 1.2 | |
DRAM: 128 MB | |
Top of RAM usable for U-Boot at: 88000000 | |
Reserving 146k for U-Boot at: 87fd8000 | |
Reserving 192k for malloc() at: 87fa8000 | |
Reserving 44 Bytes for Board Info at: 87fa7fd4 |
View gist:a0f2cfc563232d5a0428
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Linux version 3.3.8 (ttyaw@mesh) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #2 Thu Apr 24 04:07:18 GMT 2014 | |
[ 0.000000] MyLoader: sysp=d75b58eb, boardp=9ef03ccb, parts=e361fc24 | |
[ 0.000000] bootconsole [early0] enabled | |
[ 0.000000] CPU revision is: 0001974c (MIPS 74Kc) | |
[ 0.000000] SoC: Atheros AR9344 rev 2 | |
[ 0.000000] Clocks: CPU:560.000MHz, DDR:450.000MHz, AHB:225.000MHz, Ref:40.000MHz | |
[ 0.000000] Determined physical RAM map: | |
[ 0.000000] memory: 08000000 @ 00000000 (usable) | |
[ 0.000000] Initrd not found or empty - disabling initrd | |
[ 0.000000] Zone PFN ranges: |
View gist:14eae36166f137e03e59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ar7240> printenv | |
bootdelay=1 | |
baudrate=115200 | |
ipaddr=192.168.1.1 | |
serverip=192.168.1.10 | |
dir= | |
lu=tftp 0x80060000 ${dir}tuboot.bin&&erase 0x9f000000 +$filesize&&cp.b $fileaddr 0x9f000000 $filesize | |
lf=tftp 0x80060000 ${dir}db12x${bc}-jffs2&&erase 0x9f050000 +0x630000&&cp.b $fileaddr 0x9f050000 $filesize | |
lk=tftp 0x80060000 ${dir}vmlinux${bc}.lzma.uImage&&erase 0x9f680000 +$filesize&&cp.b $fileaddr 0x9f680000 $filesize | |
bootargs=console=ttyS0,115200 root=31:02 rootfstype=jffs2 init=/sbin/init mtdparts=ath-nor0:256k(u-boot),64k(u-boot-env),6336k(rootfs),1408k(uImage),64k(mib0),64k(ART) |
View gist:d8bbe0c7ca1fc3dee161
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autoboot=run loadkernel && run setargs && true && bootm 0x48000000 | |
baudrate=115200 | |
boot_ram=saved_stdout=$stdout;setenv stdout nc;if iminfo 0x41000000; then true; setenv stdout $saved_stdout; source 0x41000000;else setenv stdout $saved_stdout;fi | |
bootcmd=if run loadbootenv; then echo Loaded environment from ${bootenv};env import -t ${scriptaddr} ${filesize};fi;if test -n "${uenvcmd}"; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadbootscr; then echo Jumping to ${bootscr};source ${scriptaddr};fi;run autoboot; | |
bootdelay=3 | |
bootenv=uEnv.txt | |
bootscr=boot.scr | |
console=ttyS0,115200 | |
device=mmc | |
ethact=emac |
View gist:8c612cd2aa6b8404ad47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- CPU: Atheros AR5312A | |
- 802.11: AR5112A | |
http://www.simandl.cz/stranky/linux/atheros/soubory/ar5004xbulletin.pdf | |
View gist:94b4aefe4fc026dfddcc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters