Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:wellington [2017/02/08 21:46]
darron [Configure]
projects:wellington [2017/03/11 02:00] (current)
darron [Devices]
Line 14: Line 14:
 === Devices === === Devices ===
  
-At this time 188 devices are thought to be supported and here is a list+At this time 192 devices are thought to be supported and here is a list
 of devices which have been tested during the production of this boot loader. of devices which have been tested during the production of this boot loader.
 +
 +<columns 50% 50% ->
  
 <code> <code>
 +pic18f13k50
 pic18f25k22 pic18f25k22
 +pic18f25k50
 +pic18f26j50
 pic18f26k20 pic18f26k20
 pic18f26k40 pic18f26k40
 +</code>
 +
 +<newcolumn>
 +
 +<code>
 pic18f26k80 pic18f26k80
 pic18f4520 pic18f4520
Line 27: Line 37:
 pic18f4685 pic18f4685
 </code> </code>
 +
 +</columns>
  
 The pic18f26k80 and pic18f4685 support both serial and CAN Bus. The pic18f26k80 and pic18f4685 support both serial and CAN Bus.
Line 40: Line 52:
 I am grateful to Chiculita Claudiu for Tiny PIC Bootloader as Wellington Boot Loader uses a protocol derived from Tiny PIC bootloader. I am grateful to Chiculita Claudiu for Tiny PIC Bootloader as Wellington Boot Loader uses a protocol derived from Tiny PIC bootloader.
  
 +
 +=== Checkout ===
 +
 +Wellington boot loader is obtained using mercurial.
 +
 +<code>
 +hg clone http://hg.kewl.org/pub/wellington
 +cd wellington
 +</code>
  
 === Configure === === Configure ===
Line 53: Line 74:
  
 Follow the guide given in the template to create the correct boot loader Follow the guide given in the template to create the correct boot loader
-firmware for your target then build the boot loader. [[:tools:gputils|GPutils]] must be installed to perform this operation.+firmware for your target then build the boot loader. [[:tools:gputils|GPUtils]] must be installed to perform this operation.
  
 <code> <code>