On Sun, Sep 21, 2014 at 7:10 PM, Nebi Cicek <[email protected]> wrote: > Reflash what? The whole image? As I said, I am trying to avoid doing that. > Is there really no easy way to fix whatever it is I broke?
The "easy" was is to reflash To fix you'll have to first figure out what image you started with. Flash that to a spare microSD, copy MLO/u-boot.img from it, replace the existing MLO/u-boot.img on your current card. When you do that: sudo rm ./MLO sudo cp /someotherlocation/MLO ./MLO sync sudo rm ./u-boot.img sudo cp /someotherlocation/u-boot.img ./u-boot.img sync Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
