On Fri, Oct 25, 2013 at 9:56 AM, Joshua Datko <[email protected]> wrote: > Thanks Robert, > > I ran the setup_sdcard.sh like this: sudo ./setup_sdcard.sh --img > myimage.img --dtb beaglebone --uboot bone. This seemed to do the trick.
OH, don't do that... "--dtb" is eventually going to fully replace "--uboot" ... but no idea what is going to happen when you call them both. ;) > The script complained about dependencies, which I installed, but it probably > should also check for the parted package. Parted was not originally > installed, which caused the script to fail. I'll look around the script and > see if I can submit a pull request. I actually yanked all calls to parted a few months back.. You should update the setup_sdcard.sh script... > It looks like I can add packages in /var/pkg_list.sh. But if I wanted to > add a repo besides the normal repositories, like one would normally do to > /etc/apt/sources.list, I didn't see (or understand) how I could set this up. add them here: https://github.com/RobertCNelson/omap-image-builder/blob/master/scripts/chroot.sh#L194 note, the only reason "deb-src" is commented out with teh # is too speed up the initial "apt-get" i then use sed to remove the # before downloading the full "src" pkgs for later archival purposes.. 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.
