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

[BLOCKED] add redv alias #336

Closed
wants to merge 1 commit into from
Closed

[BLOCKED] add redv alias #336

wants to merge 1 commit into from

Conversation

almindor
Copy link

Adds SparkFun RedBoard Red-V support, currently blocked on #322

Kernel support in this PR

@almindor almindor mentioned this pull request Sep 20, 2021
2 tasks
@@ -9,7 +9,7 @@ MEMORY {
* Note that the SRAM address may need to be changed depending on
* the kernel binary, check for the actual address of APP_MEMORY!
*/
FLASH (rx) : ORIGIN = 0x20040040, LENGTH = 32M
FLASH (rx) : ORIGIN = 0x20040040, LENGTH = 4M
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK hifive1-revb and redv both have 4MB of flash only, revA had 16MB I'm not sure where 32 is from?

@jrvanwhy
Copy link
Collaborator

Are you aware that the Tock 2.0 layout files are in runtime/layouts, not boards?

@jrvanwhy
Copy link
Collaborator

jrvanwhy commented Feb 9, 2022

Has the redv board work been abandoned?

@jrvanwhy
Copy link
Collaborator

jrvanwhy commented Mar 2, 2022

Feel free to reopen this PR or open a new PR if you resume this work.

@jrvanwhy jrvanwhy closed this Mar 2, 2022
bors bot added a commit to tock/tock that referenced this pull request Mar 14, 2022
2831: add redv board support r=bradjc a=almindor

### Pull Request Overview

Adds support for the SparkFun Redboard Red-V board which is a clone of the Hifive1-RevB (with minor LED changes).

### Testing Strategy

I tested the flashing on a RedV board, but I'm currently unable to test `libtock-rs` since it's not yet on v2 support.

### TODO or Help Wanted

Check functionality of LEDs with [this libtock-rs PR](tock/libtock-rs#336) once ready for v2.

### Documentation Updated

- [x] Updated `/boards/README.md`

### Formatting

- [x] Ran `make prepush`.


Co-authored-by: Ales Katona <[email protected]>
bors bot added a commit to tock/tock that referenced this pull request Mar 16, 2022
2831: add redv board support r=bradjc a=almindor

### Pull Request Overview

Adds support for the SparkFun Redboard Red-V board which is a clone of the Hifive1-RevB (with minor LED changes).

### Testing Strategy

I tested the flashing on a RedV board, but I'm currently unable to test `libtock-rs` since it's not yet on v2 support.

### TODO or Help Wanted

Check functionality of LEDs with [this libtock-rs PR](tock/libtock-rs#336) once ready for v2.

### Documentation Updated

- [x] Updated `/boards/README.md`

### Formatting

- [x] Ran `make prepush`.


Co-authored-by: Ales Katona <[email protected]>
Co-authored-by: Brad Campbell <[email protected]>
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