-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boot linux on xilinx vcu108 board #117
Comments
When you lower the frequency, you need to also change the frequency for your board in block.list as this gets passed to the bootrom generation (and the bootrom needs to know the frequency to correctly calculate the baud rate). If you fix this then you should stop seeing garbage. https://github.com/PrincetonUniversity/openpiton/blob/openpiton/piton/tools/src/proto/block.list#L28 If you have another supported board available, I'd suggest you try with that first because some SD cards are somehow non-compliant and don't work with the controller. You could also just try a different SD or two. |
Thank you very much and sorry to reply so late.As you told me,the chipset clk is 50Mhz now and slack looks better.But the system still stuck as before.We do have a sd card working on genesys2,which still can not work on vcu108. |
Can you try using pitonstream (add |
Hi everyone,I'm trying to boot linux on vcu108 dev board,The 108 is almost the same as 118.But the system stuck at "copying block 0 of 1 blocks (0 %)"
These are something I have already done for transplanting from the 118project to 108project.
(ddr4 mig IP is using a 300mhz clk).
(Connection between dev board PMOD and SD slot's interface is some jumper wires,does it influence the system?)
Problems:
For example,If I want to use a 80Mhz clk rather than 100Mhz,I need to change the mmcm IP setting,the mmcm_chip IP setting.And for UART baud rate115200,number(in hex) in the "uart_data.coe" is also needed to be changed.
But after that, what I can see via UART is nothing but messy code.
It would be appreciated that any suggestion about solving problems.
Thanks :)
The text was updated successfully, but these errors were encountered: