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] BOOTLOADER app to update Bootloader #272

Closed
BiliouriV opened this issue Jul 1, 2022 · 1 comment · Fixed by #397
Closed

[NEW FEATURE] BOOTLOADER app to update Bootloader #272

BiliouriV opened this issue Jul 1, 2022 · 1 comment · Fixed by #397
Assignees
Milestone

Comments

@BiliouriV
Copy link
Contributor

What feature would you like to be included in Luos?

A recent demand, that could be also a really cool feature of the Luos bootloader, is to create a bootloader application, that will update the bootloader. In other words, imagine that we have flashed a bootloader at the beginning of the flash, and by using it we flash our applications in the next positions of flash. Every time that we want to update an application we use the bootloader to do it. But what if our bootloader is out-of-date and we want to update it? Till now we need to flash the new bootloader using serial usb.

In order to update the bootloader we need create an application that will do the same procedure with the bootloader and it will be flashed by the bootloader and placed in a next position of the flash. This application will be a bootloader. The gate will send it a command to reflash the basic bootloader in the beginning. Let me better explain myself with an image:

bootloader

@JeromeGalan JeromeGalan added this to the 2.7.0 milestone Sep 5, 2022
@JeromeGalan JeromeGalan removed this from the 2.7.0 milestone Oct 24, 2022
@JeromeGalan JeromeGalan added this to the 2.8.0 milestone Nov 8, 2022
@JeromeGalan JeromeGalan linked a pull request Dec 15, 2022 that will close this issue
8 tasks
@JeromeGalan
Copy link
Member

Done in Luos Engine release 2.8.0

Repository owner moved this from Todo to Done in Luos contribution project Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

3 participants