-
Notifications
You must be signed in to change notification settings - Fork 27
doc: Castor release notes #348
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
Conversation
69766d3
to
5f0e8b5
Compare
Please don't just review the diff. Review the entire release notes since the last tag. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole document reviewed.
Two proposals, but ok if you don't want to change.
of a second app. | ||
|
||
- `defaultapp`: An app that immediately resets the TKey to load an app | ||
from the client, just like earlier releases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from the client, just like earlier releases. | |
from the client, mimicking Bellatrix behaviour. |
different USB endpoints in the USB controller. | ||
|
||
- Support a filesystem on flash: There's space for two pre-loaded | ||
apps and four storage areas for device apps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I realize that I get a bit confused by "two pre-loaded apps". Is the loader app one of these?
Maybe be more explicit? Proposal:
- Support a filesystem on flash with space for: one area for 1st boot stage (verified boot loader), two areas (A and B for upgrade purposes) for pre-loaded app and four storage areas for use by device apps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two app slots: 0 and 1. Slot 0 will be used for the loader app. Slot 1 will have the tkey-fido2 app. There are no A/B areas for upgrade purposes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added some more explanation of the typical use we imagine and the fact that the app in slot 0 is explicitly trusted by the firmware.
b77c09a
to
a215d82
Compare
Use current information in Developer Handbook, https://dev.tillitis.se/ instead of relying on this old description.
Co-authored-by: Mikael Ågren <mikael@tillitis.se>
a215d82
to
916c37e
Compare
Description
Tracking the release notes for Castor.
Fixes #316
Type of change
Submission checklist