>
> *For workshops and my cape tester setup, I've been trying to get a*
> * BeagleBone Black setup as a BBBlfs host and use udev rules to trigger*
> * flashing when a BeagleBone is attached. Just as I was starting to test*
> * it, I walked up with a big static charge and zapped my cape tester*
> * setup. :(*
>

Ouch !!! Do you by any chance have a worklog of this setup Jason ? I'd be
willing to setup and test this myself. BBBlfs is pretty interesting, but I
was under the impression this was an Android only thing - As per the GSoC
project . . . granted, Android is (sort of ) Linux too . . . I did find the
github project page, the instructions seem complete, but I was more
interested in knowing what you had for a run script off the udev rule
mentioned above.

On Thu, Dec 10, 2015 at 7:42 AM, Jason Kridner <jkrid...@beagleboard.org>
wrote:

> As Robert mentioned, I've also been using the BBBlfs project, which
> provides a USB-based bootloader, to load a kernel plus userspace where
> the eMMC looks like a USB flash drive. Usability across operating
> systems have kept us from pushing BBBlfs out as the default for end
> users where usability and not speed is the main concern.
>
> For production, however, I've heard that some eMMC providers will put
> images onto the eMMC so that they arrived pre-programmed on your dock.
> I'm not sure how cost effective that is.
>
> For workshops and my cape tester setup, I've been trying to get a
> BeagleBone Black setup as a BBBlfs host and use udev rules to trigger
> flashing when a BeagleBone is attached. Just as I was starting to test
> it, I walked up with a big static charge and zapped my cape tester
> setup. :(
>
> I was going to start with a udev rule like this:
>
> SUBSYSTEMS=="usb", ATTRS{idVendor}=="0525", ATTRS{idProduct}=="a4a2",
> ACTION=="add", RUN+="cd /root/BBBlfs/bin && ./usb_flasher"
>
> Next would be to figure out how to disable udisks so that the eMMC
> doesn't get mounted, then use another udev rule with bmaptools to
> trigger the programming.
>
> I'd also put some kind of cron job to download the latest images off
> of http://builds.beagleboard.org to try to make my setup complete.
>
> On Mon, Dec 7, 2015 at 11:09 AM, Lee Armstrong <l...@pinkfroot.com> wrote:
> > Wow that is a sizeable difference, I will create some new SD cards later
> to
> > speed things up! :-)
> >
> > On Monday, December 7, 2015 at 4:07:57 PM UTC, RobertCNelson wrote:
> >>
> >>
> >>
> >> On Mon, Dec 7, 2015 at 9:57 AM, William Hermans <yyr...@gmail.com>
> wrote:
> >>>
> >>> I should also add, that I tested USB read / write speeds a couple years
> >>> ago. Reads were actually slower than NFS, but write were around 20MB/s.
> >>>
> >>> Anyway, we're talking ancient 3.8.x, so perhaps with the newer 4.1.x
> >>> kernels that's been improved ?
> >>
> >>
> >>
> >> I don't have a direct apples to apples comparison.
> >>
> >> The default eMMC flashers use rsync to copy a 'ro' microSD image to the
> >> eMMC
> >>
> >> I did implement a usb based, but that boots off of a microSD, mounts the
> >> usb and flashes the eMMC via bmap-tools, however it's a *.xz compressed
> >> image on the usb drive..  Which slows it down.
> >>
> >> With Jessie, the current 4gb images take about 18:30-ish, with this
> change
> >> we are back to 11:30-ish
> >>
> >>
> >>
> https://github.com/RobertCNelson/boot-scripts/commit/ff8719e152f4464ffc695af3f820883cea29d543
> >>
> >> 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 beagleboard+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 beagleboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to