Skip to content

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

License

Notifications You must be signed in to change notification settings

9elements/embedded_reflash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages