Commit df0dc1a4 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed dt gen for Eyesis

parent 983dddf4
......@@ -123,6 +123,7 @@ python do_compile(){
for RLOC in PRODUCTION_ROOT_LOCATION.split():
print("running: ")
print("dtc -I dts -O dtb "+str(DEVICETREE_FLAGS)+" -o "+DTS_NAME+"_"+RLOC+".dtb "+f)
os.system("ln -sf "+WORKDIR+"/elphel393-bootargs-"+RLOC+".dtsi "+WORKDIR+"/elphel393-bootargs.dtsi")
os.system("dtc -I dts -O dtb "+str(DEVICETREE_FLAGS)+" -o "+DTS_NAME+"_"+RLOC+".dtb "+f)
}
......
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