Build the project and binaries generated.
When I try to use the Automation Runtime utility centre and loaded the pil file generated.
If I choose the option to ‘Perform offline Installation’ it is displaying only SYSTEM, DATA1, DATA2 partitions and check box is unselected for ‘Create USER Partition’
The problem for is we use the PVI transfer to upgrade the software in the flash card, this is not creating the ‘USER’ partition.
Any help appreciated.
Thanks.
As far as I am aware, RUC can not repartition your CF - therefore if no User partition exists already, you won’t get one when installing. I might be totally wrong there, though - maybe wait for other replies as well.
I have entered 388 MiB
It is random some times it is creating USER partition and sometimes not.
Is there a way to make it consistent and create always.
Well it is supposed to always create this partition when entered.
Do you use the latest RUC version available ? I have seen that the AR is at least really old. AR4.25 is orginally for AS4.2 (and not AS4.12) but this should not matter I would say
Yes we have this project originally built using AS4.2 and runtime J4.25. I have rebuilt using the AS4.12 (runtime is J4.25) and trying with Runtime Utility from 4.12.
If i rebuild the project with runtime J4.93 i don’t see issue, but due to the fact that the binaries cant be updated from J4.25 to J4.93 using the PVI transfer, we have to create the flash card using the card reader and install on the system, which is not possible in our case.
Hi Oliver,
Is there any command so that I can edit a
and add a command to create USER partition in the pvi file, with out disturbing the flash card upgrade from the PVI transfer?
I managed to get it working by creating partitions using the below command in pil file
CFCreatePart “HD0”, “4”, “20, ‘SYSTEM’”, “30, ‘DATA1’”, “30, ‘DATA2’”, “20, ‘USER’”
And InstallMode=ForceInitialInstallation