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

Use Git Large File Storage (LFS) for all binaries #4

Merged
merged 1 commit into from
Aug 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cw/cw305/bin/linux/spiflash filter=lfs diff=lfs merge=lfs -text
cw/cw305/objs/aes_serial_fpga_nexysvideo.bin filter=lfs diff=lfs merge=lfs -text
cw/cw305/objs/lowrisc_systems_top_earlgrey_cw305_0.1.bit filter=lfs diff=lfs merge=lfs -text
doc/sample_traces.png filter=lfs diff=lfs merge=lfs -text
Binary file modified cw/cw305/bin/linux/spiflash
Binary file not shown.
Binary file modified cw/cw305/objs/aes_serial_fpga_nexysvideo.bin
Binary file not shown.
Binary file modified cw/cw305/objs/lowrisc_systems_top_earlgrey_cw305_0.1.bit
Binary file not shown.
14 changes: 14 additions & 0 deletions doc/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ In the meantime, check the following PRs:
* https://github.com/lowRISC/opentitan/pull/2587
* https://github.com/lowRISC/opentitan/pull/2735

### Git Large File Storage (LFS)

This project uses Git LFS for storing binaries like the SPI flash tool and the
target FPGA bitstream on a remote server. The repository itself just contains
diff-able text pointers to the binaries. It is recommended to install the
`git-lfs` tool for transparently accessing the binaries. Alternatively, they
can be downloaded manually from GitHub.

You can run
```
sudo apt install git-lfs
```
to install the `git-lfs` tool on your Ubuntu machine.

### Downloading code via FTDI

Currently the target firmware is downloaded via a SPI FTDI interface using the
Expand Down
Binary file modified doc/sample_traces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.