这是由于format后的kernel 分区只有2M, 而新的内核文件有2.4M, 因此便会出现错误Length of file is too big : 2517028 > 2097152
要解决这问题, 可用part指令自行更改分区的大小:
press q to goto shell of vivi
> part del kernel
> part del root
> part add kernel 0x00060000 0x00500000 0
> part add root 0x00560000 0x40000000 0
> part save
这样就可以解决了