9elements / embedded_reflash

Very small tool to reflash embedded Linux systems in-place.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embedded Reflash Tool

Small utility built primarily to replace AMI MegaRAC with OpenBMC in the field. To build for Aspeed type SoCs:

Pre Go 1.22

GOARCH=arm GOARM=5 go build -ldflags="-s -w"

Go 1.22 or later

GOARCH=arm GOARM=6,softfloat go build -ldflags="-s -w" # AST2500
GOARCH=arm GOARM=7,softfloat go build -ldflags="-s -w" # AST2600

About

Very small tool to reflash embedded Linux systems in-place.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%