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.

Error: creating flash_restore for Ethernet "cpsw eror .... TIMEOUT"

Other Parts Discussed in Thread: UNIFLASH

Also in this process while it(SDK) opens the console on "minicom" is having time out for "cpsw" as "cpsw having problem .... TIMEOUT" (approx. string not same as it is there).

Please guide me.

Thanks & Regards

Suneet Saini 

Please check this Wiki link:

  • Hi Suneet,

    This has been forwarded to the SW team already.

  • Hi Suneet,

    First, in documentation it is written, that you must run make command from u-boot directory, it is placed in <ti-sdk>/board support/u-boot-...

    Wiki is written for sdk6 with u-boot-2013.01.01-psp06.00.00.00, but you are using sdk7  with u-boot-2013.10-ti2013.12.01, where in place of am335x_evm_restore_flash_usbspl, am335x_evm_usbspl must be used.

    So, from directory: ti-sdk-am335x-evm-07.00.00.00/board-support/u-boot-2013.10-ti2013.12.01/

    run

    mkdir flash-restore

    make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- O=flash-restore am335x_evm_usbspl

    BR,

    Georgi