Merge 4dae9e12b3
into 099b71766f
This commit is contained in:
commit
ade6fc289a
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2019-2021 NVIDIA CORPORATION & AFFILIATES.
|
||||
# Copyright (c) 2019-2024 NVIDIA CORPORATION & AFFILIATES.
|
||||
# Apache-2.0
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -51,7 +51,7 @@ if platform_name and 'simx' in platform_name:
|
||||
os.makedirs(os.path.dirname(EEPROM_SYMLINK))
|
||||
subprocess.check_call(['/usr/bin/xxd', '-r', '-p', 'syseeprom.hex', EEPROM_SYMLINK], cwd=platform_path)
|
||||
|
||||
WAIT_EEPROM_READY_SEC = 10
|
||||
WAIT_EEPROM_READY_SEC = 20
|
||||
|
||||
|
||||
class Eeprom(eeprom_tlvinfo.TlvInfoDecoder):
|
||||
|
Reference in New Issue
Block a user