Jump to content

how to make id 4


reboot
 Share

Recommended Posts

yes

i use a core to control a keyboard with the program of julienvoirin with id 0

that's connect to sid v2 ...that's the problem !

i want to use my midi rear plug to upload but id 0,1,2,3 is used and the new core with id 4 will be better if i don't want to open the box each time.

in the file "change_id_v1_9d.zip " there's no id 4 . it's maybe very easy but i can't find the clue.

thank you

Link to comment
Share on other sites

you have to change the sourcecode and compile it by yourself.

look here for instructions how to compile the sourcecode to your hexfile:

http://ucapps.de/howto_tools_gpasm.html

In the beginning of main.asm you have to change device id to what you want:

;

;  Change ID Application

;  Details are described in README.txt

;

; ==========================================================================

;

;  Copyright 2006 Thorsten Klose (tk@midibox.org)

;  Licensed for personal non-commercial use only.

;  All other rights reserved.

;

; ==========================================================================

;; ==========================================================================

;;  MIOS Settings which are stored in the ID header

;; ==========================================================================

#ifndef MIOS_DEVICE_ID

#define MIOS_DEVICE_ID  0x00 ; the device ID (0x00-0x7f)

#endif

It could be that the changeid app erases your application or mios on the pic (not the bootloader). i dont know. perhaps you need to upload that stuff again after this.

greetz

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...