我想要把我再bingpi 上编出的固件直接移到百问网的T113核心板上,但是直接下载烧录的时候会卡在7%报错:
Volume mbr not found!
[08.360]read volume mbr failed return 19
read local mbr on flash failed
[08.366]erase blk 0 to blk 32
[08.383]erase blk 40 to blk 1024
SUNXI_EFEX_MBR_TAG
mbr size = 0x10000
force mbr
device nand0 <nand>, # parts = 4
#: name size offset mask_flags
0: boot0 0x00100000 0x00000000 1
1: uboot 0x00300000 0x00100000 1
2: secure_storage 0x00100000 0x00400000 1
3: sys 0x07b00000 0x00500000 0
active partition: nand0,0 - (boot0) 0x00100000 @ 0x00000000
defaults:
mtdids : nand0=nand
mtdparts: mtdparts=nand:1024k@0(boot0)ro,3072k@1048576(uboot)ro,1024k@4194304(secure_storage)ro,-(sys)
[08.856]MTD info (4)
[08.858]pagesize: 0x1000
[08.861]blksize: 0x40000
[08.863]num offset bytes name
[08.866]0 0x00000000 0x00100000 boot0
[08.870]1 0x00100000 0x00300000 uboot
[08.874]2 0x00400000 0x00100000 secure_storage
[08.878]3 0x00500000 0x07b00000 sys
[08.882]MBR info (unalign):
[08.884]partno addr sects type name
[08.889]0 0x00000000 0x00008000 0x00000001 mbr
[08.894]1 0x00008000 0x000009c4 0x00008000 boot-resource
[08.899]2 0x000089c4 0x000001f8 0x00008000 env
[08.904]3 0x00008bbc 0x000001f8 0x00008000 env-redund
[08.909]4 0x00008db4 0x000026ac 0x00008000 boot
[08.914]5 0x0000b460 0x0001cf00 0x00008000 rootfs
[08.919]6 0x00028360 0x000001f8 0x00008000 private
[08.924]7 0x00028558 0x00049700 0x00008000 rootfs_data
[08.930]8 0x00071c58 0x00000000 0x00008100 UDISK
[08.935]ubi attach the last part of mtd device: NO.3
[08.940]MBR info (align):
[08.942]partno addr sects type name
[08.947]0 0x00002800 0x000081f0 0x00000001 mbr
[08.952]1 0x0000a9f0 0x000009d8 0x00008000 boot-resource
[08.957]2 0x0000b3c8 0x000001f8 0x00008000 env
[08.962]3 0x0000b5c0 0x000001f8 0x00008000 env-redund
[08.967]4 0x0000b7b8 0x00002760 0x00008000 boot
[08.972]5 0x0000df18 0x0001d0a0 0x00008000 rootfs
[08.977]6 0x0002afb8 0x000001f8 0x00008000 private
[08.982]7 0x0002b1b0 0x00049758 0x00008000 rootfs_data
[08.988]8 0x00074908 0x00000000 0x00008100 UDISK
[08.993]ubi attach the last part of mtd device: NO.3
[08.997]ubi volume total size is larger than mtd size.
ubi_vol_total_bytes : 0xe421000, mtd_bytes: 0x7b00000
[09.007]initialize sunxi spinand ubi failed
download_standard_gpt:write mbr sectors fail ret = 0
```
请问有没有人知道怎么修改nand相关的配置?