-
Notifications
You must be signed in to change notification settings - Fork 110
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
Conversation
@@ -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 |
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.
AFAIK hifive1-revb and redv both have 4MB of flash only, revA had 16MB I'm not sure where 32 is from?
Are you aware that the Tock 2.0 layout files are in |
Has the redv board work been abandoned? |
Feel free to reopen this PR or open a new PR if you resume this work. |
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]>
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]>
Adds SparkFun RedBoard Red-V support, currently blocked on #322
Kernel support in this PR