labgrid icon indicating copy to clipboard operation
labgrid copied to clipboard

driver/bareboxdriver.py: Add parameter 'boot_command'

Open meuren opened this issue 2 years ago • 5 comments

To adapt the BareboxDriver and be consistent with the UBootDriver, the parameter 'boot_command' is added. Now you can set the boot source and do something like this:

targets: main: drivers: BareboxDriver: boot_command: "boot net"

Signed-off-by: Fabian Meuren [email protected]

meuren avatar Jan 18 '23 12:01 meuren

Codecov Report

Base: 63.2% // Head: 63.2% // No change to project coverage :thumbsup:

Coverage data is based on head (dd43a97) compared to base (dd43a97). Patch has no changes to coverable lines.

:exclamation: Current head dd43a97 differs from pull request most recent head 6f3e055. Consider uploading reports for the commit 6f3e055 to get more accurate results

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #1071   +/-   ##
======================================
  Coverage    63.2%   63.2%           
======================================
  Files         152     152           
  Lines       11330   11330           
======================================
  Hits         7169    7169           
  Misses       4161    4161           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Jan 25 '23 09:01 codecov[bot]

Sorry, I am not yet familiar with your processes.

meuren avatar Jan 26 '23 07:01 meuren

Is this still relevant since we now have proper boot command support for the UBootDriver?

Emantor avatar Feb 23 '23 09:02 Emantor

Is this still relevant since we now have proper boot command support for the UBootDriver?

Yes this is the equivalent default boot command for the BareboxDriver

jremmet avatar Feb 23 '23 11:02 jremmet

gently ping

jremmet avatar Mar 30 '23 13:03 jremmet