On Wed, Jan 15, 2014 at 12:27 PM, Dennis Cote <[email protected]> wrote: > > > On Tuesday, January 14, 2014 2:09:03 PM UTC-7, RobertCNelson wrote: >> >> When you run ./beagleboard.org_image.sh, your final image "base" image >> will be under the deploy directory. >> >> You'll also see a "ship.sh" script, this created the final 3 images i >> uploaded to here: >> >> http://rcn-ee.net/deb/testing/2014-01-10/ >> >> Normally i copy these 2 files (ship.sh/debian*-.tar) to an x86 and >> then run ./ship.sh as the xz compression takes a lot of resources >> before uploading.. >> > > Robert, > > When my PC was done I ran the ship.sh script in the deploy directory. When I > look at the files I see the following: > > dennis@dennis-VirtualBox:~/BBB/image-builder/deploy$ ls -hl > total 3.1G > -rw-r--r-- 1 root root 1.2G Jan 15 09:02 > armhf-rootfs-debian-wheezy-2014-01-14-src.tar > -rw-r--r-- 1 root root 1.7G Jan 15 09:46
> BBB-eMMC-flasher-debian-7.3-2014-01-14-2gb.img > -rw-r--r-- 1 dennis dennis 254K Jan 15 09:38 > BBB-eMMC-flasher-debian-7.3-2014-01-14-2gb.img.xz > -rw-r--r-- 1 dennis dennis 362M Jan 15 09:48 It looks like xz just died, it should remove "BBB-eMMC-flasher-debian-7.3-2014-01-14-2gb.img" when done.. > bone-debian-7.3-2014-01-14-4gb.img.xz > -rw-r--r-- 1 dennis dennis 300M Jan 15 09:05 > debian-7.3-lxde-armhf-2014-01-14.tar.xz > -rwxr-xr-x 1 dennis dennis 689 Jan 15 09:05 ship.sh > > I notice that the file sizes are different than your website which has: > > BBB-eMMC-flasher-deb..> 10-Jan-2014 10:52 358M > bone-debian-7.3-2014..> 10-Jan-2014 10:54 358M > debian-7.3-console-a..> 10-Jan-2014 10:36 302M > > > My flasher image seems to be substantially smaller than yours. Too small to > be correct. > > My debian... file has "lxde" in the name rather than "console", and is about > the same size even though lxde would imply an X11 based system as opposed to > a console only system. I changed that this week, seemed kinda silly calling it "console" when obviously an 'lxde' image.. https://github.com/beagleboard/image-builder/commit/07af6e7249f224cbf96145f686c40efab516ece3 > > My 4G bone... image file is about the same size as yours. > > Where does the armhf... file come from? I tried tracing through the build > scripts, but I couldn't see where it was created. The "armhf" is the name of the debian port we are using.. https://wiki.debian.org/ArmHardFloatPort Default gcc compile settings: --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb This script also supports the older "armel" and plans for the "arm64" archs.. You could do x86, but that would be silly.. > Do you know why any of these differences exist? > > BTW I noticed that the tar command in ship.sh has no "-" before the xf > options. The tar help says it should be there, but perhaps it is not > required. The ship.sh file came out of me being lazy about a week ago, it's not really tested beyond debian jessie.. 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.
