BTW, 8192 is all mostly tied to fat, which we don't use anymore by default...
https://wiki.linaro.org/WorkingGroups/KernelArchived/Projects/FlashCardSurvey
under: "FAT optimization"
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Feb 14, 2016 11:26 PM, "joelk" <nikst...@gmail.com> wrote:
>
> Hmm ... a lot to absorb. Thanks for your replies.
>
> It's not that I'm so worried about wearing out the uSD card. But I've only just started playing around with the BBB and the Pi and I'm already getting the impression that the BBB is noticeably slower than the Pi at capturing and processing webcam streams. I just didn't want to do anything that would slow it down even more by creating an unnecessary bottleneck in writing images to the uSD.
Nah.. Depends on the USB camera and kernel version... The USB bus on the BBB is very picky..
>
> It didn't occur to me that running off the sd card would be much slower than the eMMC. So maybe a better strategy, when I want to use a different image, would be to save the eMMC to a backup image and flash a new one to the eMMC.
Yes/no.. The emmc has an 8bit interface advantage over the 4bit microsd interface.
But for the price point, the onboard 4gb emmc, is on the cheap side NOT the fastest.
So you can definitely pay and get a faster microsd card.. (Sandisk SDXC 64gb pro's...)
Regards,
Yes/no.. The emmc has an 8bit interface advantage over the 4bit microsd interface.But for the price point, the onboard 4gb emmc, is on the cheap side NOT the fastest.
So you can definitely pay and get a faster microsd card.. (Sandisk SDXC 64gb pro's...)
Regards,
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/
any recent debian/debian-clone..
no virtualization thou...
Regards,
--
Robert Nelson
https://rcn-ee.com/