2023-03-06 06:32 PM
I have a PC that can't access the internet, while I must work with it. So is there any way to download and import the touchFGX examples and stm32 dev kit to TouchFGX?
Solved! Go to Solution.
2023-03-07 05:35 PM
Hi,
Your PC cannot access internet at all or just on certain occasions ? If never then you need to manually add the tpa files of the example/projects you know you will use to the /c/TouchGFX/4.21.2/app/packages folder.
So one way to get those tpa files (going to be super annoying) is, if you have one pc that can connect to internet and has TouchGFX, to create touchgfx projects with the boards and demos/ui examples you want to use. Once you start a project with an example it will be downloaded on your pc and you wont need internet again for this example/project. You can see that by going to the %appdata%/Roaming/TouchGFX-4.21.2 folder where you will have tpa files in the used examples. So take those tpa files and put them to the packages folder of the other pc.
/Romain
2023-03-07 05:35 PM
Hi,
Your PC cannot access internet at all or just on certain occasions ? If never then you need to manually add the tpa files of the example/projects you know you will use to the /c/TouchGFX/4.21.2/app/packages folder.
So one way to get those tpa files (going to be super annoying) is, if you have one pc that can connect to internet and has TouchGFX, to create touchgfx projects with the boards and demos/ui examples you want to use. Once you start a project with an example it will be downloaded on your pc and you wont need internet again for this example/project. You can see that by going to the %appdata%/Roaming/TouchGFX-4.21.2 folder where you will have tpa files in the used examples. So take those tpa files and put them to the packages folder of the other pc.
/Romain
2023-03-08 06:39 PM
So many thanks to you, that what I need.:grinning_face: