Hi Alex, I think that i’m in trouble because the Visualstudio project creator can’t enable me to produce a command line software that is not win32 but only DOS mode ( i suppose )
Do you know if exists a template made by toradex to solve these problem?
Hi Alex!
I’ve followed the link you suggested
then i transferred the file compiled to a remote computer ( from the customer ) and uploaded via ftp in that way:
Here is the ssh log:
pi@raspberrypi:~ $ ftp xx.xx.xx.xx
Connected to xx.xx.xx.xx.
220 Service ready for new user.
Name ( xx.xx.xx.xx:pi): anonymous
331 Anonymous access allowed, send identity (e-mail name) as password.
Password:
230 User logged in, proceed.
Remote system type is Windows_CE.
ftp> cd temp
250 Requested file action okay, completed.
ftp> bin
200 Command okay.
ftp> put provaprovina.exe
local: provaprovina.exe remote: provaprovina.exe
200 Command okay.
150 File status okay; about to open data connection.
226 Closing data connection.
5120 bytes sent in 0.00 secs (15.6500 MB/s)
ftp> 221 Service closing control connection.
pi@raspberrypi:~ $ telnet xx.xx.xx.xx
Trying xx.xx.xx.xx...
Connected to xx.xx.xx.xx .
Escape character is '^]'.
Welcome to the Windows CE Telnet Service on Colibri
Pocket CMD v 8.00
\> cd temp
\temp> provaprovina.exe
Cannot execute \temp\provaprovina.exe.
\temp>
Why?? Where i have going wrong???
the only difference from the howto is that in my installation:
windows XP sp3
.NET ver 4.5
VStudio 2008
Extra dev packages:
Colibri_SDK_1_0.msi
Toradex_CE5_SDK.msi
in the window:
https://ibb.co/3d53NRW
i Can't add the same libraries:
https://docs.toradex.com/101835-vcpp-smartdeviceproject.png
Thanks in advice!
Marco
I did follow article I’ve mentioned before and everything works as expected. I’ve run console app using VS debugger. Then I copied it into USB drive and run it directly on Colibri using command line. You can download my screenshots and compiled app here.