|
发表于 2018-4-7 15:45:27
浏览:10035
|
回复:2
打印
只看该作者
[复制链接]
楼主
本帖最后由 nhtangh 于 2018-4-7 15:56 编辑
本人按照大神分享的【Firefly RK3399开发板入门笔记】,rk3399固件编译打包指南的PDF 教程,前面都顺利,做到第八部分最后一步打包成一个update.img, 当运行mkupdate.bat时就显示下图的错误,求大神指点,到底那里的问题?
parameters.txt 和 package-file 两个文件的修改内容为:
【parameters.txt】:
FIRMWARE_VER: 6.0.1
MACHINE_MODEL: RK3399
MACHINE_ID: 007
MANUFACTURER: RK3399
MAGIC: 0x5041524B
ATAG: 0x00200800
MACHINE: 3399
CHECK_MASK: 0x80
PWR_HLD: 0,0,A,0,1
#KERNEL_IMG: 0x00280000
#FDT_NAME: rk-kernel.dtb
#RECOVER_KEY: 1,1,0,20,0
#in section; per section 512(0x200) bytes
CMDLINE: androidboot.baseband=N/A androidboot.selinux=disabled androidboot.hardware=rk30board androidboot.console=ttyFIQ0
init=/sbin/init root=/dev/block/mtd/by-name/linuxroot rw rootwait mtdparts=rk29xxnand:0x00002000@0x00002000
(uboot),0x00002000@0x00004000(trust),0x00010000@0x00006000(boot),0x00002000@0x00016000(backup),-@0x00018000(linuxroot)
【package-file】:
# NAME Relative path
#
#HWDEF HWDEF
package-file package-file
bootloader Image/RK3399MiniLoaderAll_V1.05.bin
parameter Image/parameter.txt
trust Image/trust.img
uboot Image/uboot.img
#misc Image/misc.img
#resource Image/resource.img
#kernel Image/kernel.img
boot Image/boot.img
#recovery Image/recovery.img
#system Image/system.img
linuxroot Image/linuxroot.img
# baseparamer Image/baseparamer.img
# 要写入backup分区的文件就是自身(update.img)
# SELF 是关键字,表示升级文件(update.img)自身
# 在生成升级文件时,不加入SELF文件的内容,但在头部信息中有记录
# 在解包升级文件时,不解包SELF文件的内容。
# RESERVED不打包backup
backup RESERVED
update-script update-script
recover-script recover-script
|
|