On Thu, Nov 3, 2016 at 4:22 PM, Stephane Charette <[email protected]> wrote: > I've read through the posts for the past few weeks, but don't see this as a > topic discussed yet. I downloaded the new oemflasher image I see on > rcn-ee.com: > > https://rcn-ee.com/rootfs/bb.org/testing/2016-10-31/oemflasher/debian-8.6-oemflasher-armhf-2016-10-31.tar.xz > > This is what I tried: > > unxz --verbose debian-8.6-oemflasher-armhf-2016-10-31.tar.xz > > tar -xf debian-8.6-oemflasher-armhf-2016-10-31.tar > > cd debian-8.6-oemflasher-armhf-2016-10-31/ > > sudo ./setup_sdcard.sh --mmc /dev/sde --bbgw-flasher -dtb bbb-blank-eeprom > > > Unfortunately, this did not produce a microsd image that works on my BBGW. > During the installation, the serial console on my BBGW reported this error:
So, the oemflasher takes a "few" more components: For example, for Seeed to setup their master microSD to flash a large number bbgw's they'd run: wget https://rcn-ee.net/rootfs/bb.org/testing/2016-10-31/oemflasher/debian-8.6-oemflasher-armhf-2016-10-31.tar.xz tar xf debian-8.6-oemflasher-armhf-2016-10-31.tar.xz cd ./debian-8.6-oemflasher-armhf-2016-10-31 wget https://rcn-ee.net/rootfs/bb.org/testing/2016-10-20/seeed-gcp-iot/bone-debian-8.6-seeed-gcp-iot-armhf-2016-10-20-4gb.img.xz unxz bone-debian-8.6-seeed-gcp-iot-armhf-2016-10-20-4gb.img.xz wget https://rcn-ee.net/rootfs/bb.org/testing/2016-10-20/seeed-gcp-iot/bone-debian-8.6-seeed-gcp-iot-armhf-2016-10-20-4gb.img.xz.job.txt wget https://raw.githubusercontent.com/RobertCNelson/boot-scripts/master/device/bone/bbgw-eeprom.dump #eeproms: https://github.com/RobertCNelson/boot-scripts/tree/master/device/bone sudo ./setup_sdcard.sh --img-8gb master.img \ --dtb beaglebone \ --oem-flasher \ --oem-flasher-script init-eMMC-flasher-from-usb-media-v2-bbgw.sh \ --oem-flasher-img bone-debian-8.6-seeed-gcp-iot-armhf-2016-10-20-4gb.img \ --oem-flasher-eeprom bbgw-eeprom.dump \ --oem-flasher-job bone-debian-8.6-seeed-gcp-iot-armhf-2016-10-20-4gb.img.xz.job.txt However for you, just grab: https://rcn-ee.net/rootfs/bb.org/testing/2016-10-30/seeed-iot/ https://rcn-ee.net/rootfs/bb.org/testing/2016-10-30/seeed-iot/BBGW-blank-debian-8.6-seeed-iot-armhf-2016-10-30-4gb.img.xz ;) 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/CAOCHtYgBr%3D-LZWYOf%2Be0iEyTOXyoLSoX-BgTPeWFKigBU6%3DLVA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
