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

Create a development platform on Raspberry Pi #135

Open
bluecmd opened this issue Mar 10, 2019 · 3 comments
Open

Create a development platform on Raspberry Pi #135

bluecmd opened this issue Mar 10, 2019 · 3 comments
Labels
help wanted Extra attention is needed new board Support for new hardware

Comments

@bluecmd
Copy link
Contributor

bluecmd commented Mar 10, 2019

Raspberry Pi could serve as a nice development platform.

It could also be useful for some things, like:

  • Attach a PWM fan and a sensor and let it control the cooling of whatever you want
  • Remote button pusher for some random appliance
  • UART console server

Stretch goal: Support open platforms like Banana Pi as well. However, given the community around RPi I think RPi is the priority target.

@bluecmd bluecmd added help wanted Extra attention is needed new board Support for new hardware labels Mar 10, 2019
@bluecmd
Copy link
Contributor Author

bluecmd commented Mar 12, 2019

Most likely the hardest part of this is to figure out what the SPI flash story is. RPi doesn't use SPI flash by default (but does support it) and we don't want the development taget to differ too much from the real deal.

Would selling u-bmc SPI flash-boards as an add-on be the best way forward? Maybe, seems like it would remove some of the appeal to quickly get it up and running. Maybe another platform is better?

@rjoleary
Copy link
Contributor

Can the SPI flash be connected to the RPi with a breadboard and a few wires? If so, I think it would suffice to have a tutorial, wiring diagram and a short list of components to purchase. There are already RPi kits which come with most of the materials (maybe not the SPI flash).

I've run u-root on RPi before (running off the SD card). How were you thinking of booting u-bmc on the RPi?

@bluecmd
Copy link
Contributor Author

bluecmd commented Mar 29, 2019

Yep, it would be like 6 wires or something like that. You're probably right that a BOM should be enough.

I was thinking of having a shim on an SD card that just jumps to the bootloader on the SPI flash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new board Support for new hardware
Projects
None yet
Development

No branches or pull requests

2 participants