Hi all,
I want to test/run u-boot diagnostics on ZED board,can you guys please provide me test suite(not binary file) as I would like to understand each I/O Device basic functionality by testing.
Thank you in advance.
Regards
Satish.G
Hi all,
I want to test/run u-boot diagnostics on ZED board,can you guys please provide me test suite(not binary file) as I would like to understand each I/O Device basic functionality by testing.
Thank you in advance.
Regards
Satish.G
I am not aware of any u-boot diagnostics for the ZedBoard.
You can explore the basic functionality of each I/O Device, albeit with bare metal code, by generating the "Test Peripherals" application for your hardware in the SDK or looking at the example code linked to by each of the device drivers in the system.mss file in the SDK.
-Gary
Thank you I got the same.