On Mon, Jan 6, 2014 at 1:02 PM, <[email protected]> wrote: > Hello, > > I realize that this is an old thread, but was hoping that one of y'all might > see this and shed some light on what I'm doing wrong... > > I pulled the buildroot project from > "https://github.com/jadonk/buildroot/releases/tag/save-emmc-0.0.1" since > it's exactly what I need (an initramfs with working support for the SD card; > I can't get MMC/SD to work with the mainline kernel and Buildroot 2013.11). > > Problem is, when I follow the build instructions, it goes off to do a GIT > clone on from GitHub of tag "ddd36e546e53d3c493075bbebd6188ee843208f9" to > get Linux kernel patches. It appears to contact the GIT server, processes > some 697MB with of data, builds a tarball on the remote end, and then > downloads a "linux-ddd36e546e53d3c493075bbebd6188ee843208f9.tar.gz" tarball > file with 20 bytes in it.
Yeah... I think i see an issue with github.com/beagleboard/linux the current practice has always been to push over the old branch, so when i pushed to fixes to the 3.8 branch last week that rewrote the history and now ddd36e546e53d3c493075bbebd6188ee843208f9 is probally a single file no longer connected to anything... Can buildroot just use the "3.8" branch instead of a specific commit? > > At this point, the Buildroot compile dies, since the tarball is > truncated/corrupted/something. > > I'm not very well versed in GIT internals; can anyone shed some light on > what might be wrong so I can get this compiled? I will happily provide any > logs or other information, but am too new at using GIT to know what to post > up. -- 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.
