|
By default DI/OT board will try to obtain IP address via DHCP and try to retrieve uboot images with a script. First it will try the name `xx:xx:xx:xx:xx:xx_boot_script.img` (x'es represent MAC address in lower case), if not found `boot_script.img`.
|
|
By default DI/OT board will try to obtain from the DHCP server the IP address of the tftp server and the filename of an image. U-boot will try to retrieve the pointed image via TFTP. After the successful transfer the u-boot will try to run the retreived image as a script. If it fails, it will run as regular image.
|