bootm コマンドのイメージ形式が正しくありません。エラー:カーネルイメージを取得できません!

bootm コマンドのイメージ形式が正しくありません。エラー:カーネルイメージを取得できません!

ARM Cortex A9ベースのザイリンクスチップからLinuxを起動すると、次のエラーが発生し続けます。

U-Boot 2013.07 (Mar 31 2014 - 16:34:50)

Memory: ECC disabled
DRAM:  1 GiB
MMC:   zynq_sdhci: 0
SF: Detected N25Q128A with page size 64 KiB, total 16 MiB
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   Gem.e000b000
U-BOOT for Xilinx-ZC702-2013.3

Gem.e000b000 Waiting for PHY auto negotiation to complete......... TIMEOUT !
BOOTP broadcast 1
BOOTP broadcast 2
BOOTP broadcast 3
BOOTP broadcast 4
BOOTP broadcast 5

Retry count exceeded
Hit any key to stop autoboot:  0
SF: Detected N25Q128A with page size 64 KiB, total 16 MiB
SF: 11010048 bytes @ 0x520000 Read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot-PetaLinux>

コマンドが明示的に与えられても機能しません。

U-Boot-PetaLinux> run sfboot
SF: Detected N25Q128A with page size 64 KiB, total 16 MiB
SF: 11010048 bytes @ 0x520000 Read: OK
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot-PetaLinux>

私の環境変数:

U-Boot-PetaLinux> printenv bootcmd
bootcmd=setenv var "if test ${dtbsize} -le 0; then run sfboot; else run dtbboot; fi"; run var; setenv var

私はmkimageツールを使用してzImageを変換して得られたuImageを使用しています。

画像形式にどのような問題があるのか​​ご存知ですか?

ベストアンサー1

おすすめ記事