This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using HexAIS Utility

Hi, All!

I'm debugging boot from NAND 8 on the custom board based on C6743 with SDR SDRAM attached.

I'm using HexAIS utility that is very sutable for automated build systems. Moreover it has stable behaviour in comparance with AISGen GUI.

And my question: Is it possible to insert some initialization actions AFTER downloading all the sections like it is possible BEFORE sections downloading?

For ex, I want to set GPIO pin to 1 at the boot beginning and clear to 0 at boot completion (immediately before Jump&Close). Currently I can generate inpulse at GPIO pins at the boot beginning only.