bootloader


Closed Thread
Results 1 to 5 of 5

Thread: bootloader

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425

    Default bootloader

    If a customer wanted to update the software, is bootloader secure? Also, can you load a PBP program onto a PIC that has an existing hex file?

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: bootloader

    If you give the hex file to a customer, how safe is that? He/She can copy your hardware and load the firmware then.

    Also with bootloader there is no option to lock the code in the flash of the PIC®.

    Ioannis

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: bootloader

    Hi,
    I'm 99.99% certain you can still have the flash memory of the device protected when using a bootloader. If that wasn't possible there really wouldn't be a market for encrypted bootloaders.

    If you're looking for an encrypted USB bootloader there's an open source one from Diolan. If you're looking for "any" type of encrypted bootloade Brush Electronics seams to have it (Serial, USB, Ethernet etc).

    If you're looking for a non encrypted bootloader which is free to use and distribute to your customer you can look at the ds30 loader (he also has a secure/encrypted version which is not free). Another alternative is Tiny Bootloader.

    I've tried none of the encrypted ones but I have tried the ds30 loader.

    /Henrik.

  4. #4
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: bootloader

    Nice one Henrik.

    That brings us to the question, 16F series can be protected?

    Ioannis

  5. #5
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: bootloader

    Like I said, I'm not sure how it works. A little Googling turns up encrypted loaders for 18F and up only, don't know if they exist for 16F. If they don't exist then perhaps the reason for that is A) limited amount of memory (RAM and/or flash) or B) doesn't work with code protect. I'm afraid I don't know. I highly recommend really checking that with the supplier of the bootloader.

    /Henrik.

Similar Threads

  1. Bootloader
    By Rob Martin in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 15th April 2012, 19:46
  2. Replies: 7
    Last Post: - 10th November 2008, 09:24
  3. USB bootloader
    By Demon in forum USB
    Replies: 5
    Last Post: - 31st August 2006, 01:04
  4. bootloader
    By Mostafa in forum General
    Replies: 6
    Last Post: - 22nd February 2006, 12:34
  5. USB Bootloader
    By PJALM in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 26th January 2006, 04:14

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts