Hi, On 04/28/2015 07:15 AM, bharath wrote: > Hi, > > I am trying to run tz_vmm script for imx6 board, I am able to compile the > script for imx6 board and it is successfully creating the uImage of size > 7.5 MB, But when I am trying to run this image on the board this is giving > following error: > > > Booting kernel from Legacy Image at 10800000 ... > > Image Name: > > Image Type: ARM Linux Kernel Image (gzip compressed) > > Data Size: 7858662 Bytes = 7.5 MB > > Load Address: 10001000 > > Entry Point: 10001000 > > Verifying Checksum ... Bad Data CRC > > ERROR: can't get kernel image! > > What would be the problem?
Well, the problem is already stated above the ERROR message: "Verifying Checksum ... Bad Data CRC". That means the bootloader u-boot verified that your uImage is corrupted. Either it was never created completely and correctly, or you did not load it into memory completely. I would start investigating the latter one. Regards Stefan > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > genode-main mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/genode-main > -- Stefan Kalkowski Genode Labs http://www.genode-labs.com/ ยท http://genode.org/ ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
