How to change the target device in the HSS? #113
-
From Github, the target device in the proj.config is MPFS250T_ES. The customer is using MPFS025T, could they use the same HSS project? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @xiyanni Where are you seeing a proj.config file? The HSS should be ok once it has the correct XML set up for the custom board. The main thing to make sure of is that the correct board is selected for building / programming (if its not an Icicle Kit it should have its own custom board set up). If you're building / programming using the command line you'll need to make sure the correct
from the command line. If you're building / programming via SoftConsole you need to make sure the boot mode programmer external tool is configured correctly with the correct Libero should handle this automatically as the |
Beta Was this translation helpful? Give feedback.
-
I found this file at : hart-software-services\Default\bootmode1\fpgenprogProject\proj.config |
Beta Was this translation helpful? Give feedback.
Hi @xiyanni
Where are you seeing a proj.config file?
The HSS should be ok once it has the correct XML set up for the custom board. The main thing to make sure of is that the correct board is selected for building / programming (if its not an Icicle Kit it should have its own custom board set up).
If you're building / programming using the command line you'll need to make sure the correct
Package
andDie
are selected in theenvm-wrapper/makefile
where you can then run:from the command line.
If you're building / programming via SoftConsole you need to make sure the boot mode programmer external tool is configured correctly with the correct
die
andpackage
:Libero s…