目前分類:工作紀錄 (10)

瀏覽方式: 標題列表 簡短摘要

在PL1029 SDK, 開發Embedded Webpage 工作備忘紀錄

============================================================================================

rodney2009 發表在 痞客邦 留言(1) 人氣()

在PL1129平台上,如何檢驗新的攝相機或編碼晶片驅動程式(Sensor or decoder chip Driver)傳送影像是否正確?

目前應該先確定grabber是否正確收到sensor傳過來的資料....

rodney2009 發表在 痞客邦 留言(0) 人氣()

在PL1129 EVB 上測試SD card reader及USB 隨身碟(在 Linux core 2.4.19)的注意事項:

 

rodney2009 發表在 痞客邦 留言(0) 人氣()

在PL1029/1129燒入新的Firmware檔(使用Proboot bootloader)

 

rodney2009 發表在 痞客邦 留言(0) 人氣()

=============Linux Server端====================

$service nfs stop 

rodney2009 發表在 痞客邦 留言(0) 人氣()

 

目前學術界已經發展出許多處理影像訊號壓縮及編碼的技術

rodney2009 發表在 痞客邦 留言(0) 人氣()

格式    ---   解析度(pixel * pixel)

QQVGA--160×120

rodney2009 發表在 痞客邦 留言(0) 人氣()

rodney2009 發表在 痞客邦 留言(0) 人氣()

__init/__exit/__initdata 

 include/linux/init.h

After boot, the kernel frees up a special section; functions marked with __init and data structures marked with __initdata are dropped after boot is complete (within modules this directive is currently ignored). __exit is used to declare a function which is only required on exit: the function will be dropped if this file is not compiled as a module. See the header file for use. Note that it makes no sense for a function marked with __init to be exported to modules with EXPORT_SYMBOL() - this will break.

Static data structures marked as __initdata must be initialised (as opposed to ordinary static data which is zeroed BSS) and cannot be const.

rodney2009 發表在 痞客邦 留言(0) 人氣()

2008/11/11

PL-1029 Software Development Kit

rodney2009 發表在 痞客邦 留言(0) 人氣()