If you ever want to generate sd card images you want to directly dd, I use this class: https://github.com/Freescale/meta-fsl-arm/blob/master/classes/image_types_fsl.bbclass
On Saturday, April 4, 2015 at 12:55:43 AM UTC-7, Jonathan Bendes wrote: > > Wound up just using the BBlfs repo here > <https://github.com/ungureanuvladvictor/BBBlfs> to do what I needed! > > Thanks zmatt on irc! > > Jonathan > > On Saturday, April 4, 2015 at 2:44:38 AM UTC-4, Jonathan Bendes wrote: >> >> Does anyone know how to burn a custom ubuntu image (namely this >> <http://www.armhf.com/boards/beaglebone-black/#trusty> one) to the emmc >> onboard the beaglebone? >> >> I am using the beaglebone black for a project that uses the onboard SPI, >> I2C and an externally powered USB hub, however when I try and use the >> supplied image here >> <https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Ubuntu14.04.1>, >> >> the kernel is unable to enumerate any devices on the externally connected >> usb hub (although the hub shows up in dmesg). The first ubuntu kernel >> mentioned here has no issues and works great when i boot it off of an sd >> card. I just cant figure out how to get it on to the emmc. I tried running >> this >> >> <https://github.com/RobertCNelson/tools/blob/master/scripts/beaglebone-black-copy-microSD-to-eMMC.sh>script >> >> to copy the working image from the sd card to the emmc but when it >> completes (after making a few edits to get the script to run all the way >> through) and I cycle power, the beaglebone hangs on boot. >> >> Any ideas here? The ultimate goal is to make a flasher sd card image that >> can be burned to any sd card and popped into a beaglebone to flash the >> working image! >> >> Any feedback is greatly appreciated! >> >> Thanks! >> Jonathan >> > -- 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.
