Repository with instructions and remarks on assembling and testing Sinara hardware
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Egor Savkin f4fd9ac0a1 Fix booster revisions
Signed-off-by: Egor Savkin <es@m-labs.hk>
1 day ago
src Fix booster revisions 1 day ago
.gitignore Init MDBook and Nix 10 months ago
LICENSE Initial commit 10 months ago
README.md Add clocker, grabber (draft), almazny, sampler, fastino, master-satellite instructions 10 months ago
book.toml Init MDBook and Nix 10 months ago
flake.lock Add direct connection manual and update flake 1 month ago
flake.nix Add direct connection manual and update flake 1 month ago

README.md

sinara-assembly

Repository with instructions and remarks on assembling and testing Sinara hardware

Build docs

nix build

The output files are in result/book directory.

Development shell

nix develop
mdbook build

The output files are in book directory.

Contributing

If you found missing hardware or just want to add/enhance hints and instructions, feel free to push them.

Tips for adding hardware instructions:

  1. Compose a chapter in a new Markdown file in src/hw
  2. Add pictures if needed, store them in src/img, assure them to be clear, informative and compressed (you can use convert <INPUT IMAGE> -quality 80% -resize <width>x<height> <OUTPUT IMAGE> for optimizing JPEG image or convert <INPUT IMAGE> -quality 80% -resize <width>x<height> -background white -alpha remove -alpha off <OUTPUT IMAGE> for images with transparent background)
  3. Add link to the new chapter to the src/SUMMARY.md
  4. Do not forget to tell about all hidden/non-obvious obstacles and pitfalls
  5. Add testing steps, even the "obvious" ones
  6. Add JSON sample if needed
  7. Add hardware setup (e.g. pins, switches) steps if needed
  8. View changed and added pages with mdbook build (see building instructions above)