Allow changing bootloader_get_mac address
Current default in the Makefile is the *new* bootloader address. But for backward compatibility we've modified the run*.sh files to use the old address. The run*.sh also now explain how to change the default.
This commit is contained in:
parent
1efbe0736a
commit
56f6f87c94
19 changed files with 61 additions and 18 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
# For the new bootloader (using a jump-table) you want to use
|
||||
# BOOTLOADER_GET_MAC=0x0001ff80 (which is the current default)
|
||||
make clean TARGET=osd-merkur
|
||||
make TARGET=osd-merkur
|
||||
make TARGET=osd-merkur BOOTLOADER_GET_MAC=0x0001f3a0
|
||||
avr-size -C --mcu=MCU=atmega128rfa1 border-router.osd-merkur
|
||||
avr-objcopy -j .text -j .data -O ihex border-router.osd-merkur border-router.osd-merkur.hex
|
||||
avr-objcopy -j .eeprom --set-section-flags=.eeprom="alloc,load" --change-section-lma .eeprom=0 -O ihex border-router.osd-merkur border-router.osd-merkur.eep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue