Skip to content
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

Cannot read memory on rk3288. #6

Open
f3z0 opened this issue Aug 6, 2016 · 0 comments
Open

Cannot read memory on rk3288. #6

f3z0 opened this issue Aug 6, 2016 · 0 comments

Comments

@f3z0
Copy link

f3z0 commented Aug 6, 2016

Hangs at:

rkflashtool: info: rkflashtool v5.2
rkflashtool: info: Detected RK3288...
rkflashtool: info: interface claimed
rkflashtool: info: reading memory at offset 0x60000000 size 4000

One thing that might be an issue is that SDRAM starts at 0x0 on RK3288:

define CONFIG_RAM_PHY_START 0x00000000 //rk32plat

define CONFIG_RAM_PHY_START 0x60000000 //rk30plat

But I'm not sure...

I might also be stuck in a secure boot mode, I'm not sure if that is causing the memory to be locked?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant