
Hi
I am fairly new to Uboot. I am having trouble running the "make" command from the "u-boot-1.1.4/tools #" prompt.
When I do a make, this is the error I get
Makefile:108: /config.mk: No such file or directory make: *** No rule to make target `/config.mk'. Stop.
I am told by one of the developers that I need to have the correct make parameters and told me to try this ... make HOSTARCH=at91rm9200 .... But I still get the same error
I believe that I don't have the parameters right OR I am missing something in my make command. Do I have to say anything about the target arch or the cross compiler while writing the make command ? My target architecture is the at91rm9200 processor
Thanks
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de] Sent: Wednesday, July 16, 2008 4:53 AM To: Rugunda, Solo Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] Question about Bad CRC
In message 7773DF3D5AD05647B155E7F56554B45CCBED93@srvhouexc13.nov.com you wrote:
- I think I might be making an error with the syntax. Can you verify
that this is the exact correct syntax to fix the Bad CRC (quotations, colons etc) (or am I making an error somewhere in the syntax)
#define CONFIG_PREEBOOT "setenv preboot 'setenv preboot;saveenv';"
-------------------^^ typo
Try CONFIG_PREBOOT instead...
- And also can you verify that I would add this line in the file that
I
am adding this line of code to is at91rm9200dk.h in
Include/configs/at91rm9200dk.h is the configuration file for the old evaluation kit; I don;t think you should meddle with this file. You should have your own board config file instead.
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de]
...
Please don't top post / full quote.
Best regards,
Wolfgang Denk