Adding file data to the firmware file #1993
-
Hello everyone.
This is the firmware file I tried to "burn" onto the hub: Already saying thanks in advance if anyone can help me with this, since my is question is a little bit more "special" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think that I found the solution myself, I am just going to test it a little bit, but in HxD the data is in the |
Beta Was this translation helpful? Give feedback.
-
So testing everything, it seems to work. So I want to explain how I did it for the prime hub. Then you are going to create an empty folder inside of
You replace the whole "block" with this:
When this is done, just compile the firmware like always and upload it to the prime hub. There shouldn't be any more problems |
Beta Was this translation helpful? Give feedback.
So testing everything, it seems to work. So I want to explain how I did it for the prime hub.
First of all you will need to bring your file to the correct file name (this can be changed, but then the code I am going to publish here also needs to be changed). So the filename would be
img.bin
Then you are going to create an empty folder inside of
bricks/primehub
called build. You can copy your file into this folder.After that you will open the file
bricks/_common/arm_none_ebai.mk
. Scroll down till you see the lineYou replace the whole "block" with this: