Forum Discussion
Altera_Forum
Honored Contributor
20 years agokernel image in SDRAM but not booting?
Hello: I have used the u-boot successully coping the uclinux kernel image from flash to sdram .I verified the contents at and near the start address of the sdram , same with the kerne...
Altera_Forum
Honored Contributor
20 years agoHi jigdo,
Please post the result of the imi command for your u-boot kernel image. E.g. if your compressed kernel image is at address 0x00200000: ==> imi 200000 And post the result of a mkimage list. E.g. if your image file name is kernel.img: $ mkimage -l kernel.img > the hdr->ih_ep is 0x000000001 but the entry address is 0x1000000 (base_addr_sdram) > > I don't know why? It looks like an endian order problem. Did you build the mkimage utility yourself, or are you using the pre-built version from psyent.com? Regards, --Scott