apertus-open-source-cinema / axiom-firmware

AXIOM firmware (linux image, gateware and software tools)
GNU General Public License v3.0
175 stars 54 forks source link

Paths fixed #97

Closed Ginorgol closed 5 years ago

Ginorgol commented 5 years ago

paths for rf_sel.py and pic_jtag_pcie.py fixed

rroohhh commented 5 years ago

thanks, we actually would want these two (rf_sel.py and pic_jtag_pcie.py) be moved to the scripts folder

Ginorgol commented 5 years ago

prep2.sh in the bringup-scripts folder uses these file Should I modify those then ?

rroohhh commented 5 years ago

nope, just adjust prep2.sh to the new path

the goal is to have every script that is used for normal operation in the scripts folder and all the scripts used for the factory setup and possible maintance in the bringup-scripts folder

This is to provide some guidance to "normal" users, such that they don't accidentally invoke some more dangerous scripts.

Ginorgol commented 5 years ago

By adjust do you mean move the file to prep2.shto the scripts folder or modify the script itself, as I see many scripts in which the path is incorrect in the bringup-scripts folder

rroohhh commented 5 years ago

I mean modify prep2.sh.

Yes you are right, most of the scripts in the bringup-scripts folder have not yet been adapted to the split between scripts and bringup-scripts

If you want to, feel free to tackle that.