You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
I am trying to upload the file size which is in gigabyte but when I am doing "dp.update cycle" it is failed with error that upper limits is 5000000 bytes. So I have following queries, could you clarify?
Is there way to upload actual application software to image repository and update primary and secondary?
Is it possible to update primary itself?
is it possible to install application in actual ROM of pc through secondary?
Bug Report
Problem Summary
Expected Behavior
Actual Behavior
Request for New Functionality
Description of the Desired Feature / Behavior
Example Use
The text was updated successfully, but these errors were encountered:
Can you post a copy of the stack trace in the error you're receiving, please?
The readme and demonstration code provide a model showing how you could set up a repository (adding image files, writing metadata, and hosting the image files). See the Delivering an Update portion of the demonstration instructions.
That includes the addition of image files to the repository. As you can see, the demo calls demo_image_repo.add_target_to_image_repo is called, and you can see that that is copying the image file into a hosted directory, and adding the image file to the repository's metadata in memory. The demonstration then instructs you to call demo_image_repo.write_to_live to write and sign new metadata to disk. Please note that this is demonstration code.
In the current version of the reference implementation, the code in primary.py and demo_primary.py provides the code to handle acquisition, verification, and distribution of metadata and images, and the code in secondary.py and demo_secondary.py provides the code to handle verification for individual ECUs. Your Primary should run both in order to both serve as a distribution hub and update itself. In a later version of the reference implementation, I'll reorganize the code so that Primaries don't need to use the code in secondary.py, since this is inconvenient.
I'm not sure I understand this question. Please clarify?
Please note that the purpose of the demonstration code (in demo/), is to provide a model of how to write your own code that uses the reference implementation to do whatever you need to do.
I am trying to upload the file size which is in gigabyte but when I am doing "dp.update cycle" it is failed with error that upper limits is 5000000 bytes. So I have following queries, could you clarify?
Bug Report
Problem Summary
Expected Behavior
Actual Behavior
Request for New Functionality
Description of the Desired Feature / Behavior
Example Use
The text was updated successfully, but these errors were encountered: