-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
board package install fails for Tiva C and perhaps others #45
Comments
I tried downloading the tivac-core (https://github.com/energia/tivac-core) package and putting it in |
I started trying to repackage the tivac-core into a tar.gz and host it locally, changing the |
I tar'ed up tivac-core and then hosted in on a web server. I modified the package_index.json to use that URL and I added the new sha256sum and file size. Then I created a new sig file and updated the public.gpg.key:
With a DSA key I key a "Object 13" failure. With an RSA key I get "can't find encryption key in key ring" |
Was able to install the tivac-core using a slightly modified version of these instructions: https://github.com/OpenPanzerProject/OpenPanzerBoards It says to unzip the downloaded tivac-core zip as Now I get a different issue though when compiling:
|
http://energia.nu/downloads/download_core.php?file=tivac-1.0.2.tar.bz2 is the URL for the package currently used by the energia software but this returns a 404 URL not found error.
The text was updated successfully, but these errors were encountered: