Skip to content

Commit

Permalink
CM4 flashing feature (#77)
Browse files Browse the repository at this point in the history
Add functionality of flashing CM4 nodes from the BMC, which for now (due
to C webserver limitations) works only for local image files, i.e. from
the microSD card. This also lays groundwork for Rust code in the
project.

Fixes wenyi0421#22
Fixes #42
  • Loading branch information
ruslashev authored Jun 16, 2023
2 parents 6b292dc + 3749987 commit 70e55e7
Show file tree
Hide file tree
Showing 32 changed files with 3,739 additions and 582 deletions.
4 changes: 2 additions & 2 deletions app/bmc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CPPFLAGS +=
LDLIBS += -L./lib/ -lpthread -lgo -lcjson
CPPFLAGS +=
LDLIBS += -L./lib/ -lpthread -lgo -lcjson -ltpi_rs -ldl -lm -lrt -lusb-1.0

all: bmc

Expand Down
Loading

0 comments on commit 70e55e7

Please sign in to comment.