Forum: Open Source & Homebrew Jailbreak - If you are looking for news and helpful information on PS3 topics like open source and homebrew jailbreak solutions then PSX-Scene should be your first stop. You can stay up to date on topics such as PSGroove and PSFreedom plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Bootloader: what exactly is it?
  

Results 1 to 6 of 6
  1. #1 Question Bootloader: what exactly is it? 
    Nemus is offline Registered User
    Join Date
    Oct 2010
    Posts
    23
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Ok guys,

    I know this may be a stupid question, but you know, I'm a web designer, not a board programmer I studied elettronic at high school, but I don't remember so much...

    So I read here and there that there are two kinds of boards, those with bootloader and those without.

    I'm trying to understand what phisically a bootloader is: a hardware device or a code pre-installed in the chip?
    If I want to build a key by my own (based on Groopic/pic18f2550 for example), and I don't want to use a programmer (like Art2003), what should I do?

    Thanks for your patience
    Reply With Quote  

  2. #2  
    lew000 is offline Registered User
    Join Date
    Sep 2010
    Posts
    18
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    There are two ways of the programing: simple from outside and with bootloader.
    In the firtst case you can say byte from byte what would you like in the IC chip. The second case when a program running in the IC (this is the bootloader) which is some kind of way (RS232, I2C , or simple just on a leg) read datas and write into the memory. But first of all we have to take in the bootloader into the PIC (or IC).
    after when this is done we have much easier and faster way to program the IC and not needed to take out the IC from the circuit.

    So the bootloader works like a firmware in the chip and help us to program the chip without taking out the IC from the circuit.

    When you buy a new chip (ex: PIC18F2550) there is no bootloader in it , you have to burn into it with
    this (or somethig like this):
    http://www.microchip.com/stellent/id...cName=en023805

    or you can build your own from tutorials....
    Last edited by lew000; 10-06-2010 at 11:31 AM.
    Reply With Quote  

  3. #3  
    Nemus is offline Registered User
    Join Date
    Oct 2010
    Posts
    23
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Great,

    a little bit lighter now.
    Due to this, when I buy a pic (like 18f2550), how can I understand if it has a pre-installed bootloader or not?
    I always need a programmer in order to install a bootloader?
    Reply With Quote  

  4. #4  
    aeonoak is offline Registered User
    Join Date
    Sep 2010
    Posts
    11
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You always need a programmer to burn the bootloader or maybe you can ask the vendor to burn the bootloader and send the PIC to you with that.
    Reply With Quote  

  5. #5  
    Nemus is offline Registered User
    Join Date
    Oct 2010
    Posts
    23
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    All clear now. Thank you guys. One last question: where can I find these bootloaders?
    Reply With Quote  

  6. #6  
    aeonoak is offline Registered User
    Join Date
    Sep 2010
    Posts
    11
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Reply With Quote  

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