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
Today, updaterom.sh performs the logic of parsing /proc/cmdline, finding the epoxy.mrom prefix URL, discovering the device model, and building a full URL to download a new mrom image before burning it.
The URL discovery and construction logic should be executed by epoxy_client. And epoxy_client action should be able to specify a URL variable as:
Then download that image, and pass the local file to a modified updaterom.sh script that accepts a rom file as parameter.
With this support updaterom.sh can be replaced with flashrom.sh.
The text was updated successfully, but these errors were encountered:
stephen-soltesz
changed the title
epoxy_client be able to construct URL to update epoxy.mrom
epoxy_client should construct URL to update epoxy.mrom
Mar 28, 2018
stephen-soltesz
changed the title
epoxy_client should construct URL to update epoxy.mrom
epoxy_client should construct URL for epoxy.mrom
Mar 28, 2018
Today, updaterom.sh performs the logic of parsing /proc/cmdline, finding the epoxy.mrom prefix URL, discovering the device model, and building a full URL to download a new mrom image before burning it.
The URL discovery and construction logic should be executed by epoxy_client. And epoxy_client action should be able to specify a URL variable as:
Then download that image, and pass the local file to a modified updaterom.sh script that accepts a rom file as parameter.
With this support
updaterom.sh
can be replaced withflashrom.sh
.The text was updated successfully, but these errors were encountered: