Altera_Forum
Honored Contributor
19 years agoUncompressing Linux...ERROR
Dear all,
I meet a weird problem on building image. The source I use is uClinux-dist-20060803 with patch v18. There are also some custom applications added into the image. All compiles are done without any error and the image can be generated successfully. When I download the generated image into target board, some generated images will cause problems. The error message is below: Uncompressing Linux... ERROR length error -- System halted Here are the stpes I build the image: make clean make vendor_hwselect SYSPTF=~/project/ptf/nios2.ptf make romfs make make make linux image When the problem occurs, I do the above steps again and again without any code modification. Sometimes I can get a workable image(it can enter shell mode and execute all applications on the initramfs). It is really really weird. Use same sources/configurations, but get different results. Although I can get the good image finally, but it does spends me lots of time on development. Is there anyone can explain me what's going on ?...