Hello,
I am new in the 7650 development. I have got the SDK and I've been able to run little applications on the simulator. I would like to know how can I load my applications into the 7650 and what tools do I need to do that ?
Thank you
T. Lebihen
RE: How to load a new app in a 7650 ?
2002-06-11, 13:14#2
You need to make a sis file of your application and then install it on the device.
For more detailed info please read the SDK help >>V6.1 edition for C++ >> Tools and utilities >> Installation guide
Regards,
Ravi
RE: How to load a new app in a 7650 ?
2002-06-11, 13:15#3
1. give program a UID.
2. compile the program for armi platform.
3. create a sis file.
4. make a SIS file using sisar (wazard) or manualy.
5. transfer the file to device using infrared/bluetooth.
6. install from there
hope it works... i am still unable to get the app install on the actual device! but those are the step to do it.