SEARCH
TOOLBOX
LANGUAGES
modified on 20 June 2010 at 01:06 ••• 18,504 views

Eagle boot eth Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
=Boot Loader-Ethernet (boot_eth)=
=Boot Loader-Ethernet (boot_eth)=
-
==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100]==
+
==Compatibility [http://www.micromint.com/index.php/SBC/eagle-50.html Eagle 50E], [http://www.micromint.com/index.php/SBC/eagle-100.html 100]==
Bootstrapping is a technique by which a simple program activates a more complicated system of programs. In the start up process , a small program, initializes and tests the hardware, peripherals and external memory devices are connected, then loads a program from one of them and passes control to it, thus allowing the loading of larger programs. The boot loader program's only job is to load other data and programs which are then executed from RAM.
Bootstrapping is a technique by which a simple program activates a more complicated system of programs. In the start up process , a small program, initializes and tests the hardware, peripherals and external memory devices are connected, then loads a program from one of them and passes control to it, thus allowing the loading of larger programs. The boot loader program's only job is to load other data and programs which are then executed from RAM.
This examples shows how to update the boot loader firmware over the Ethernet interface
This examples shows how to update the boot loader firmware over the Ethernet interface

Current revision as of 01:06, 20 June 2010

Boot Loader-Ethernet (boot_eth)

Compatibility Eagle 50E, 100

Bootstrapping is a technique by which a simple program activates a more complicated system of programs. In the start up process , a small program, initializes and tests the hardware, peripherals and external memory devices are connected, then loads a program from one of them and passes control to it, thus allowing the loading of larger programs. The boot loader program's only job is to load other data and programs which are then executed from RAM.

This examples shows how to update the boot loader firmware over the Ethernet interface