08-18-2020 07:30 AM
Hi everyone,
I have no proper problem, I just would like to make creation/config/build/package/boot of my petalinux project into a script. I would like to know how to configure my project without opening the petalinux-config GUI. Should I directly modify the configuration file (/project-spec/configs/config) by paching it?
Thank you,
CA
08-18-2020 08:23 AM
08-18-2020 08:23 AM
08-21-2020 05:32 AM
Yes ! Thank you for your help !
When you create the petalinux project, as you said, you do not have any config.old file. I just had to copy my config file into /project-spec/configs/ and rename it "config.old".
Then execute "petalinux-config --get-hw-description=/<path-to-xsa>/ --oldconfig" and it seems to work without opening the GUI. Thanks