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

[NEW FEATURE] Flash support for luos_engine core native HAL #289

Open
nicolas-rabault opened this issue Jul 26, 2022 · 0 comments
Open

[NEW FEATURE] Flash support for luos_engine core native HAL #289

nicolas-rabault opened this issue Jul 26, 2022 · 0 comments
Labels
help wanted Extra attention is needed native Related to native support

Comments

@nicolas-rabault
Copy link
Member

Until now we avoid the emulation of flash on native HAL. This means that we can't use Luos in bootloader mode on a native target.
Instead of writing binaries on a flash, we could write them on a file, then instead of jumping to another address of the flash to run the application, we could run the downloaded program.
On this native HAL instead of flash addresses, we should have files name allowing us to "jump" from one to another easily.

This could allow us to easily perform advanced test and validation on the bootloader in a native target.
This features will be really useful in the future of Luos allowing to flash computer and embedded nodes using the exact same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed native Related to native support
Projects
Development

No branches or pull requests

2 participants