boot-scripts icon indicating copy to clipboard operation
boot-scripts copied to clipboard

May can I get a usbflasher image ?

Open Pillar1989 opened this issue 8 years ago • 2 comments

Hi Robert, May I get a usbflasher image? so I can run your tutorial. https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/mmc_usbflasher_example.md

Pillar1989 avatar Sep 26 '17 02:09 Pillar1989

Hi @Pillar1989,

What image do you need, jessie/stretch, iot/lxqt/etc which board? That whole page got rewritten again, mostly to make things faster..

wget https://rcn-ee.net/rootfs/bb.org/testing/2017-09-01/oemflasher/debian-8.9-oemflasher-armhf-2017-09-01.tar.xz
tar xf debian-8.9-oemflasher-armhf-2017-09-01.tar.xz
cd ./debian-8.9-oemflasher-armhf-2017-09-01

wget https://rcn-ee.net/rootfs/bb.org/testing/2017-09-01/console/bone-debian-8.9-console-armhf-2017-09-01-1gb.img.xz
unxz bone-debian-8.9-console-armhf-2017-09-01-1gb.img.xz
wget https://rcn-ee.net/rootfs/bb.org/testing/2017-09-01/console/bone-debian-8.9-console-armhf-2017-09-01-1gb.img.xz.job.txt
wget https://github.com/RobertCNelson/boot-scripts/raw/master/device/bone/bbg-eeprom.dump

#eeproms: https://github.com/RobertCNelson/boot-scripts/tree/master/device/bone

sudo ./setup_sdcard.sh --img-4gb production-debian-8.9-oemflasher-armhf-2017-09-01 \
--dtb hwpack/beaglebone.conf \
--oem-flasher \
--oem-flasher-script init-eMMC-flasher-from-usb-media.sh \
--oem-flasher-img bone-debian-8.9-console-armhf-2017-09-01-1gb.img \
--oem-flasher-eeprom bbg-eeprom.dump \
--oem-flasher-job bone-debian-8.9-console-armhf-2017-09-01-1gb.img.xz.job.txt

I've also converted the eeprom programming to u-boot, so it'll save 30/45 seconds..

Regards,

RobertCNelson avatar Sep 26 '17 02:09 RobertCNelson

eg: stretch,iot,bbgw image. But oem-flasher sames to be no use BBBlfs(https://github.com/hupster/BBBlfs), How doest it works ? can I flasher Blank eeprom board?

Pillar1989 avatar Sep 26 '17 03:09 Pillar1989