liuliebo 发表于 2018-6-12 16:45:27

ROC-RK3328 Uboot在64位 Ubuntu16.04编译不过

按照此文档http://www.t-firefly.com/doc/product/info/id/360.html
一步一步操作的谢谢!

./build/mk-uboot.sh roc-rk3328-cc
Building U-boot for roc-rk3328-cc board!
Using roc-rk3328-cc_defconfig
input in flex scanner failed
scripts/kconfig/Makefile:121: recipe for target 'roc-rk3328-cc_defconfig' failed
make: *** Error 2
Makefile:478: recipe for target 'roc-rk3328-cc_defconfig' failed
make: *** Error 2
Makefile:460: recipe for target '__build_one_by_one' failed
make: *** Error 2

penguin 发表于 2018-6-14 10:59:48

自己确认一下环境安装是否有问题吧。 我们测试没有问题, 无法重现你的问题。

andygaof 发表于 2018-6-19 10:41:47

新的是编译不过,老的源代码可以

penguin 发表于 2018-6-28 11:13:30

请查看新的文档,编译环境更新为 Ubuntu 16.04:
http://wiki.t-firefly.com/zh_CN/ROC-RK3328-CC/linux_compile_firmware.html

啊源股 发表于 2018-10-22 09:58:04


你好, 我的uboot起不来是怎么回事呢?
log显示 DRAM的大小都读取不到?
DDR version 1.06 20170424
In
DDR3
786MHz
Bus Width=32 Col=10 Bank=8 Row=15/15 CS=2 Die Bus-Width=16 Size=2048MB
ddrconfig:6
OUT
Boot1 Release Time: 2017-05-18, version: 2.43
ChipType = 0x11, 125
SdmmcInit=2 0
BootCapSize=2000
UserCapSize=14910MB
FwPartOffset=2000 , 2000
SdmmcInit=0 2
StorageInit ok = 20770
Raw SecureMode = 0
SecureInit read PBA: 0x4
SecureInit read PBA: 0x404
SecureInit read PBA: 0x804
SecureInit read PBA: 0xc04
SecureInit read PBA: 0x1004
SecureInit ret = 0, SecureMode = 0
LoadTrustBL
No find bl30.bin
No find bl32.bin
Load uboot, ReadLba = 2000
Load OK, addr=0x200000, size=0xa7fec
RunBL31 0x10000
NOTICE:BL31: v1.3(debug):f947c7e
NOTICE:BL31: Built : 09:28:45, May 31 2017
NOTICE:BL31:Rockchip release version: v1.3
INFO:    ARM GICv2 driver initialized
INFO:    Using opteed sec cpu_context!
INFO:    boot cpu mask: 1
INFO:    plat_rockchip_pmu_init: pd status 0xe
INFO:    BL31: Initializing runtime services
WARNING: No OPTEE provided by BL2 boot loader, Booting device without OPTEE initialization. SMC`s destined for OPTEE will return SMC_UNK
ERROR:   Error initializing runtime service opteed_fast
INFO:    BL31: Preparing for EL3 exit to normal world
INFO:    Entry point address = 0x200000
INFO:    SPSR = 0x3c9


U-Boot 2017.09-gc58a816-dirty (Oct 19 2018 - 00:39:34 +0800)

Model: Firefly ROC-RK3328-CC
DRAM:

anlory 发表于 2018-10-27 23:26:26

啊源股 发表于 2018-10-22 09:58
你好, 我的uboot起不来是怎么回事呢?
log显示 DRAM的大小都读取不到?
DDR version 1.06 20170424


你的解决了吗,我的现在也是这个情况!

williamzhang 发表于 2018-10-30 09:57:21

啊源股 发表于 2018-10-22 09:58
你好, 我的uboot起不来是怎么回事呢?
log显示 DRAM的大小都读取不到?
DDR version 1.06 20170424


这个问题解决了么?

啊源股 发表于 2018-11-7 16:52:35

williamzhang 发表于 2018-10-30 09:57
这个问题解决了么?
解决

849398998 发表于 2018-12-13 16:01:22

kernel 目录 下 编译 内核 如何编译的啊 ? 不是 build 目录下 的 mk-kernel
页: [1]
查看完整版本: ROC-RK3328 Uboot在64位 Ubuntu16.04编译不过