Where to upskill for working with HSS #511
Unanswered
LucienMorey
asked this question in
HSS and U-Boot
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to bring up a me-mp1-250-si-d3en made by Enclustra FPGA Solutions, but I am not having much luck. They provide a forked version of HSS that is older than the current release. After deploying the generated elf file in my bitstream over jtag I get two different errors seemingly at random. These are the logs:
Error 1
Error 2
As far as I can tell, the errors thrown are related to how HSS tries to unpack a bootable image. Enclustra doesn't provide substantial documentation for dealing with issues and is in a different timezone than me, so any support I get has an irritating turnaround. I have been looking around here at the source and haven't found the thing that makes it all click in the docs repo or the hart-software-services repository .
I have also tried rebasing their board packaging on the 2024.6 release of HSS. This has made things more opaque because more of the bringup process is being run as a service. As best as I can tell from the documentation, things now all run independently of the specification in
hss_board_init.c
andhss_registry.c
, but any debug prints are no longer included in the console.Can anyone point me in the right direction so I can try to get back to a baseline?
Beta Was this translation helpful? Give feedback.
All reactions