Closed mweinelt closed 4 years ago
This is due to tockloader project. The last version available on PyPI is v1.3 and we need v1.4 which isn't released yet. Brad mentioned he's working on releasing v1.4
As a workaround:
1- uninstall tockloader: pip3 uninstall tockloader
2- clone tockloader repository
3- from the tockloader repository root: python3 setup.py install
This will install the latest version from master with App.get_binary support
Expected Behavior
deploy.py
should build the image to be flashed.Actual Behavior
It fails with an AttributeError, because there is no function defintion for
get_binary()
. Looks to me like the issue was introduced in #78Steps to Reproduce the Problem
Specifications