Skip to content

Creating a bootloader for a custom board #472

Answered by majenkotech
kostoskistefan asked this question in Q&A
Discussion options

You must be logged in to vote

The lack of documentation is basically because creating a custom bootloader is a slightly tricky process and writing a howto would be a long and involved thing that none of us like the idea of tackling :)

The MX170, while supported, isn't actively used by any official boards, so we just haven't built a bootloader for it yet. The process, though is:

  1. Create a configuration for the board (config bits and bootloader configuration settings) in configs (and link it from the main BoardConfig.h file)
  2. If you're using MPLAB-X then:
    1. Copy a similar configuration (an MX270 one is best)
    2. Tweak it to use your new settings and make sure you have the right linker script and are including the right files
    3. B…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@majenkotech
Comment options

@kostoskistefan
Comment options

@majenkotech
Comment options

Answer selected by kostoskistefan
Comment options

You must be logged in to vote
7 replies
@JacobChrist
Comment options

@majenkotech
Comment options

@kostoskistefan
Comment options

@JacobChrist
Comment options

@kostoskistefan
Comment options

Comment options

You must be logged in to vote
1 reply
@kostoskistefan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants