Installing Windows Embedded CE 6.0 – Steps:
1. Visual Studio 2005
2. Visual Studio 2005 SP1
3. Visual Studio 2005 SP1 for Vista
4. Windows Embedded CE 6.0
5. Windows Embedded CE 6.0 SP1
6. Windows Embedded CE 6.0 R2
7. Windows Embedded CE 6.0 R3
8. Install Windows Embedded CE 6.0_Product_Update_Rollup_2009
9. copy C:\Program Files\Common Files\microsoft shared\Windows CE Tools\Platman\target\wce600\armV4i to C:\Program Files\Common Files\microsoft shared\Windows CE Tools\Platman\target\wce600\armV4 (for active-sync)
10. device emulator 2.0
11. .net cf 2.0 sp2
12. install ARM VFPv2 library
13. install WesttekFileViewers6.exe (Office, PDF viewer)
星期三, 12月 29, 2010
星期一, 12月 27, 2010
Windows CE 6 FTPD, HTTPD related document
FTPD
http://msdn.microsoft.com/en-us/library/ms881874.aspx
HTTPD
http://msdn.microsoft.com/en-us/library/ee498633.aspx
http://msdn.microsoft.com/en-us/library/ms881874.aspx
HTTPD
http://msdn.microsoft.com/en-us/library/ee498633.aspx
星期一, 12月 20, 2010
network adb in beagleboard
since rowboat gadget driver does not works for me. so i choose use network adbd for my beagleboard-xm.
target:
setprop service.adb.tcp.port 5555
stop adbd
start adbd
windows:
adb connect xxx.xxx.xxx.xxx:5555
done.
target:
setprop service.adb.tcp.port 5555
stop adbd
start adbd
windows:
adb connect xxx.xxx.xxx.xxx:5555
done.
Beagle edit boot.scr
Strip the 72byte long uboot header:
dd if=boot.scr of=boot.script bs=1 skip=72
use u-boot mkimage to gen the .scr
mkimage -A arm -T script -C none -n "beaglexm boot script" -d boot.script boot.scr
dd if=boot.scr of=boot.script bs=1 skip=72
use u-boot mkimage to gen the .scr
mkimage -A arm -T script -C none -n "beaglexm boot script" -d boot.script boot.scr
訂閱:
文章 (Atom)