Hi, we currently received our PCBs using the S32G3 Processor. The design references the Evaluation board in many ways. One thing we have been trying to do is get the eMMC algorithm loaded via UART0 connection
When I power up the board, the BOOTMOD pins are set low to configure it to boot from Serial when its powered the current draw is about 60mA. When I test the COM port connection using the S32 Flash tool (Test connection button) it returns back board is connected.
Then when I try to do the upload target and hardware algorithm it prepares everything and as soon as it says configuring target, it will state target configured and it will then say establishing connection with target at this time the current draw of the board drops down to 50mA and then eventually says cant establish connection with target
When i click the test connection button again, it will say that it cant establish connection with target
If i click the reset button on our board (button connected to reset pin of the S32G3) the current draw will go back to 60mA and when i click test connection it will say board connected
Is there something that I am missing from the procedure to flash a virgin device? as the flash tool can see the device but as soon as it configures the target it gets into a different state?
Is there other steps that we should be following when trying to program a virgin device? What we would like to do is flash the binaries/image from the EVB dev kit to our board just do a quick initial boot up test any guidance on this would be greatly appreciated