tangh 发表于 2020-5-6 15:38:59

RK3399 模块编译u-boot,无法开机

本帖最后由 tangh 于 2020-5-6 15:57 编辑

抓到log如下:
Monitor name: HD702E
Detailed mode clock 67190 kHz, flags
    H: 0800 0820 0844 0864
    V: 1280 1284 1292 1296
bus_format: 100e
rk lcdc - 1 dclk set: dclk = 67190000HZ, pll select = 1, div = 1
Warn: vop clk request 67190000hz, but real clock is 67189999hz
Link Training Clock Recovery success
Link Training success!
Timeout of video streamclk ok
unable to config video
Hit any key to stop autoboot:0
boot or recovery image sha mismatch!
Unable to boot:boot
try to start recovery
'recovery' does not seem to be a partition nor an address
Unable to boot:recovery
try to start backup
'backup' does not seem to be a partition nor an address
Unable to boot:backup
try to start rockusb


tangh 发表于 2020-5-6 16:05:12



boot打开了校验,直接关掉校验就可以模块编译了

diff --git a/include/configs/rk33plat.h b/include/configs/rk33plat.h
old mode 100644
new mode 100755
index ee0858c3c1..b56c94b5e5
--- a/include/configs/rk33plat.h
+++ b/include/configs/rk33plat.h
@@ -123,7 +123,6 @@


#if defined(CONFIG_RKCHIP_RK3399)
-       #define CONFIG_SECUREBOOT_CRYPTO

xiaoxue1010 发表于 2020-7-3 14:38:50

页: [1]
查看完整版本: RK3399 模块编译u-boot,无法开机