bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

makefile support on each supported hardware ?

Open gedw99 opened this issue 5 years ago • 1 comments

i would like to use periph/bootstrap so we can deploy golang and flutter ( source and binaries) to embedded devices...

We use makefile such that it allows us to use make in Github Actions and on our embedded devices with no changes except maybe some sniffing in the makefiles to detect GOOS , GOARCH, etc

Here is an example of make being used in this way: https://github.com/getcouragenow/booty/blob/master/makefile

Here is it running: https://github.com/getcouragenow/booty/actions/runs/468914088

SO , I was wondering if your bootstrap installs make on each device ?

gedw99 avatar Jan 07 '21 16:01 gedw99

On a Raspbian I see it being installed indirectly. I forget how to determine the dependency that got it installed. I don't know for other distros (e.g. Armbian)

maruel avatar Jan 07 '21 16:01 maruel