dueboot icon indicating copy to clipboard operation
dueboot copied to clipboard

Don't know how to build task 'burn'

Open adamvoss opened this issue 8 years ago • 1 comments

I have attempted to use this with a Due-based device. Just running through the steps from the README, it fails on the command rake burn.

$ rake burn
rake aborted!
Don't know how to build task 'burn' (see --tasks)
/var/lib/gems/2.3.0/gems/rake-12.0.0/exe/rake:27:in `<top (required)>'
(See full trace by running task with --trace)

I honestly wasn't sure if my version of everything would still be compatible with this given its age, but it looks like I it is failing before that would be an issue.

adamvoss avatar Aug 31 '17 16:08 adamvoss

I guess the README is wrong in that regard.

The Rakefile contains a task called "flash", so try rake flash instead.

homeworkprod avatar Mar 06 '18 15:03 homeworkprod