Thursday, June 30, 2011
Tool for connecting PC and WinCE
Tool for connection PC and WinCE on development board
For Win7: Windows Mobil Device Center
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14
For WinXP: activeSync
For Win7: Windows Mobil Device Center
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14
For WinXP: activeSync
Wednesday, June 29, 2011
board support package
code for an given board, which support upper level OS.
Different OS may has different BSP for same board.
http://my.oschina.net/zengsai/blog/13153
Different OS may has different BSP for same board.
http://my.oschina.net/zengsai/blog/13153
Friday, June 17, 2011
Friday, June 10, 2011
arm TrustZone paper
Trusted Computing Building Blocks for Embedded Linux-based ARM TrustZone Platformshttp://delivery.acm.org/10.1145/1460000/1456460/p21-winter.pdf?ip=207.46.92.19&CFID=25966961&CFTOKEN=43525536&__acm__=1307587967_51bd39406227053b81dda5685ac39ccf
Friday, June 3, 2011
trustzone study material
trust zone white paper:
http://infocenter.arm.com/help/topic/com.arm.doc.prd29-genc-009492c/PRD29-GENC-009492C_trustzone_security_whitepaper.pdf
trust zone APT spec(you need to create an account at arm.com, and download):
http://www.arm.com/products/processors/technologies/trustzone.php
http://infocenter.arm.com/help/topic/com.arm.doc.prd29-genc-009492c/PRD29-GENC-009492C_trustzone_security_whitepaper.pdf
trust zone APT spec(you need to create an account at arm.com, and download):
http://www.arm.com/products/processors/technologies/trustzone.php
Wednesday, June 1, 2011
What is an DLL file in Windows
DLL file is an executable file, which implement some functions:
foo(int a, int b)
{
return a+b;
}
the executable of this function could be a DLL, same as .a or .so file in C
Here is more info:
http://www.easydesksoftware.com/dll.htm
foo(int a, int b)
{
return a+b;
}
the executable of this function could be a DLL, same as .a or .so file in C
Here is more info:
http://www.easydesksoftware.com/dll.htm
Subscribe to:
Posts (Atom)