Monday, December 12, 2011

reflash Milkymist One

1. delete your local reflash_m1.sh
2. download the new one:

    wget https://raw.github.com/milkymist/scripts/master/scripts/reflash_m1.sh

3. after download.

    chmod +x reflash_m1.sh

    , then run

    ./reflash_m1.sh

    check if the version is 2011-12-13.

4. delete the old folder. in case there are something wrong  :

    rm -rf ${HOME}/.qi/milkymist/

5. run

   sudo ./reflash_m1.sh --rc3 XX XX

   just like before.

reflash BEN NanoNote

Got instructions from Xiangfu:

1. http://en.qi-hardware.com/wiki/Reflash_ben.sh
2. You can use:

    tail -f ${HOME}/.qi/nanonote/bne/latest/log.txt
   
    It will keep you the status updated.

P.S.:
1. If at the end of log of flashing it shows:

Now checking whether all configure args valid: YES
Current device information:
CPU type is Ingenic XBurst Jz4740
Crystal work at 12MHz, the CCLK up to 252MHz and PMH_CLK up to 84MHz
SDRAM Total size is 32 MB, work in 4 bank and 16 bit mode
Nand page per block 128, Nand page size 4096, ECC offset in OOB 12, bad block offset in OOB 0, bad block page 127, use 1 plane mode
Execute command: reset 
command not support or input error!
done

2. means that your xburst-tools is old version. 'reset' is just to reboot the NanoNote. The newest version is here:

http://projects.qi-hardware.com/index.php/p/xburst-tools/downloads/79/

Sunday, December 11, 2011

Pinta

Since I still can't use GIMP, last week I installed an image editor Pinta which is similar to Paint.NET. See its web site.

"Pinta is a free, open source drawing/editing program modeled after Paint.NET. Its goal is to provide users with a simple yet powerful way to draw and manipulate images on Linux, Mac, and Windows."

Saturday, December 10, 2011

包素水餃

回來宜蘭準備素水餃材料 :
紅蘿波,高麗菜,冬粉,豆皮,香菇,芹菜


將碎片紅蘿波,香菇,冬粉,豆皮用油炒後;與其他碎片芹菜,高麗菜混攪加入香油成素餡

Tuesday, December 6, 2011

骨頭發炎啦

嬤去仁愛醫院看了乳癌科與整形外科,醫生說不是乳癌啦!是骨頭發炎而已。
嬤語:"我愛很小,沒有很大愛","醫生,我老是找你麻煩,對不起啦!"

Sunday, December 4, 2011

Bash scripting - Tutorial

Currently I'm learning about the Bash scripting, so Wolfgang pointed me a link here that I think it's a realy good tutorial to start.

Ref. :
1. http://mywiki.wooledge.org/CategoryShell