NelsonChung's blog
邁向偉大的航路
值得推薦給獨一無二的你
空中英語教室廣播檔分享粉絲團
Simon Studio婚禮攝影工作室
繪心一笑DIY蛋糕房Facebook粉絲團
繪心一笑DIY蛋糕房
Rich
常用資源
Gnu make
Gnu C library
git doc
Detail ToC
Ubuntu常用軟體
image share
pastie
QT OnLine Ref
2010年11月20日 星期六
how to write/read command(or data) to uart device
送資料到ttymxc1
ls > /dev/ttymxc1
or
cat list.txt > /dev/ttymxc1
從ttymxc1讀取內容
cat < /dev/ttymxc1
透過Facebook分享
使用stty設定baudrate
我使用busybox的stty
設定的command如下
./busybox stty -F /dev/ttymxc1 115200
如何接收以及傳送資料到ttymxc1
Reference:
http://e2e.ti.com/support/embedded/f/354/p/65924/238236.aspx
透過Facebook分享
2010年11月19日 星期五
vim - 搜尋 and 取代功能
進入console mode
[ESC]
:%s/A/B
找到A字串
用B字串取代
透過Facebook分享
最近時間走的很快
最近覺得時間過的很快
上班能夠學的東西很多
也許對有興趣的東西
會更想去研究不清楚的部份
所以有比較多的衝勁
願意花更多時間去分析
所以一早起來
覺得才沒過一下
就天黑了
透過Facebook分享
2010年11月18日 星期四
搜尋某目錄下某副檔名中的字串
find
./myandroid9.1/kernel_imx/
-name \*.h -exec grep -wnH
SERIAL_IO_MEM
{} \;
搜尋此目錄下 -
./myandroid9.1/kernel_imx/
副檔名為.h
搜尋字串為
SERIAL_IO_MEM
Reference:
http://blog.roodo.com/jaytech/archives/9783869.html
透過Facebook分享
uboot參數 - 強人狗夫叔叔提供
uboot參數存在 flash offset 768K處,大小 128K
把它吸出來 sudo dd if=/dev/sdc of=uParameter.bin bs=128K skip=6 count=1
存到別張卡 sudo dd if=uParameter.bin of=/dev/sdc bs=768K seek=1
Reference:
seek=BLOCKS
skip BLOCKS obs-sized blocks at start of output
skip=BLOCKS
skip BLOCKS ibs-sized blocks at start of input
skip 是略過 if (input file) 所指定的檔案 的 bs * count 大小 然後才開始讀入
seek 是略過 of (output file) 所指定的檔案 的 bs * count 大小 然後才開始寫入
http://sakbk.pixnet.net/blog/post/28742290
透過Facebook分享
Run busybox on android under imx51
今天auron問
我怎麼把busybox上到板子上又不用usb
我說我放到sd卡上
android有個data目錄
直接將build好的busybox放上去
插卡開機
需要修改一下權限
不然會出現Permission denied
bash-3.2# ./busybox pwd
bash: ./busybox: Permission denied
bash-3.2# chmod 755 busybox
執行./busybox ls -al
透過Facebook分享
2010年11月17日 星期三
移動資料夾下的內容
當下目錄有B目錄
要將B目錄下的所有資料搬到當下目錄
mv ./B/* .
透過Facebook分享
2010年11月16日 星期二
git diff and git status
想要有顏色顯示上的差異
可以在
home目錄下
編輯
.gitconfig
[color]
ui=auto
就可以嚕
感謝checko教學
透過Facebook分享
2010年11月15日 星期一
阿妹迎娶節目
當然
迎娶的節目是為了要整新郎
讓新郎知道要取到新娘不是一件簡單的事情
這次阿妹出嫁
也決定要恢復迎娶的模式
從南部回來的路上
跟老婆一起討論要弄怎樣的節目
1. 吃客家麻糬(代表離不開, 黏黏的感情)
2. 喝一臉盆的汽水(新郎喜歡喝汽水, 想說來迎娶一定會口渴, 另外新郎還可以大家幫忙, 製造互動)
3. shake your body活動(新郎手上,頭上帶著計數器, 搖個幾百下就算過關, 這個數字應該要有些意義才是)
4. 真心話大冒險(要我想題目嗎? 嘿嘿)
5. 匍伏前進
6. 感性告白
透過Facebook分享
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)