Hi all,
i have to change the id of one of my pics. after searching i found the change_id app. the main.asm says the required steps to do this are:
; Required steps for a proper ID initialization:
; o burn the MIOS bootstrap loader into the PIC
; o upload MIOS
; o upload this project
; o change the ID settings for your needs in the code below
; (default: 0x0000000000000000)
; o assemble this program or just use the preassembled .syx file if you
; don’t want to use a different ID
; o convert the new .hex file to a .syx file:
; perl hex2syx.pl main.hex
; o download the application into the PIC
; -> the MIOS bootstrap loader will get active for 2 seconds
; -> thereafter this program will be started
; -> the MIOS bootstrap loader will be started again, but now with
; the new ID settings
My question is:
what is meant by “upload mios” and “upload this project”?
Do i have to put the mios-software on the pic via midi, before i change the id with this app?
My pics currently only have the bootloader on it.
And one general question (sorry - newbie=me):
i´m building a midibox with 2 cores. one core should act like mb64 and the other like mb64e. do i need different mios versions for this? So far i don´t fully understand the context/relationship between the mios software and the mb64/mb64e software? Is it the same? Do i have to set different parameters in mios so that it acts like mb64 or mb64e?
thanks for your replies & helping me.