Is working GREAT under Linux SuSE 11.1 : v...@linux-qsad:~/jal/project/FreeJALduino/blink> python ~/ Albert_uploader/UsbBootLoader.py write 18f2550_blink.hex COMMAND write FILENAME 18f2550_blink.hex Waiting for USB PIC bootloader device ... Boot device version number 1.20 Found PIC: device_id 1240 name 18f2550 Flashing file 18f2550_blink.hex
Blink sample compiled with last svn jallib using Piklab 0.15.4 and uploaded with UsbBootLoader.py Vasi On Sep 9, 2:19 am, "a.faber" <[email protected]> wrote: > Hi Vasi > Thanks for the feedback, I tested it on Windows XP and it works fine, still > have to check Linux. > Albert > > ----- Original Message ----- > From: "funlw65" <[email protected]> > To: "jallib" <[email protected]> > Sent: Wednesday, September 09, 2009 1:15 AM > Subject: [jallib] Re: Bootloader on 18F2550 > > Tested under WinXP Home Edition and automatic driver install is > working fine. Blink LED test is working fine. > I must test it under Windows Vista Basic... should work... > > Vasi > > On Sep 9, 12:24am, "a.faber" <[email protected]> wrote: > > Yes please give it a try, hopefully you'll get the same hex file, just > > made > > another small update in order to save some bytes (only checking the > > highest > > byte in the user goto function), also i noticed there is a difference > > between a pic1814k50 and a pic18f4550 (4 bytes), likely due to a different > > register layout, below the compiler output of both: > > > Compilation line is : D:\pic\projects\jallib_svn\compiler\jalv2.exe -s > > D:\pic\projects\jallib_svn\include\device;D:\pic\projects\jallib_svn\include\peripheral\usb;D:\pic\projects\jallib_svn\include\peripheral\i2c;D:\pic\projects\jallib_svn\include\peripheral\usart;D:\pic\projects\jallib_svn\include\jal;D:\pic\projects\jallib_svn\include\external\lcd;D:\pic\projects\jallib_svn\include\peripheral\pwm;D:\pic\projects\jallib_svn\include\peripheral\adc;D:\pic\projects\jallib_svn\include\peripheral\data_eeprom > > D:\pic\projects\jallib_svn\sample\18f4550_usb_bootloader_autostart.jal > > jal 2.4l (compiled Aug 7 2009) > > generating p-code > > 0 errors, 0 warnings > > 2587 tokens, 163250 chars; 4541 lines; 5 files > > live variable analysis iterations: 3 > > generating PIC code pass 1 > > generating PIC code pass 2 > > writing result > > Code area: 2010 of 32768 used (bytes) > > Data area: 37 of 928 used > > Software stack available: 891 bytes > > Hardware stack depth 3 of 31 > > > Compilation line is : D:\pic\projects\jallib_svn\compiler\jalv2.exe -s > > D:\pic\projects\jallib_svn\include\device;D:\pic\projects\jallib_svn\include\peripheral\usb;D:\pic\projects\jallib_svn\include\peripheral\i2c;D:\pic\projects\jallib_svn\include\peripheral\usart;D:\pic\projects\jallib_svn\include\jal;D:\pic\projects\jallib_svn\include\external\lcd;D:\pic\projects\jallib_svn\include\peripheral\pwm;D:\pic\projects\jallib_svn\include\peripheral\adc;D:\pic\projects\jallib_svn\include\peripheral\data_eeprom > > D:\pic\projects\jallib_svn\sample\18f14k50_usb_bootloader_autostart.jal > > jal 2.4l (compiled Aug 7 2009) > > generating p-code > > 0 errors, 0 warnings > > 2587 tokens, 153954 chars; 4263 lines; 5 files > > live variable analysis iterations: 3 > > generating PIC code pass 1 > > generating PIC code pass 2 > > writing result > > Code area: 2006 of 16384 used (bytes) > > Data area: 37 of 672 used > > Software stack available: 379 bytes > > Hardware stack depth 3 of 31 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
