On 9/5/12, katherine viviana cortes urbina <kattycort...@gmail.com> wrote: > Hi , > > I did the ROACH NFS guide, but when I like booting from NFS and I do run > netboot , I saw BOOTP bradcast 1 , etc . Retry count exceeded; starting > again. How Can I resolved?
To work out if you are not getting DHCP requests, or if it is some other networking problem, try setting the IP address manually and then try to ping some host on the network. Press ^C to interrupt the DHCP routines, then use setenv to set the IP address. Then maybe use ping to probe a remote host - look online for uboot documentation, it should contain examples on how to do that. regards marc