Skip to content
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

What are the Differences to a shipped DIO-Firmware? #4

Closed
KarlZeilhofer opened this issue Feb 6, 2018 · 3 comments
Closed

What are the Differences to a shipped DIO-Firmware? #4

KarlZeilhofer opened this issue Feb 6, 2018 · 3 comments

Comments

@KarlZeilhofer
Copy link

Does my DIO module behave exactly the same with the custom compiled firmware as with the shipped firmware?

How about any bootloader? Are the modules shipped with a bootloader which can accept a new firmware directly from the Revpi Core via the RS485? If so, is this bootloader included in this repo?

@mduckeck
Copy link

mduckeck commented Feb 6, 2018

Hi Karl,
source code is the same as the one we use in the shipped module. But your guess is correct. The code for the firmware update is missing.

@mduckeck mduckeck closed this as completed Feb 6, 2018
@KarlZeilhofer
Copy link
Author

@mduckeck So if I flash this slef compiled firmware into my DIO module, it will behave identical?
What about the serial number?

@mduckeck
Copy link

mduckeck commented Feb 9, 2018

Yes, it should have the same behaviour.
There is a global variable ctKunbusFirmwareSecriptor_g in the File FW_Desc.c. The second value is the serial number (0xffffffff).

@mduckeck mduckeck reopened this Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants