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

2008-09-30 Thread Rodrigo Vilar
with u-boot 1.2.0 where the bootm command did support Standalone Application Images making the program copy and run all in one go. Best regards, Rodrigo Vilar ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2008-09-30 Thread Rodrigo Vilar
ave successfully run it now with MPC8248 on two different cards one is COTs and the other house made with three MPC8248 processors. I have also successfully boot linux using the bootm command on both boards. Believe me I really appreciate the work you are doing with u-boot, however I also think you hav

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

2008-09-30 Thread Rodrigo Vilar
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 comm

[U-Boot] Data cache on MPC8248 board

2008-09-10 Thread Rodrigo Vilar
Hi all, I have enabled cache on a MPC8248 board using Block Address Translation. RAM is cache enabled, everything else cache inhibited. Apparently cache is enabled fine, however system hangs using tftp command (in the middle of the transaction) or on external interrupt handling when I set up a tim