Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- The goal is to debug the path from MPU to Altera SPI Core through AXI3 Lightweight bridge. The Linux is not compiled yet... So, I only have the U-Boot and SignalTap-II for debugging the path... What are suggestions? What's the best way to debug this path? --- Quote End --- Check out page 7: www.alteraforum.com/forum/newreply.php?do=newreply&p=210842 I suppose you could write some basic bare metal code: http://www.alteraforum.com/forum/showthread.php?t=47099 and then load in your Qsys register map to DS-5 and write bare commands. There are a few different options. On the other hand, why not just get Linux up as well? As a warning, make sure that you do NOT read or write to memory spaces that don't exist if using Linux. Those drivers aren't very robust for such issues.