Forum Discussion
Altera_Forum
Honored Contributor
20 years agounable to load cramfs
hello friends i am using cramfs .i have compressed kernel . i have stored u-boot at 0x0 ,cramfs at 0x00100000 and kernel image at 0x00020000. my flash is 2MB(0x00000000 to 0x00200000).and s...
Altera_Forum
Honored Contributor
20 years agoHi slsnios,
> ./mkcramfs -n cramfs -z -r ./dir cramfs.img > then it is giving following error, ... snip ... > cramfs.img: invalid cramfs--wrong magic You're reversing the endian order (-r option) & cramfschk does not have similar option. Endian order reversal should not be necessary. Regards, --Scott