You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this commit contains the following changes:
* tpi_common is moved out of the buildroot folder. we intend on keeping
this folder clean
* renamed tpi_common to tpi_rust, so its more clear that from here the
rust development grows. Later when this component matures it probably
its a good time to revise the name
* removed the dependency of the usbboot buildroot package as it seems
that rust already have a crate which does this for us
* added an "app app_persistency". For now is chosen to use sqlite as
backend. We might choose something lighter in the future as its used
as key/value store for now
* WIP pin_controller
* WIP evdev_controller
djbender
pushed a commit
to djbender/turing-pi
that referenced
this issue
Aug 18, 2023
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.
Fixeswenyi0421#22
Fixes #42
Not a huge deal but wget is not listed in the "Install the necessary dependent package" list.
The text was updated successfully, but these errors were encountered: