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

WIP: Issue 5 changes #6

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

WIP: Issue 5 changes #6

wants to merge 5 commits into from

Conversation

aviciano
Copy link
Owner

@aviciano aviciano commented Jul 4, 2024

WIP of changes suggested in #5

  • replace sdb logic to just be an array of structs in C
  • fix few syntax things to match r2 coding style
  • write an rbin plugin that tells the user to use uf2:// instead.. or maybe we can make rbin redirect to a different io plugin on demand. fs plugins already do a similar thing and i think it can be doable, also for other plugins like the dyldcache

@trufae
Copy link

trufae commented Jul 7, 2024

<3 ill work on the bin->io redirector poc and let you know how the thing must work

@aviciano
Copy link
Owner Author

aviciano commented Jul 8, 2024

Awesome, I definitely need help with this part.

Blocks with not main flash flag can be used to store debug info or source code (1, 2). What's the right way to handle this?

The UF2 format can be used as a file container, so I was thinking of adding a fs plugin as well. I didn't find any sample, but I did find a tool to create them: files2uf2

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

Successfully merging this pull request may close these issues.

2 participants