[U-Boot] Standalone Application Images support (bootm)

Rodrigo Vilar rvilarl at gmail.com
Tue Sep 30 09:04:00 CEST 2008


Hi All,
Are "Standalone Applications" supported in the current u-boot (GIT repo)?

I have tried to bootm a Standalone Application image stored in flash and I
get the messages (u-boot then crashes):
    Wrong Image Type for bootm command
    ERROR: can't get kernel image!

In u-boot 1.2.0  file common/cmd_bootm.c there is code to support it:
    case IH_TYPE_STANDALONE:
        name = "Standalone Application";.....

In the current one (GIT repo) there is no reference to IH_TYPE_STANDALONE in
file common/cmd_bootm.c. Should I look somewhere else?

Thanks,

Rodrigo


More information about the U-Boot mailing list