Google-Apps
Hauptmenü

Post a Comment On: Ken Shirriff's blog

"Hands-on with the PocketBeagle: a $25 Linux computer with lots of I/O pins"

11 Comments -

1 – 11 of 11
Blogger Spacewolf Jr. said...

Thanks Ken, I always appreciate and value your expert opinion.

December 3, 2017 at 1:21 PM

Blogger Unknown said...

Thanks Ken! One comment though: on the Mac, you don't have to perform an erase disk. The last line containing dd alone would be good enough as dd overwrite the entire volume. Also, it'd be way faster using raw disk (rdiskXXX instead of diskXXX). Therefore, below are enough to umount, erase & write the image to the SD card on a Mac (note the r in rdiskXXX in of of dd) :

diskutil umountdisk /dev/diskXXXs1
xzcat *.xz | sudo dd of=/dev/rdiskXXX bs=4m

December 6, 2017 at 7:01 PM

Blogger Bob Cochran said...

I want to express my thanks as well. I just purchased a PocketBeagle and I'm finding this post to be an excellent practical help in getting started with it. I greatly appreciate your posting the references to the Sitara AM3358.

December 9, 2017 at 8:09 AM

Blogger Dr.Tune said...

I've been seduced by Allwinner H3-based linux boards (e.g. Orange Pi; so cheap! so many options!) but there's always been something deeply seductive about the PRCs on the TI chips... Thanks for the heads-up; $25 is a decent price

December 15, 2017 at 4:30 PM

Blogger Paul McJones said...

I believe the URL for the reference manual should be http://www.ti.com/lit/ug/spruh73p/spruh73p.pdf rather than http://www.ti.com/lit/ug/spruh73n/spruh73n.pdf.

December 29, 2017 at 12:06 PM

Blogger Ken Shirriff said...

Thanks, Paul. Apparently TI handles versioning for their documents by breaking all the old links.

December 29, 2017 at 4:36 PM

Anonymous Greg Sheridan said...

If you use this link http://www.ti.com/lit/pdf/SPRUH73 It will always give you the latest version.

January 5, 2018 at 6:56 AM

Blogger Daniel Escasa said...

FedEx man came in just before lunch with my PocketBeagle. Fast forward to booting in the Beagle with a fresh Debian image. The START.HTM page says you can browse to http://beaglebone.local — turns out I could use the same address for SSH, i.e, ssh beaglebone.local. Shouldn't need to choose either 192.168.7.2 or 192.168.6.2 depending on your OS

January 16, 2018 at 6:40 AM

Blogger Unknown said...

Thanks for the information Ken - a great and informative read
Cheers
Michael

February 5, 2018 at 1:09 AM

Blogger carlostg said...

Hello,

Is it possible to add RAM to the motherboard?.

I' like having 4 GB motherboard RAM.

Regards,
Carlos

February 5, 2018 at 10:19 AM

Blogger Hunter said...

Thanks for your great Beagle Bone information! Your posts on the PRU in particular have helped me get an application using them up and running. What are your thoughts on the new remoteproc interface vs. the older UIO interface? I found that even though the remoteproc interface seems to be what TI recommends now, using the older UIO interface and writing everything in assembly actually turned out to be less of a headache in my case. Also, do you know if the C compiler work with the older UIO interface or just remoteproc?

Thanks,
-Hunter

August 8, 2019 at 12:30 PM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot