lucasromeiro
Joined: 27 Mar 2010 Posts: 167
|
|
Posted: Sun Nov 15, 2015 5:31 pm |
|
|
| Ttelmah wrote: | | If you are going to be modifying it, you need to decide _now_ how large your bootloader is likely to be, when you have finished, and allocate enough space for this. Otherwise you are going to have to re-compile all the code you intend to use, when you change the bootloader. It is pointless to be adjusting the size to fit the current bootloader.... |
got it,
I will do the changes in the bootloader.
after modifying it, we calculate the necessary space the way I wrote above in the example? |
|