On Sunday, February 14, 2016 at 7:43:46 PM UTC-5, RobertCNelson wrote: > > > Feel free to play around with this setting yourself: > > bone-debian-7.9-console-armhf-2015-11-03-2gb.img came from > debian-7.9-console-armhf-2015-11-03.tar.xz > > So: > > wget > https://rcn-ee.net/rootfs/bb.org/release/2015-11-03/console/debian-7.9-console-armhf-2015-11-03.tar.xz > > tar debian-7.9-console-armhf-2015-11-03.tar.xz > cd debian-7.9-console-armhf-2015-11-03 > > The "2048" = 1MB setting is hardcoded here: > > > https://github.com/RobertCNelson/omap-image-builder/blob/103aea2682053767c333a64586155dead9fbf7c2/tools/setup_sdcard.sh#L1466 > > > So modify it to "4" = 8192... > > Then run: > > sudo ./setup_sdcard.sh \ > --img-2gb bone-debian-7.9-console-armhf-2015-11-03 \ > --dtb beaglebone --beagleboard.org-production \ > --boot_label BEAGLEBONE --rootfs_label rootfs \ > --bbb-old-bootloader-in-emmc --hostname beaglebone \ > --enable-systemd > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ >
My bash scripting ability is very limited, but after looking at that script I believe it's intended to be run on the BB itself -- booted from the eMMC and with the uSD card to be written inserted. Is that correct? It needs to be run that way in order to copy the bootloader from the eMMC? Do you have a script available to create a bootable image on a pc which can then be dd'd onto the SD card? -- 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.
