PULP Community
Issues booting HERO in ZCU102 - Printable Version

+- PULP Community (https://pulp-platform.org/community)
+-- Forum: PULP's Community forum (https://pulp-platform.org/community/forumdisplay.php?fid=1)
+--- Forum: PULP General questions (https://pulp-platform.org/community/forumdisplay.php?fid=2)
+--- Thread: Issues booting HERO in ZCU102 (/showthread.php?tid=311)



Issues booting HERO in ZCU102 - pedro.lobo - 02-28-2023

Hello,

We are trying to get HERO running on a Xilinx ZCU102 board as per the project Readme instructions. We've got to the point of trying to boot the host processor but a kernel panic occurs afther the error: "Unable to handle kernel paging request at virtual address ffffffc078000001", as can be seen in the attached log. Chan someone shed some light on this?

The Readme instructions say that "On the first boot, change the U-Boot variables as described in issue #107", but strangely there is no "Issues" tab on the HERO Github repository so we don't know if our issue is related with that variable change.

Thank you in advance. Best regards,

Pedro Lobo.


RE: [SOLVED] Issues booting HERO in ZCU102 - pedro.lobo - 04-18-2023

Just for the record, I finally managed to get it working. I can't know, but I'd say that the answer was indeed in that missing "issue #107" as the solution was simply to add a U-Boot variable. Just drop to the U-Boot console in the first boot and type:

Code:
setenv initrd_high 0x10000000
saveenv
boot

And that's it! The "saveenv" command makes the change permanent so from this point on you can forget about the issue. I'll make a PR on the Github repository to update the README.

BR,

Pedro Lobo.