I was able to create the bootstap loader from the .py file. I am still having problems with using it for selective erasing of segments, I am using an F1132 which has version 1.60 of the bsl.
$ ./msp430-bsl.exe -Epv myfile.txt MSP430 Bootstrap Loader Version: 2.0 Erase Check by file ... An error occoured: NAK received (wrong password?) $ ./msp430-bsl.exe --erase=0x1080 -P myfile.txt MSP430 Bootstrap Loader Version: 2.0 Use -h for help Erase Segment @ 0x1080... An error occoured: Bootstrap loader synchronization error Moussa -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Chris Liechti Sent: Tuesday, December 07, 2004 10:03 PM To: [email protected] Subject: Re: [Mspgcc-users] msp430-bsl Moussa Ba wrote: > Thanx Chris, I have downloaded the cvs tree, I also downloaded py2exe and I > am trying to create the msp430-bsl.exe however, it here is the output : > > I am running it from the python directory. > > running py2exe ... > The following modules appear to be missing > > ['win32con', 'win32event', 'win32file'] you need to have win32all (or pywin32 as it's called recently) installed (http://sourceforge.net/project/showfiles.php?group_id=78018). chris ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
