Hi to all, I'm update tinyos tools to 1.4.2-2 today and I find a problem using tos-bsl with custom platform.
Until today I use a old version, before 1.4.0 I don't know exactly which one, without problem. The command I used was : tos-bsl --invert-test -c /dev/ttyUSB0 -r -e -I -p build/telosb/main.ihex.out With new version every time I have a timeout during mass erase and the application are not installed. Comparing the code of two version I found that the problem is related to invertRST value: to work with my platform must be 0. But at line 1551 it is set to 1 and all option in the following lines set also to 1 and I don't find a way to correct it without changing the code. My temporary solution is comment line 1551. There is a way to set this value to 0 without comment that line? My other question is why this parameter now is always 1 when there is specific command option to set it (like --invert-reset)? Thanks for any help. Regards Davide _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
