I want to follow up on this post in the event that someone else is
experiencing the same problem.
I implemented a USB power switch as shown in the below schematic. I have
not seen a recurrence of the hot CPU problem after much testing. The 3G
modem and software have been working perfectly.
One
Thank you for the reply. The drawing is very helpful.
I noticed that P1.03 EN blinks high, then low, then high again after a
couple seconds. I assume that this is not a problem for the power switch.
I'll be checking this further after I get my hands on the component.
--
For more options, visi
Thank you for your comments. It seems I must revise the design for the
power. It's a bit out of my area of knowledge so will need to do some
research.
The Beaglebone Black has always worked perfectly for my application but the
PocketBeagle does not have the same USB socket available so I wired
One further note, during today's test, the temperature returned to normal
after restarting the bonescript only. I did not cycle power. The script
controls wvdial to connect the 3G Modem. One theory is that there is some
state between the CPU and modem that makes the CPU run hot and this is
r
I'm using the PocketBeagle in one of my projects and have noticed 5 times
out of maybe 100 that the CPU runs very hot, enough to burn my fingers.
Running the TOP command, I see nothing using more that 1% CPU usage. When I
cycle the power, the temperature returns to normal. I'm concerned that it
Hello everyone,
I am using a BeagleBone Black to interface between a weather station and
radio modem. I am using two USB to serial converters and am experiencing
USB system crashes which I have not yet been able to solve. I am thinking
there may be some type of a conflict with the drivers when
The python module in pyserial is called serial, so no mystery there.
To run a version of pip for your python3.4 you can use "python3 -m pip [pip
args]".
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups
"Bea
We've been running with the new bootloader for a few days and it seems like
updating the bootloader did the trick! Thank you!
On Monday, February 6, 2017 at 2:19:43 PM UTC-7, RobertCNelson wrote:
>
> On Mon, Feb 6, 2017 at 3:09 PM, Brett >
> wrote:
> > I am using 2
I am using 2014.01. Do we know what version this bug was introduced with?
On Monday, February 6, 2017 at 1:58:47 PM UTC-7, RobertCNelson wrote:
>
> On Mon, Feb 6, 2017 at 12:52 PM, Brett >
> wrote:
> > Hey guys, our product based on the beaglebone black is experiencing an
>
I forgot to mention that I am setting the resolution via kernel command
line "video=HDMI-A-1:1024x768@60". The monitor settings do report the same
resolution.
On Monday, February 6, 2017 at 12:59:19 PM UTC-7, Brett wrote:
>
> When in the shifted state I have tried:
>
>
clock is 140MHz
#Not giving standard mode: 1152x864, 75Hz
#Not giving standard mode: 1280x960, 75Hz
Modeline"Mode 0" 108.00 1280 1328 1440 1688 1024 1025 1028
1066 +hsync +vsync
EndSection
On Monday, February 6, 2017 at 11:52:00 AM UTC-7, Brett wrote:
>
tructions don't work (I couldn't make them work without manually editing
parts of SGX, maybe I did something wrong).
On Dec 28, 2016 17:57, "Robert Nelson" wrote:
On Wed, Dec 28, 2016 at 5:23 PM, Brett wrote:
>
> Hello, I have a beaglebone black that I am building a k
Hello, I have a beaglebone black that I am building a kernel for. I've
found 5 or so different locations to get a kernel from but I am having
trouble figuring out which one to use. My primary concern is stability, SGX
acceleration and a fairly quick boot time. I've already built busybox and a
I think your device tree overlay is not quite right, I see P8.11 set as
mode 6 with internal pull down, but you've set exclusive use on P8.12.
I usually use
http://kilobaser.com/blog/2014-07-28-beaglebone-black-devicetreeoverlay-generator
to look up pinmux settings because it's easier and less
http://elinux.org/EBC_Exercise_30_PRU_via_remoteproc_and_RPMsg is the best
summary I've found for the remoteproc method and it definitely answered
some questions that I didn't see anywhere else I looked. Definitely works
on 4.4.23-ti-r52.
--
For more options, visit http://beagleboard.org/discu
I know you've solved it or moved on but "inversed" is the secret word
you're looking for. Took a bunch of digging through source & guessing to
find it, maybe I can save somebody else the headache if they happen to find
this thread.
On Saturday, June 4, 2016 at 3:14:10 PM UTC-4, Vik wrote:
>
>
>
Hi there, I just encountered the same issue and had the same wget error
response after trying the suggested /etc/hosts fix then running opkg
update. Did you ever find a solution to this?
On Friday, December 27, 2013 at 4:09:41 AM UTC-5, frsal...@gmail.com wrote:
>
> Hi, Could I receive some adv
What's the news on the X15?
Do we know the Delivery date or Cost?
Estimates?
b\375
--
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
It appears that the USB3.0 port goes directly to the hub, so we will not be
able to use it as a gadget. However, it does look like the we can use one
or two of the USB2.0 ports as gadget/peripheral ports.
The processor looks like it has support, but the BBX15 would need to be
able to disconne
Will the X15 allow usb to run in peripheral mode?
On the Raspberry PI, USB is tied directly to a hub, so there's no way (
I've heard of ), to run it in 'gadget or peripheral' mode, even though the
CPU does support device mode. Will the X15 have this issue?
Is this true of both the USB2.0 and
You will need to reinstall everything after updating the image. Knowing
it's a version issue though, you may be able to update the Cloud9 package
on your machine and it might solve the problem. I'm not sure how this is
done though. Check the Cloud9 docs.
On Tue, May 26, 2015 at 12:00 AM, Rick Biss
I was trying to set up my BBB to automount a USB drive, so I edited the
/etc/fstab file, adding this line:
/dev/sda1 /media/disk1 vfatauto,umask=0 0 0
I forgot to create the mount directory, so when I try reboot the BBB, the
thing just hangs. I can't get a console nor
aha, yes, that's it!
in this file:
/etc/systemd/system/getty.target.wants/getty@tty1.service
Change this line:
ExecStart=-/sbin/agetty %I 38400
to:
ExecStart=-/sbin/agetty -a debian %I 38400
autologin!
On Monday, July 14, 2014 1:27:38 PM UTC-5, cody wrote:
>
> If you are using systemd you m
I have a few beaglebone blacks that I want to automatically log in to a
console at boot. I have successfully gotten one of them to do this, but I
cannot remember for the life of me how I did it. Well, I remember how to
disable lightdm so that it has to be started manually by typing 'startx'
fro
41000
pvrsrvkm 179069 1 omaplfb, Live 0xbf00 (O)
All the demos appear to run fine.
On Friday, March 28, 2014 12:41:51 PM UTC-6, Brett wrote:
>
> I am having trouble getting the SGX libs to work properly with kernel 3.13
> from https://github.com/RobertCNelson/linux-dev. I did
I am having trouble getting the SGX libs to work properly with kernel 3.13
from https://github.com/RobertCNelson/linux-dev. I did have to modify
sgx_build_modules.sh to enable FBDEV, my requirements are no X. The first
sign of trouble is during the build of the SGX libs I am seeing this
warning
lit with COLOUR DOWNSAMPLING from ARGB to RGB565
> and then present the RGB565 to the bottom right quadrant of the screen
> (bottom right quadrant should be a red gradient):
> OK
> OK
> OK
> OK
> Free the off screen surfaces:
> OK
> OK
> OK
> OK
> Dest
e dtb file was causing the boot issue. See RCN's comment
in
https://groups.google.com/forum/#!category-topic/beagleboard/beagleboard-xm/V2WeJrX4zXY
On Wednesday, March 5, 2014 4:15:49 PM UTC-7, Brett wrote:
>
> I had some success with the 3.7.x kernel and the SGX libraries! However I
Makes sense, thanks very much for commenting on this. I will keep my
uEnv.txt the way it is and ignore the dtb files.
On Tuesday, March 11, 2014 4:14:46 PM UTC-6, RobertCNelson wrote:
>
> On Tue, Mar 11, 2014 at 4:33 PM, Brett >
> wrote:
> > I am having trouble getting my
I am having trouble getting my Beagleboard-xm to boot when
the omap3-beagle-xm.dtb is loaded by u-boot
Best I can tell, u-boot loads the kernel and the dtb file successfully but
boot locks up with "Waiting for root device /dev/mmcblk0p2..."
There are a number of things in the boot log that look
).
I might be able to continue using 11.10 but if at all possible we would
like update. Can you suggest a version that is more likely to work?
Thanks for your help.
On Wednesday, March 5, 2014 12:06:29 PM UTC-7, RobertCNelson wrote:
>
> On Wed, Mar 5, 2014 at 1:00 PM, Brett >
> wrote
Hello,
I am trying to get a BBXM running with the SGX libraries. The requirements
of my project are to run an EGL2 application without an X11 server. I've
followed the steps on http://elinux.org/BeagleBoardUbuntu without success.
Using Ubuntu 13.10 built kernel version 3.13.5-armv7-x11 but I g
32 matches
Mail list logo