| 
 
新手入门 
 
	积分17金钱17 注册时间2023-8-25在线时间3 小时 | 
 
| tf-a.tsv文件内容如下所示: #Opt        Id        Name        Type        Device        Offset        Binary
 -        0x01        fsbl1-boot        Binary        none        0x0        tf-a-stm32mp157d-atk-serialboot.stm32
 -        0x03        ssbl-boot        Binary        none        0x0        u-boot.stm32
 P        0x04        fsbl1        Binary        mmc1        boot1        tf-a-stm32mp157d-atk-trusted.stm32
 P        0x05        fsbl2        Binary        mmc1        boot2        tf-a-stm32mp157d-atk-trusted.stm32
 P        0x06        ssbl        Binary        mmc1        0x00080000        u-boot.stm32
 
 
 上面烧写的几个文件都是原始的,烧写成功后,无法启动,信息如下。
 In:    serial
 Out:   serial
 Err:   serial
 invalid MAC address in OTP 00:00:00:00:00:00
 Net:
 Error: ethernet@5800a000 address not set.
 No ethernet found.
 
 lcd_id  = 02
 Hit any key to stop autoboot:  0
 Boot over mmc1!
 Saving Environment to MMC... Writing to redundant MMC(1)... OK
 switch to partitions #0, OK
 mmc1(part 0) is current device
 ** Unrecognized filesystem type **
 STM32MP>
 STM32MP>
 STM32MP>
 STM32MP>
 
 
 | 
 |