Page 1 of 1

Please help, I can not get Z-uno running

Posted: 09 Jul 2018 23:29
by Gerardo
Dear Team,

After trying several times I ask for your advice,.. the fact is that I don't know whether my Z-uno if porperly recognized by its windows driver,.. I had to install it manually and even so I got a message saying that it could not be properly configured.
I'm running it on windows 10, latest official IDE, same computer that I used in the past with regular Arduinos, same USB cable,..

What I notice is that I can not Runbootloader, I get an error:

C:\Users\EscipiĆ³n\AppData\Local\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.08.60\zuno_toolchain\compiler.exe erase -d COM4
[82152] Failed to execute script compiler
Traceback (most recent call last):
File "compiler.py", line 24, in <module>
File "c:\Python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 396, in load_module
File "uCxx.py", line 135, in <module>
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf3 in position 15: ordinal not in range(128)
Error while burning bootloader.


I guess the program setup is correct, at least is according guides,..

Any idea? I'm driving cracy

Thanks !!
Gerardo

Re: Please help, I can not get Z-uno running

Posted: 10 Jul 2018 13:48
by p0lyg0n1
Hi,
looks like its a problem of your home directory name. It's no ascii. "EscipiĆ³n" has 0xf3 non ASCII character. Try to create another user with ASCII name.
Alex.