[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] New Board - UBoot



Hi Mak,

> I have checked the files. But not able to find the problem. I even
> tried to create and build the whole project again but could not
> succeeded. The mss and mhs files are attached.
> 

Please add printf line to u-boot/lib_microblaze/board.c (~~line 143). Recompile
u-boot (make u-boot) and load to board via xmd. And send me your serial output.

	/* Setup SDRAM memory partition pointers */
	addr = (CFG_SDRAM_BASE + CFG_SDRAM_SIZE);
	printf("SDRAM: 0x%x/0x%x, TEXT_BASE 0x%x, addr 0x%x\n", CFG_SDRAM_BASE,
CFG_SDRAM_SIZE, TEXT_BASE, addr);


xmd commands

connect mb mdm
dow u-boot
run
exit

Regards,
Michal
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/