
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net] On Behalf Of George G. Davis Sent: Saturday, October 16, 2004 11:26 AM To: ravi.aloor@wipro.com Cc: u-boot-users@lists.sourceforge.net Subject: Re: [U-Boot-Users] TFTP configuration Vs gdb response time !
On Sat, Oct 16, 2004 at 07:56:41PM +0530, ravi.aloor@wipro.com wrote:
- Now I already have BDI-new.cfg file in my /tftpboot/
directory on my
PC. I pinged BDI. Response is OK. Then I made 'telnet' to BDI. The following is the brief response.
VERIFY [<offset>] [<file> [<format>]] verify a program file
to target
memory PROG [<offset>] [<file> [<format>]] program flash memory <format> : SREC, BIN, AOUT, ELF or COFF ERASE [<address> [<mode>]] erase a flash memory sector,
chip or block
<mode> : CHIP, BLOCK or SECTOR (default
is sector)
ERASE <addr> <step> <count> erase multiple flash sectors UNLOCK <addr> <step> <count> unlock multiple flash sectors FLASH <type> <size> <bus> change flash configuration FENA <addr> <size> enable autoamtic programming to flash memory FDIS disable autoamtic programming to flash memory DELAY <ms> delay for a number of milliseconds SELECT <core> change the current core len : the number of bits 1..256 bx : a data byte, two hex digits HOST <ip> change IP address of program file host PROMPT <string> defines a new prompt string CONFIG display or update BDI configuration CONFIG <file> [<hostIP> [<bdiIP> [<gateway> [<mask>]]]] HELP display command list QUIT terminate the Telnet session
# CONFIG: cannot open BDI-new.cfg # CONFIG: cannot open BDI-new.cfg Core#0>
Means, it is not getting my BDI-new.cfg file even though
the file is in
/tftpboot/ directory on my PC while my PC is working as
TFTP server. Why
it is BDI is not able to read BDI-new.cfg ?
Try:
chmod a+r /tftpboot/BDI-new.cfg
That should fix it assuming tftp is properly configured and enabled on your RH8 development host.
-- Regards, George
Other potential problem areas and checks: * Can you use tftp to read your BDI-new.cfg file from the tftp server (i.e. tftp localhost)? If so, you have your server basically functioning. Good.
* Can you use tftp to read it from _another_ machine? If not, you have a permissions problem likely relating to firewalling (TFTP not allowed to the ethernet).
* Depending on your tftp server setup, you may need /tftpboot/BDI-new.cfg or /BDI-new.cfg (the later configuration is strongly recommended).
gvb
****************************************** The following messages are brought to you by the Lawyers' League of IdioSpeak:
****************************************** The information contained in, or attached to, this e-mail, may contain confidential information and is intended solely for the use of the individual or entity to whom they are addressed and may be subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email. ******************************************