We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: