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 was archived by the owner on Feb 27, 2023. It is now read-only.
Exchange supported_revisions for supported_models parameter
To determine if an OS image is supported by the hardware,
check if the formal model name as provided to us by the
firmware through device-tree contains a certain string.
Example formal model names:
Raspberry Pi Model B Rev 2
Raspberry Pi 2 Model B Rev 1.1
It is sufficient to specify part of the formal name
in the supported_models parameter of os_list.json.
E.g.
supported_models: ['Pi Model']
supported_models: ['Pi 2']
supported_models: ['Pi Model','Pi 2']
The supported_models parameter can be omitted if all models are
supported.
Removes previous supported_revision / supported_hex_revision
parameters.
0 commit comments