Commit 20229ca9 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

enable default sata connection before loading the driver

parent 4aa789e7
...@@ -146,6 +146,7 @@ def init_sata(sata_en,pydir): ...@@ -146,6 +146,7 @@ def init_sata(sata_en,pydir):
log_msg ("Done waiting for the FPGA", 4) log_msg ("Done waiting for the FPGA", 4)
shout(pydir+"/x393sata.py") # Should be after modprobe? Wait for the FPGA should be before it shout(pydir+"/x393sata.py") # Should be after modprobe? Wait for the FPGA should be before it
# the default connection is zynq <-> internal ssd # the default connection is zynq <-> internal ssd
shout(pydir+"/x393sata_control.py set_zynq_ssd")
# uncomment the line below for zynq <-> external ssd connection at boot # uncomment the line below for zynq <-> external ssd connection at boot
# shout(pydir+"/x393sata_control.py set_zynq_esata") # shout(pydir+"/x393sata_control.py set_zynq_esata")
shout("modprobe ahci_elphel &") shout("modprobe ahci_elphel &")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment