Hi, I used "make flash" for the first time, since it's been an addition done by AcmeSystems.
However, when looking into the Makefile, the target "flash" is executing the command "boot_linux -F". This one has the big disadvantage that it wipes out the MAC address which was in the board, resulting in a default MAC address (and a blinking red LED). It would have been better to assign the command "boot_linux -f" (so, small "f" iso capital "F") to the target "flash", since this option is *not* wiping out an existing MAC address. Best rgds, --Geert
