On Fri, Feb 14, 2014 at 11:45 AM, <[email protected]> wrote: > thanks :) > > I followed steps on https://github.com/jadonk/kernel/tree/3.7 but when I > boot my beaglebone I get an extrange error: > > > >> reading uEnv.txt >> >> 320 bytes read in 3 ms (103.5 KiB/s) >> >> Loaded environment from uEnv.txt >> >> Importing environment from mmc ... >> >> Running uenvcmd ... >> >> ** File not found uImage ** >> >> 20094 bytes read in 37 ms (530.3 KiB/s) >> >> Wrong Image Format for bootm command >> >> ERROR: can't get kernel image! > > > regardless those errors it still boots but my screen doesn't display > anything. > > what could I be doing wrong? >
u-boot is looking for "uImage" vs "zImage" just an old u-boot/uEnv.txt... search the list on how to create a uImage from zImage, only been talked about for ever.. PS 3.7 was hardly ever used, suprised it even boots. 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/groups/opt_out.
