From mboxrd@z Thu Jan 1 00:00:00 1970 From: cleancode at 163.com Date: Thu, 6 Dec 2018 17:32:59 +0800 Subject: [U-Boot] network not work with u-boot References: <3ddf0dcd.d340.1677de6d85a.Coremail.cleancode@163.com>, <20181205133722.E8C1E242268@gemini.denx.de>, <2018120610134234682514@163.com>, <20181206081349.2C125242268@gemini.denx.de> Message-ID: <201812061732587517592@163.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Highly appraciated for your help, I'll try them. Best wishes. Zhangguofu (Gary) From: Wolfgang Denk Date: 2018-12-06 16:13 To: cleancode at 163.com CC: u-boot Subject: Re: [U-Boot] network not work with u-boot Dear "cleancode at 163.com", In message <2018120610134234682514@163.com> you wrote: > > Thank you so much, I managed to upload the kernel image by using a tftp server in my desktop. Fine. > I thought the tftp was a kind of ftp with a naming difference... These are totally different protocols. > As for the configuration item ipaddr1, I still cannot delete it, I am not happy about that. > Do you or anyone else know how to delete this kind of ill-spelled items? You can run "md" on the memory region which holds the environment, to find out which special characters sneaked in. They you can try to delete the variable by carefully typing the same characters. Alternatively, you can reset your environment to default and re-add all wanted settings. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de COBOL is for morons. -- E.W. Dijkstra