-
Notifications
You must be signed in to change notification settings - Fork 11
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
shipped u-boot does not boot #4
Comments
The dip switches seems wrong. You are reaching a bad cpu/ddr frequency configuration 0x1. How are the dip switches are in your setup? |
I have 1 on 2 on 3 off 4 on and 5 on. I have tried 2 on and off since that is supposed to change the CPU frequency. there is no change in behaviour |
my clearfog base gives
I have tried booting from SD card and SPI on the base and only SPI on the Pro. Both fail on the base the same regardless of the CPU frequency selected via dip switch 2. |
If I am reading https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a/+/57870747e2c35e3de696bae6477d2300403f40bf/plat/marvell/armada/a8k/common/plat_ble_setup.c#576 and https://solidrun.atlassian.net/wiki/spaces/developer/pages/287179332/ClearFog+CN9130+Boot+Select right. I should never get to the code throwing "ERROR: SVC: Unsupported Frequency 0x1" because switch 2 will always give a supported frequency. |
https://github.com/MarvellEmbeddedProcessors/mv-ddr-marvell/search?q=CPU_2200_DDR_1200_RCLK_1200 says
I seem to be getting values +1 of those |
I recently got some cn9130 SoM to put on one of my ClearFog Pro's and ClearFog Base, the firmware as shipped fails to boot
I also tried booting a build from sdcard and it fails also seemingly the builds are using the wrong DDR timing info
The text was updated successfully, but these errors were encountered: