| 
 
高级会员 
 
	积分790金钱790 注册时间2020-7-30在线时间117 小时 | 
 
 发表于 2021-1-15 10:26:38
|
显示全部楼层 
| 这个方法只能烧录uboot和内核,不能烧录TF-A ,TF-A你要自己手动烧录进去,生成emmc的.tsv文件内容如下 #Opt        Id        Name        Type        IP        Offset        Binary
 -        0x01        fsbl1-boot        Binary        none        0x0        tf-a/tf-a-stm32mp157d-atk-serialboot.stm32
 -        0x03        ssbl-boot        Binary        none        0x0        uboot/u-boot.stm32
 P        0x06        ssbl        Binary        mmc1        0x00080000        uboot/u-boot.stm32
 P        0x21        boot        System        mmc1        0x00280000        atk-image-bootfs.ext4
 P        0x22        rootfs        FileSystem        mmc1        0x04280000        atk-image-qt5.14.2-rootfs.ext4
 
 
 
 
 | 
 |