Skip to content

Commit

Permalink
meta-sulfur: fix usrp_shutdown for N321
Browse files Browse the repository at this point in the history
Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com>
  • Loading branch information
joergho committed Jun 28, 2024
1 parent 9913cdb commit 6a11938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta-sulfur/recipes-support/uhd/files/usrp_shutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def main():
db_id = get_dboard_id_from_eeprom(['rhodium'])
if 'rhodium' not in db_id:
exit()
get_main_logger()
dtoverlay.apply_overlay_safe('n320')
context = pyudev.Context()
adapter = pyudev.Devices.from_sys_path(context, '/sys/class/i2c-adapter/i2c-9')
Expand Down

0 comments on commit 6a11938

Please sign in to comment.