Forum Discussion
AqidAyman_Altera
Regular Contributor
1 year agoHi,
I really apologies for the delay response. I am contacting the expert for the HPS-related issue. This is my findings:
We recommend you should confirm that PIO works on U-Boot.
U-Boot has useful commands such as’ md’ and ‘mw’ for debugging.
For example, PIO assigned to 0xFF200100 on LW-H2F bridge.
The following command shows a value of PIO. Value for md and mw command is always hexadecimal so that a prefixes such as 0x is not necessary.
Example
# md FF200100
00000000
# mw FF200100 12345678
Lastly, before accessing the bridges, please enable the bridges using “bridge enable” command.
Thank you for your understanding.