Where to upskill for working with HSS #511
-
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 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.
Replies: 1 comment 2 replies
-
The error messages from the HSS look like its trying to read the eMMC for a bootable image and can't find one there. Is your eMMC programmed?
|
Beta Was this translation helpful? Give feedback.
The error messages from the HSS look like its trying to read the eMMC for a bootable image and can't find one there. Is your eMMC programmed?