The board is T1040RDB, it is not supported in SDK 2.0.
Can we upgrade only the switch related stuff in SDK 1.7 with the latest one available, i.e. UIO Module, l2swich demo app, etc. or there are other dependencies, like the kernel version (in SDK 1.7 the kernel is 3.12)
The SDK 2.0 supports DDR4 for the T1040RDB board.
Only SDK-v1.8 supports T1040 with DDR3. In SDK-v1.9, it only supports the T1040 with DDR4. You can modify the U-boot configuration file to support DDR3. You can remove the SYS_FSL_DDR4 definition in the file <u-boot directory>/configs/T1040D4RDB_defconfig
From
CONFIG_SYS_EXTRA_OPTIONS="PPC_T1040,T1040D4RDB,T104XD4RDB,SYS_FSL_DDR4"
To
CONFIG_SYS_EXTRA_OPTIONS="PPC_T1040,T1040D4RDB,T104XD4RDB"
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
It is strange behavior.
Can you test this scenario using the latest SDK 2.0?
A few bugs are fixed in the last version of the SDK 2.0.
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------