You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing some issues to uboots bcm2835-sdhost driver which is not function correctly after using the firmware
at least with commit 69cfd9f.
Using this commit the mbox driver doesn't correctly show the current clocks.
The "Get clock rate" cmd (0x00030002) returns all clocks as 0 except for CLOCK_ID_ARM which is reported as 600000000.
I'm not sure what the commit message really means and which implications it has for the mbox driver on uboot:
firmware: arm_loader: Consider required flags from GET_CLOCK_RATE
Has anything changed to the Mbox API now? I used (this)[https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface] as documentation.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'm facing some issues to uboots bcm2835-sdhost driver which is not function correctly after using the firmware
at least with commit 69cfd9f.
Using this commit the mbox driver doesn't correctly show the current clocks.
The "Get clock rate" cmd (0x00030002) returns all clocks as 0 except for CLOCK_ID_ARM which is reported as 600000000.
I've added some printf within uboot:
config.txt:
used board: RPI 3 Model B+ (0xa020d3)
When switching to a prior commit following clocks are reported by uboot:
I'm not sure what the commit message really means and which implications it has for the mbox driver on uboot:
Has anything changed to the Mbox API now? I used (this)[https://github.com/raspberrypi/firmware/wiki/Mailbox-property-interface] as documentation.
The text was updated successfully, but these errors were encountered: