sifive/freedom-e-sdk

No "make upload" for standalone project!?

hkienle opened this issue · 1 comments

After running

$make standalone PROGRAM=hello ...

I can got into the newly created hello-directory and initiate a build there with

$make software

But it seems that uploading etc. is not supported:

$make help
make: *** No rule to make target 'help'. Stop.
$make upload
make: *** No rule to make target 'upload'. Stop.

Without upload, the standalone project seems rather pointless, or am I missing something!?

Hi @hkienle,

The standalone format is primarily intended for use with Freedom Studio, our Eclipse-based IDE, which has its own upload/debug/etc.

The functionality is all implemented in Make and Bash, so if you're looking for how make upload works just take a look at the end of the top-level Makefile and scripts/upload.

Thanks,
Nate