Issues booting HERO in ZCU102
#1
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.


Attached Files
.txt   uboot-log-01.txt (Size: 13.5 KB / Downloads: 0)
Reply
#2
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)