Skip to content

Commit

Permalink
Copy bootfiles from sdcard using network first
Browse files Browse the repository at this point in the history
Signed-off-by: Trecia Agoylo <[email protected]>
  • Loading branch information
tagoylo committed Mar 25, 2024
1 parent a85724b commit 2cfeabf
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion nebula/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,15 @@ def board_reboot_auto(
sdcard=sdcard,
)
else:
if self.usbsdmux:
if sdcard:
self.board_reboot_uart_net_pdu(
system_top_bit_path=system_top_bit_path,
bootbinpath=bootbinpath,
uimagepath=uimagepath,
devtreepath=devtreepath,
sdcard=sdcard,
)
elif self.usbsdmux:
self.board_reboot_sdmux_pdu(
system_top_bit_path=system_top_bit_path,
bootbinpath=bootbinpath,
Expand Down

0 comments on commit 2cfeabf

Please sign in to comment.