Tagged Questions
2
votes
0answers
191 views
Booting over the LAN using uboot
I am trying to boot my beaglebone over the LAN. I am able to download the Kernel uImage from the TFTP server. Here is what I did -
U-Boot SPL 2011.09-00053-gb423c52 (Aug 10 2012 - 11:26:55)
Texas ...
2
votes
1answer
604 views
u-boot disable DHCP requests with setenv
I am trying to disable the DHCP requests after the Kernel was loaded. Using freescale imx25 dev-board in standard config. In u-boot, I find two lines ip=dhcp:
MX25 U-Boot > pri
bootdelay=3
...