On Tue, Mar 21, 2017 at 2:43 AM, 'Luther Goh Lu Feng' via BeagleBoard <[email protected]> wrote: > I am trying to build an image using image builder[1]. > > > I seek clarity on the correct approach if I intend to only build a console > image. The steps I took are based on README.md in the repo > > > Running ./beagleboard.org_image.sh seems to generate all the images. Can I > clarify what is the best way to modify the script to properly generate only a > console image? > > I have also ran: > ./RootStock-NG.sh -c rcn-ee_console_debian_jessie_armhf
Close: ./RootStock-NG.sh -c bb.org-debian-jessie-console-v4.4 > > The resultant image is bootable but I am unsure if this is the BBB debian > console image. > > I am also under the impression whichever step I chose, I still need to > generate an image file for my microsd card > sudo ./setup_sdcard.sh --img-2gb bone-debian-7.X-201Y-MM-DD --dtb beaglebone \ > --enable-systemd --bbb-old-bootloader-in-emmc for jessie, you can drop the --enable-systemd, that was for wheezy.. the default options i usually pass are: --img-2gb bone-debian-7.X-201Y-MM-DD --dtb beaglebone --rootfs_label rootfs --hostname beaglebone --enable-cape-universal --bbb-old-bootloader-in-emmc if you want it to auto flash the eMMC also add: --emmc-flasher Regards, -- Robert Nelson https://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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYheur9Bgpb964hpEXH%3DUsMmt7gqb5hwbKUK%2BUMtwP%2BSEw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
