Files
lk/app
Travis Geiselbrecht d449902adc [app][lkboot] restructure to add booting out of flash
-Now lkboot will start a network server (if networking is enabled)
    and wait for a predetermined amount of time (5 seconds currently).
    If after that time no one has talked to it, it will try to boot
    an image out of flash.
-If no networking, then directly boot an image out of flash immediately.

TODO: configure timeout, add 'autoboot' command to lkboot to let the host
short circuit the wait.
2015-03-03 14:59:27 -08:00
..