-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brazilian Portuguese firmware #43
Comments
So, for the firmware, press the big round button and the bottom botton for a few seconds. This will take you to the clinical menu, where you can check your firmware version. Technically you do not need to compile to run it, just run the patcher and patch in the firmware... but there is a problem. You're running on neither 401 'nor 306 if that is your checksum... so you might have to find the offsets yourself. tim5, from my understanding, calculates the current system time and if I recall correctly, there may even be the offset number (for 401) in the source... might be worth trying to rename the function in the XML (then again, I may be wrong). |
Oh nice. The patcher might work, change the checksum and give it a try (also enable/disable functions in the patcher as needed). If you're compiling, give mine a shot: https://github.com/dblunk88/airbreak/blob/master/patch-airsense |
Hi, Everything seems to have worked, and the modes are available, but when I choose ST or iVaps, It begins the screen, give a small blow, and then it restarts everything and keeps restarting the machine. It only stops if I press the top button to stop the mode. Any idea? Am I missing something? |
On the 306 the ivap mode has a limited feature set. Some settings are not available such as backup rate, Ti max, ti min, rise time. As it relates to the reset issue:
|
I reset to factory but the problem persisted, then I removed the sd card and it worked. :) ST mode and iVaps. yeah! |
Few things to think about.
|
The rebooting was pretty regular, when it started ivaps, one second later. My guess is that it happened when trying to register data at the SD card. It immediately stopped rebooting when I removed the SD card. Did not tried to format it, since I think I will not need the sd card at all... :) |
Is it only rebooting after the flow generator activates? |
Hi,
I am from Brazil and I am trying to patch a brazilian portuguese firmware.
I don't know the firmware version because it does not show it (there is no about screen)
Like everyone I first stopped at the checksum issue, my checksum is ad5486f5c4721448893bc4edcb5905ba38b034ee54f00205bfcbe075fefab8e7.
I checked some offsets from the code and they seemed to match, so I decided to give it a try.
I changed the checksum and continued, to see how far could I go and I stopped at other issue:
make: *** No rule to make target 'stm32.bin.xml', needed by 'stubs.S'. Stop.
Installed ghidra, analyzed using 'stm32 cortex little endian' , and generated XML and used it, but I am pretty sure this is not correct, since my guess is that the symbol names should come from somewhere else, and not auto generated, probably for offset matching. Then got stucked at:
undefined reference to 'tim_read_tim5
Trying to advance a little more, I commented the ghidrastubs part and flashed it.
Nothing looked different, no 'hacked' message, then I tried to enable 'all_menu' and some menu items in the menu changed, but no major feature enabled.
Original Screens:
I need some guidance about what are the correct steps to adapt my firmware. I read the github issues but I am a little confused by everything.
Do I have to look for offset matches in version 401 and change the script? (I don't have a 401 firmware, I only have mine, what now?)
What about this ghidra stuff? what I must do inside it? where the names came from?
A small tutorial saying "1-match all offsets of blah to bleh, 2-convert xxx..."
Thank you all for this incredible project.
The Brazilian health system is very precarious, you will be saving many lives.
Ricardo Andere de Mello (gandhi)
The text was updated successfully, but these errors were encountered: