CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

what is bootloader ??

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
manish12



Joined: 18 Jan 2009
Posts: 15

View user's profile Send private message

what is bootloader ??
PostPosted: Sun Jan 18, 2009 8:22 am     Reply with quote

i am new to this term bootloader ?

but well exp with mcs pic atmel avr.

i am new to pic18f series .

thank you ?

bootloader =/= firmware?

thank you.
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

PostPosted: Sun Jan 18, 2009 8:38 am     Reply with quote

Bootloader is firmware you put into a PIC. The firmware then allows an application program to be loaded into the PIC via serial port, Ethernet, SD/MMC card or some other interface depending on the bootloader.

Bootloaders enable you to upgrade software remotely, ship new software to customers to upgrade images in the field, or simple to enable you to develop and test new software without having to have a programmer attached to the PIC.
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
manish12



Joined: 18 Jan 2009
Posts: 15

View user's profile Send private message

how i can burn these two on same pic
PostPosted: Sun Jan 18, 2009 9:00 pm     Reply with quote

how i can burn these two on same pic ?

they are at diff location ?
asmallri



Joined: 12 Aug 2004
Posts: 1634
Location: Perth, Australia

View user's profile Send private message Send e-mail Visit poster's website

Re: how i can burn these two on same pic
PostPosted: Sun Jan 18, 2009 9:52 pm     Reply with quote

manish12 wrote:
how i can burn these two on same pic ?

they are at diff location ?


Yes they might be in completely different areas of memory or they could be contiguous. Generally, but not always, bootloaders are designed to be transparent to the application program. You program the bootloader into the PIC and, from then on, use the bootloader to program the PIC. When manufacturing a product, you want to avoid the second step and build an image that includes both the bootloader and the PIC. If the bootloader and PIC were developed with the same development platform, this may be straight forward. Otherwise you need to use a script that can combine the two hex files to product a single image.

For low volume products that have a high shelf life between sales, you might produce it only with the bootloader and then add the production image at final platform testing before shipment. This is the step when platform specific configuration would normally have to be done anyway such as assigning a MAC address, serial number, customer specific identifier etc.

It is not uncommon to do both. That is, build a common image knowing full well the application part will be changed as soon as the system is deployed.
_________________
Regards, Andrew

http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!!
FvM



Joined: 27 Aug 2008
Posts: 2337
Location: Germany

View user's profile Send private message

PostPosted: Mon Jan 19, 2009 12:20 am     Reply with quote

Quote:
It is not uncommon to do both. That is, build a common image knowing full well the application part will be changed as soon as the system is deployed.

Yes, that's the ususal way. As an additional requirement, a bootloader should allow safe recovery from all kinds of update failures. The bootloader should never be overwritten during update and involve hardware write protection for the bootloader flash area (if possible with a device family).
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group