473,805 Members | 2,297 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Windows CE SPARK Program

I stumbled upon an amazing deal if you want to try your hand at Windows
CE
embedded programming using C#. It is called the SPARK program at:

http://www.microsoft.com/windows/emb...k/default.mspx

For $299 you can get from ICOP:

ICOP x86 256M flash drive driven fan less embedded PC with ethernet,
VGA, ps2
key/mouse support, serial X 2, usb X3, 512MB DDR2, null modem cable,
ethernet crossover cable and a compact flash slot.
Visual Studio 2005 Pro (personal use only) (was $799)
Windows CE Development Tools (was $995)

I would recommend that you follow the instructions in the ebox manual
about
deleting old software and follow the instructions in the quick start
guide for
updating VS2005 to SP1, installing the Windows CE tools including
optional x86
support, the CE SDK, auto core and ICOP BSP and then CE R2.

And remember to have fun,
Jeff

*** Sent via Developersdex http://www.developersdex.com ***
Jun 27 '08 #1
2 3145
Well I finally figured out how to create a custom bootable removable
flash hard drive (compact flash or USB)on the eBox4300 running Windows
CE. It is not well documented or available on the web.

1) There is a 512MB limitation on the flash "hard drive" so of course
your 1 gig flash drive is not bootable.
2) Boot to DOS (choice 4 clean boot) and use XCOPY /s /e c: say to d: to
copy the DOS boot files to the removable flash drive.
3) Use EDIT in DOS to change the C: to say D: in the D: autoexec.bat
file.
4) Boot to the BIOS SETUP by press the delete key on power up and go to
Boot Hard Disk Drives (NOT Boot Device Priority) to select the removable
flash drive as boot disk one.
5) Over write the factory NK.bin file with your custom release version
of NK.bin. Rememeber this is a _removable_ flash drive.

Have fun. I would post these instruction on my website but I am "stuck"
on the beach for a while.

Regards,
Jeff

*** Sent via Developersdex http://www.developersdex.com ***
Jul 15 '08 #2
Problems setting up remote debugging from XP VS2005 to an eBox4300
running Windows CE 6.0:

You can deploy, execute and debug (catch exceptions) from c#
applications to an embeded 6.0 ce device over an intranet with a DCHP
server (most any wireless/wired router), but on my system I could not
set breakpoints remotely. Instead I received the message

"The breakpoint will not currently be hit. The specified
module has not been loaded". To fix this problem.

1) Besides the obvious fact that you need to be in debug build, I had to
download the net compact framework version 2.0 sp2 to my XP development
machine. When I connected and deployed the C# program to the ce device,
the cab file containing the net framework sp2 automatically deployed to
the target ce device. Afte that I was able to set breakpoints remotely.

http://www.microsoft.com/downloads/d...EA55F2F-07B5-4
A8C-8A44-B4E1B196D5C0&di splaylang=en
http://bytes.com/forum/thread525089.html

2) Also you may need to install the monthly updates.
http://msdn.microsoft.com/en-us/embedded/aa731256.aspx

Regards,
Jeff

*** Sent via Developersdex http://www.developersdex.com ***
Jul 21 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1887
by: Magnus Lie Hetland | last post by:
I'm working on a project where I have to create parsers on the fly, based on input to my program. I think Spark seems like a good candidate for the parser generation part, but it seems very geared toward hard-coded parsers. I could, I suppose, set the docstrings of the objects to contain the generated grammars, but that seems sort of like a misuse. Does anyone have any experience with "manually" constructing parsers with Spark, i.e....
1
2257
by: Diez B. Roggisch | last post by:
Hi, I've got to create some spark-based parsers during runtime. For people not familiar with spark, a parser looks like this: class MixFixParser(spark.GenericParser): def __init__(self, start='p_start'): spark.GenericParser.__init__(self, start) def p_rules(_, args):
9
3523
by: Tran Tuan Anh | last post by:
Hi all, I am searching for a suitable parsing tool to parse C++ for a research project. Actually I am parsing SystemC, it is a C++ lib with some macros, hence I need to modify the grammar a little bit to handle some new keywords. I need to construct the Control Flow Graph and play around with it a bit. So far, I have found SPARK and PLY that seem to be suitable to my
3
1553
by: David Sharp | last post by:
Hi all, I know this is kinda off-topic, and I apologise in advance, but... In Win32... Is there any way I can get the parent Hwnd when I only know the Hinstance? Basically, I am spawning a new process (ShellExecute) which returns the Hinstance and I want to keep control over the window from my program... Thanks for your help,
2
15233
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000 Personal disk from the SQL Server 2000 Enterprise kit as this is reported here on the MSDN web site to be the version that is supported on Windows XP. In fact so many of you kind people confess to having succeeded in doing it. I have tried...
0
1592
by: Sébastien Boisgérault | last post by:
Hi, Has anybody already implemented a full ANSI C parser with John Aycock's spark module ? (spark : http://pages.cpsc.ucalgary.ca/~aycock/spark/) Cheers, SB
2
1431
by: Pradeep | last post by:
I have uploaded some MFC related stuff. you can download sample projects http://neuralnetworks.in/windowsprogramming.html
0
9225
AmberJain
by: AmberJain | last post by:
Windows Autorun FAQs: Description NOTE- If you are unfamiliar with the concept of autoruns, then read "Windows Autorun FAQs: Overview". Que-1: How can I safely remove or edit the autorun settings on my PC? Ans: I recommend that you backup all of your important data before trying anything mentioned in this article. When a person is tweaking with autoruns, one has to rely on 'trial and error' methods and so there is always the possibility...
0
9718
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10617
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10364
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7649
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6876
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5678
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4328
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.