Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by arthur@Jun 3 2005, 04:39 PM but now i'm confused, the dhcp get the ip address after bootup, but if i shut down the board so the dhcp work, i'll lose the programming http://forum.niosforum.com/work2/style_emoticons/<#emo_dir#>/wink.gif --- Quote End --- If your root FS is over NFS, you can simply restart the network. It depends, but it'll be some script in /etc/init.d e.g. on a buildroot based system:
$ /etc/init.d/S40network restart it is pretty much the same as any GNU/Linux system. If you're not developing under Linux, install a Linux machine ASAP, you'll avoid a lot of obvious problems by just familiarising yourself with such a system. I've seen this mistake in several places. I would not recommend doing this if your root FS is mounted over thet network though http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/rolleyes.gif , though you might get lucky, depending on your configuration.