dueboot
dueboot copied to clipboard
Don't know how to build task 'burn'
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.
I guess the README is wrong in that regard.
The Rakefile contains a task called "flash", so try rake flash instead.