[beagleboard] Using a BeagleBone as a Kerberos Key Distribution Center

2017-08-09 Thread Greg
Here's the documentation for a project I've been working on:

https://github.com/Greg-R/BeagleBoneKerberosKDC

This is perhaps an unusual application of a BeagleBone.  What it does is 
act as a third-party authentication server in an NFSv4 based network.
The protocol is called Kerberos, which originated at MIT in the 1980s.

I've been running this on my home system for a few months now, and the 
BeagleBone + Debian console distro is a perfect match for this application.
It's a bit unusual for a BeagleBone project, as there is no embedded device 
code, only a complex configuration required!

Regards,
Greg

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e87c17ca-15c7-4678-8e23-7eb685f8879b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Touch on LCD Chipsee (BBB-EXP-C) stopped respond

2017-08-09 Thread Radovan Chovan
The same problem appears with touchpad or even with mouse.
Discussion here: 
https://askubuntu.com/questions/528293/is-there-a-way-to-restart-the-touchpad-driver


Using these commands
xinput disable EP0790M09
xinput enable EP0790M09

input driver for "touch" functionality restarted and then touchscreen 
started respond again.

But, it will be useful, if there is solution with preventing of this touch 
problem.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/5dee8184-7d93-4b8b-9aca-09db0b462514%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] BBB working without emmc chip

2017-08-09 Thread superdare
Hello,

Is it possible to unsolder the emmc memory chip from the board and boot 
only from sd card (always boot from sd) ?
If yes, what resistors should I keep or should I make any changes in the 
board schematics ?

Any help would be appreciated.

Thank you in advance.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/d1a87e47-06f7-45de-bede-4e2476fbe532%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Running bbb without emmc memory chip (physically, unsoldered)

2017-08-09 Thread Super Dare

Yes, of course, with hot-air and with very much attention. I don't know 
exactly if I need to make any changes to the board schematics, to boot 
without problems from sd card.


On Tuesday, August 8, 2017 at 4:23:56 PM UTC+3, Przemek Klosowski wrote:
>
> are you aware that the eMMC chip is a ball-grid package? It's possible to 
> unsolder it, of course, with skill and hot-air repair station. I am not 
> sure if the boot sequence stops on failing to detect the eMMC presence ; I 
> suspect it's possible to force the SD boot using the usual keypresses that 
> work with eMMC present.
>
> On Mon, Aug 7, 2017 at 4:03 PM, > wrote:
>
>> Hello,
>>
>> Is there any way to physically extract the emmc memory chip and boot 
>> successfully the Angstrom linux distribution just/only from microSD card ?
>>
>> Do you have any advice for this problem ?
>>
>> Thank you in advance.
>>
>> -- 
>> 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 .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/beagleboard/113c5509-d42a-477f-9d63-788a84bad3bf%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/44db161f-5c95-4b5e-922b-1df67fe0a350%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] JTAG Debugging - 2 Code Composers on the Same Machine - One under Ubuntu - The Other under Windows

2017-08-09 Thread Jeff Andich
Hi,

We're not yet able to setup Ubuntu native on PC's at work, so we're using 
Ubuntu under VBOX.

I'm attempting to do JTAG debugging via CCS 7.2 to the BB-X15/am572xEVM, 
but when I run CCS in debug mode under an Ubuntu/VirtualBox, CCS hangs. 
 I'm able to view registers on the A15_0 core, but I haven't been able to 
successfully load u-boot-spl.bin built in CCS on Ubuntu.  When I load, CCS 
never comes back, and I haven't been able to specify the "load address" for 
the SPL.  From what I understand from reading an older version of TI's CCS 
wiki, JTAG debugging doesn't work well through a virtual machine.

So I'm trying a strange approach:  2, CCS 7.2 installations on the same 
machine, 1 under the Ubuntu VM to build the SPL in Linux and another under 
Windows to manage the JTAG debugging process (e.g. load u-boot-spl.bin via 
JTAG, view memory, step, etc).  But I'm having some issues using a 
Windows/VBOX shared folder to contain the u-boot tree so that both the 
Windows and Ubuntu CCS's can look at the same tree/project.

Has anyone on this forum successfully tried this kind of thing before or 
are there obvious reasons why this is a bad idea??  

I think the person in the following thread may have tried something like 
this??

https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/117880?tisearch=e2e-quicksearch&keymatch=virtualbox%20shared%20folder

I may post up on TI/E2E, but we're working with the BB-X15 image, not the 
TI SDK image.  I'll try to annotate this thread with any useful information 
that's thrown our way.

Thanks!!

Jeff

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/5f061151-4d0a-4633-b601-767a32a9c47b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] JTAG Debugging - 2 Code Composers on the Same Machine - One under Ubuntu - The Other under Windows

2017-08-09 Thread William Hermans
If you're serious about your work. Buy a cheap laptop, and install Ubuntu
on it.

On Wed, Aug 9, 2017 at 6:23 AM, Jeff Andich  wrote:

> Hi,
>
> We're not yet able to setup Ubuntu native on PC's at work, so we're using
> Ubuntu under VBOX.
>
> I'm attempting to do JTAG debugging via CCS 7.2 to the BB-X15/am572xEVM,
> but when I run CCS in debug mode under an Ubuntu/VirtualBox, CCS hangs.
> I'm able to view registers on the A15_0 core, but I haven't been able to
> successfully load u-boot-spl.bin built in CCS on Ubuntu.  When I load, CCS
> never comes back, and I haven't been able to specify the "load address" for
> the SPL.  From what I understand from reading an older version of TI's CCS
> wiki, JTAG debugging doesn't work well through a virtual machine.
>
> So I'm trying a strange approach:  2, CCS 7.2 installations on the same
> machine, 1 under the Ubuntu VM to build the SPL in Linux and another under
> Windows to manage the JTAG debugging process (e.g. load u-boot-spl.bin via
> JTAG, view memory, step, etc).  But I'm having some issues using a
> Windows/VBOX shared folder to contain the u-boot tree so that both the
> Windows and Ubuntu CCS's can look at the same tree/project.
>
> Has anyone on this forum successfully tried this kind of thing before or
> are there obvious reasons why this is a bad idea??
>
> I think the person in the following thread may have tried something like
> this??
>
> https://e2e.ti.com/support/development_tools/code_
> composer_studio/f/81/t/117880?tisearch=e2e-quicksearch&
> keymatch=virtualbox%20shared%20folder
>
> I may post up on TI/E2E, but we're working with the BB-X15 image, not the
> TI SDK image.  I'll try to annotate this thread with any useful information
> that's thrown our way.
>
> Thanks!!
>
> Jeff
>
> --
> 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.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/beagleboard/5f061151-4d0a-4633-b601-767a32a9c47b%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CALHSORpdoi4VaLaJq1-QwU3GkyND-B%3Drr3qWy3yy%2Bz-fmqH4ZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Remove the TPS65217 driver from the custom built kernel

2017-08-09 Thread Angelo Fares Menhem


Hey Guys,

The problem of using a LiIon battery to allow BeageBone boards to orderly 
shutdown is object of several posts here. 


In my particular case I just want to use the battery power to allow 
shutdown and disconnect the battery from the power path at the end of power 
down sequence to work around the problem of VSYS being kept with 4,1 V 
causing VDD_3V3A to set to around 0,8V.


As I don't intend to run on battery nor on USB, I came up with this 
solution and I would like to have your thoughts in why it didn't work 


The whole idea is to connect the battery in the USB input of the PMIC 
(instead of BAT terminal) allowing battery power to be 
connected/disconnected using power path control bit D4 in the Power Path 
Control Register (PPATH). With this I can change the shutdown routine of 
the OS to disconnect the battery power from VSYS  just at the end of the 
power off cycle, before issuing the POWER_EN Signal.


As the battery still needs to be charged, my idea is to connect BAT SENSE 
to the battery (+) and connect BAT to BAT SENSE via a low Vf diode in order 
to prevent the battery from supplying the original power path. It should 
work because the charging cycle tests the battery presence sending a small 
current to it and sensing the voltage (via BAT SENSE I suppose). Naturally 
TS is supposed to be connect do a 10K resistor to ground.


However, it didn't work! PMIC just didn't turn on when AC input is connect 
to a suitable  5V power supply.


Below is the circuit:





Does someone can explain why not?

Best regards

 

 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/815c2d34-15d5-4665-bacb-ada4144ef5ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: My overlay can't find clk_mcasp0

2017-08-09 Thread Mike Davis
I have the same issue.
I am running kernel debian with kernel 4.4.52-bone16
I pulled down RobertCNelson's dtb-rebuilder from 
https://github.com/RobertCNelson/dtb-rebuilder 
,
 
branch 4.4.x and rebuilt all the arm dtbs and installed them.
Then added then updated my *base* dtb, which 
is am335x-boneblack-emmc-overlay.dtb with the clock definitions 
in am335x-boneblack-audio.dts, 
as per 
https://github.com/RobertCNelson/dtb-rebuilder/blob/4.1-ti/src/arm/am335x-boneblack-audio.dts#L17-L28
 


Reboot, then install the audio: sudo sh -c "echo BB-BONE-AUDI-02 > 
/sys/devices/platform/bone_capemgr/slots"

All seems ok in dmesg:
[  411.768801] bone_capemgr bone_capemgr: part_number 'BB-BONE-AUDI-02', 
version 'N/A'
[  411.768866] bone_capemgr bone_capemgr: slot #4: override
[  411.774250] bone_capemgr bone_capemgr: Using override eeprom data at 
slot 4
[  411.774295] bone_capemgr bone_capemgr: slot #4: 'Override Board 
Name,00A0,Override Manuf,BB-BONE-AUDI-02'
[  411.811080] bone_capemgr bone_capemgr: slot #4: dtbo 
'BB-BONE-AUDI-02-00A0.dtbo' loaded; overlay id #0

but speaker-test and aplay both fail with:
[ 2632.788052] davinci-mcasp 48038000.mcasp: stream has more channels (2) 
than are enabled in mcasp (0)
[ 2632.788110] davinci-mcasp 48038000.mcasp: ASoC: can't set 48038000.mcasp 
hw params: -22


On Wednesday, July 19, 2017 at 12:21:09 PM UTC-4, engka...@gmail.com wrote:
>
> This might be an old thread but I got a question. I was able to compile 
> and load the modified device tree. I then loaded my overlay for the audio. 
> I built this circuit base from http://elinux.org/CircuitCo:Audio_Cape_RevB. 
> The only difference with mine is that I am using I2C1. I can see the it is 
> using address 0x18 dmesg has:
> [  135.176315] asoc-simple-card sound: tlv320aic3x-hifi <-> 48038000.mcasp 
> mapping ok
>
> However, when I call on the speaker-test, this error appears: 
>
>
> Unable to set hw params for playback: Invalid argument
> Setting of hwparams failed: Invalid argument
>
> Checking dmesg:
> [  617.051387] davinci-mcasp 48038000.mcasp: stream has more channels (2) 
> than are enabled in mcasp (0)
> [  617.051781] davinci-mcasp 48038000.mcasp: ASoC: can't set 
> 48038000.mcasp hw params: -22
>
> Has anyone encountered the same problem?
>
>
>
>
> On Monday, April 4, 2016 at 5:48:01 PM UTC+8, Rick M wrote:
>>
>> I'm trying to get my audio cape to work (which is nearly identical to the 
>> cape that was available for sale). I've had it working to some level of 
>> success with past kernels (3.1.18), but now I'm on 4.4.6. My existing DTS 
>> didn't work, so I'm looking at how the BB-BONE-AUDI-02 DTS is written. 
>>
>> One of the differences is that it doesn't explicitly call out the McASP 
>> clock frequency like the older one did. Instead, it seems to refer to 
>> clk_mcasp0. But when I copy the same code into my DTS, I get: 
>>
>> [  103.180866] of_resolve_phandles: Could not find symbol 'clk_mcasp0' 
>> [  103.187269] bone_capemgr bone_capemgr: slot #4: Failed to resolve tree 
>>
>> I found it defined by grepping /boot/dtbs. It's in 
>> /boot/dtbs/4.4.6-bone-rt-r6/am335x-abbbi.dtb. Where can I find the source 
>> files for these DTBs? 
>>
>> Is this dtb part of what's loaded by default in 4.4.6-bone-rt-r6? If not, 
>> can I copy the definition into my 
>>
>> FWIW, here's my DTS and some output from dmesg: 
>> http://pastebin.com/niDkWdWV 
>>
>> Thanks, 
>>
>>
>> -- 
>> Rick Mann 
>> rm...@latencyzero.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/6bf53a99-ed73-4fd4-a379-d5f4f27aae93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: JTAG Debugging - 2 Code Composers on the Same Machine - One under Ubuntu - The Other under Windows

2017-08-09 Thread Jeff Andich

Trying to get IT to allow me to put Ubuntu native on a corporate PC. 
 Another guy higher up the food chain told me to just try booting an 
existing desktop PC with an Ubuntu USB stick... 

Also, someone just loaned me a laptop with Windows 10, and I've got an 
Ubuntu bash shell up from the Windows Linux Subsystem/Ubuntu bash shell. 
 Am going to try installing Xming, CCS, the JTAG drivers, and see if 
Windows 10 will allow CCS to talk to the debug probe and to the target... 
 This could be worse than the virtual machine idea


Thanks!  jeff


On Wednesday, August 9, 2017 at 12:57:15 PM UTC-5, Dennis Lee Bieber wrote:

> On Wed, 9 Aug 2017 09:39:16 -0700, William Hermans 
> > declaimed the following: 
>
> >If you're serious about your work. Buy a cheap laptop, and install Ubuntu 
> >on it. 
> > 
> >On Wed, Aug 9, 2017 at 6:23 AM, Jeff Andich  > wrote: 
> > 
> >> Hi, 
> >> 
> >> We're not yet able to setup Ubuntu native on PC's at work, so we're 
> using 
> >> Ubuntu under VBOX. 
> >> 
>
> I have a suspicion that all "at work" computers must be supplied 
> by IT, 
> with a corporate standard load of software; use of personally owned 
> equipment could be a disciplinary event. 
> -- 
> Wulfraed Dennis Lee Bieber AF6VN 
> wlf...@ix.netcom.com HTTP://wlfraed.home.netcom.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/eaddcca1-c16a-4b63-aff0-8b06291a80f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] JTAG Debugging - 2 Code Composers on the Same Machine - One under Ubuntu - The Other under Windows

2017-08-09 Thread 'Mark Lazarewicz' via BeagleBoard
Don't you want to load the output generated with debug info not the .bin? I've 
used a lauterbach emulator to load uboot for source level debugging. You need 
to point to source tree where you built uboot. If I recall correctly we used a 
dual boot Ubuntu machine at work. We built in Ubuntu and used CCS in windows 
and had a mount to a shared partition. At that time uboot debugging was 
possible in linux but I believe we had the linux drivers for the jtag from 
either TI or Lauterbach. I think using a virtual machine your gonna have issues

Sent from Yahoo Mail on Android 
 
  On Wed, Aug 9, 2017 at 8:23 AM, Jeff Andich wrote:   
Hi,
We're not yet able to setup Ubuntu native on PC's at work, so we're using 
Ubuntu under VBOX.
I'm attempting to do JTAG debugging via CCS 7.2 to the BB-X15/am572xEVM, but 
when I run CCS in debug mode under an Ubuntu/VirtualBox, CCS hangs.  I'm able 
to view registers on the A15_0 core, but I haven't been able to successfully 
load u-boot-spl.bin built in CCS on Ubuntu.  When I load, CCS never comes back, 
and I haven't been able to specify the "load address" for the SPL.  From what I 
understand from reading an older version of TI's CCS wiki, JTAG debugging 
doesn't work well through a virtual machine.
So I'm trying a strange approach:  2, CCS 7.2 installations on the same 
machine, 1 under the Ubuntu VM to build the SPL in Linux and another under 
Windows to manage the JTAG debugging process (e.g. load u-boot-spl.bin via 
JTAG, view memory, step, etc).  But I'm having some issues using a Windows/VBOX 
shared folder to contain the u-boot tree so that both the Windows and Ubuntu 
CCS's can look at the same tree/project.
Has anyone on this forum successfully tried this kind of thing before or are 
there obvious reasons why this is a bad idea??  
I think the person in the following thread may have tried something like this??
https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/117880?tisearch=e2e-quicksearch&keymatch=virtualbox%20shared%20folder

I may post up on TI/E2E, but we're working with the BB-X15 image, not the TI 
SDK image.  I'll try to annotate this thread with any useful information that's 
thrown our way.
Thanks!!
Jeff

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/5f061151-4d0a-4633-b601-767a32a9c47b%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1437773405.855330.1502313487742%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Job offer for JBPM Consultant at Dallas, TX

2017-08-09 Thread Chaitanya Puvvada
Hi,

Hope you are doing great,
My Self,* Chaitanya* from R2 Technologies. We have a requirement for "*JBPM
Consultant *“at *Dallas, TX*. Please review the Job description below and
if you’d like to pursue this, please include a word copy of your latest
resume along with a daytime phone number and rate in your response. You can
also reach me at *470-242-7345 Ex-304*, Drop the suitable profiles on
*cha...@r2techcorp.com
*.



*Position: JBPM Consultant *

*Location: Dallas, TX*

*Contract: Long Term*



* Must have*



   - 8+ years in IT sector
   - 3+ years’ experience with jBPM
   - Implementing Business Processes on jBPM and designing integrated
   solution using jBPM as a middleware.
   - Experience defining & modeling BPMN 2.0 based Business processes on
   jBPM platform
   - Familiar with the forms design & development that's offered in the
   jBPM product.
   - Java based web-services & service tasks and batch oriented automation.
   - Experience working with Rule engines like Drools/JBoss BRMS
   - Java/J2EE Client/Server architecture and development  (Java, JBoss,
   Teiid)
   - Experience on Web Services Development including (REST/SOAP, WSDL/XML,
   and JSON)



*Nice to have:*

   - Experience in the MEAN stack, JavaScript, CSS, Bootstrap, JQuery  etc.
   is definitely a plus
   - Exposure to Continuous Integration, using tools like GIT (or
   equivalent Version Control System) and Jenkins (or equivalent) for change,
   Release & deployment of software packages on a distributed SOA environment
   is a strong plus
   - Understanding of Agile design, development and delivery concepts



Thanks,

*Chaitanya*

*Technical Recruiter*

Desk:*470-242-7345 Ex-304*

*cha...@r2techcorp.com *

Office: 248-522-7855 |Fax: (248) 479-5559
*R2 Technologies*

6515 Shiloh Rd, Unit 110, Alpharetta,GA 30005

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CACteqcOEs3MgVqH8VT1Py6bPn3HQ%2BpbKhXoFFdyasXzPeMjmKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] JTAG Debugging - 2 Code Composers on the Same Machine - One under Ubuntu - The Other under Windows

2017-08-09 Thread Jeff Andich
Thank you!

Yes, I would think symbols would need to be included to break on functions, 
but I believe the video I watched (TI board port series modules 6,7) 
specified to load the bin file after switching CCS into debug mode.. When I 
get a native linux machine setup, I'll be able to report back. Going to try 
that tomorrow, but then there's that corporate network thing...


On Wednesday, August 9, 2017 at 4:22:24 PM UTC-5, lazarman wrote:

> Don't you want to load the output generated with debug info not the .bin? 
> I've used a lauterbach emulator to load uboot for source level debugging. 
> You need to point to source tree where you built uboot. If I recall 
> correctly we used a dual boot Ubuntu machine at work. We built in Ubuntu 
> and used CCS in windows and had a mount to a shared partition. At that time 
> uboot debugging was possible in linux but I believe we had the linux 
> drivers for the jtag from either TI or Lauterbach. I think using a virtual 
> machine your gonna have issues
>
> Sent from Yahoo Mail on Android 
> 
>
> On Wed, Aug 9, 2017 at 8:23 AM, Jeff Andich
> > wrote:
> Hi,
>
> We're not yet able to setup Ubuntu native on PC's at work, so we're using 
> Ubuntu under VBOX.
>
> I'm attempting to do JTAG debugging via CCS 7.2 to the BB-X15/am572xEVM, 
> but when I run CCS in debug mode under an Ubuntu/VirtualBox, CCS hangs. 
>  I'm able to view registers on the A15_0 core, but I haven't been able to 
> successfully load u-boot-spl.bin built in CCS on Ubuntu.  When I load, CCS 
> never comes back, and I haven't been able to specify the "load address" for 
> the SPL.  From what I understand from reading an older version of TI's CCS 
> wiki, JTAG debugging doesn't work well through a virtual machine.
>
> So I'm trying a strange approach:  2, CCS 7.2 installations on the same 
> machine, 1 under the Ubuntu VM to build the SPL in Linux and another under 
> Windows to manage the JTAG debugging process (e.g. load u-boot-spl.bin via 
> JTAG, view memory, step, etc).  But I'm having some issues using a 
> Windows/VBOX shared folder to contain the u-boot tree so that both the 
> Windows and Ubuntu CCS's can look at the same tree/project.
>
> Has anyone on this forum successfully tried this kind of thing before or 
> are there obvious reasons why this is a bad idea??  
>
> I think the person in the following thread may have tried something like 
> this??
>
>
> https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/117880?tisearch=e2e-quicksearch&keymatch=virtualbox%20shared%20folder
>
> I may post up on TI/E2E, but we're working with the BB-X15 image, not the 
> TI SDK image.  I'll try to annotate this thread with any useful information 
> that's thrown our way.
>
> Thanks!!
>
> Jeff
>
> -- 
> 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 .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/beagleboard/5f061151-4d0a-4633-b601-767a32a9c47b%40googlegroups.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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/aba9cd4a-6def-4b6e-9b97-7fa28ff6cd1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-09 Thread Mala Dies
Hello,

I know I have bugged the community with issues pertaining to my TMP36 
sensor and its technology and the BBB (and all variants "sometimes 
including Capes").

Here goes:

...cough.

Um, Why would I attach a male to male lead from 3.3v on the BBB to GND on 
the TMP36 sensor?

Easier:

*BBB* (3.3v) or P9_03 *to **TMP36* (GND) or Pin 3

I think this is my question. Please try to answer with some type of 
understanding for me.

Seth

P.S. I have found some more items regarding this TMP36 sensor, i.e. like 
why I am attaching the lead to the BBB on GND_ADC to TMP36 on Pin 1? I 
found the info. to the TMP36 sensor 
at 
http://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf.
 
Anyway, if you have time one day, please try to make me understand. I 
thought GND goes to GND with the lead for some reason. 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/87a1910c-ccfe-4d6a-b55d-99a7041e8dba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-09 Thread Mala Dies
Hello Again,

Seth here. Um, *node* is not found on my version of stretch. I just tried 
to run a .js file on the BBB and it replied to me saying that *sudo: node: 
is not a known command*. What gives? Does anyone have an idea as to what is 
happening?

Seth

P.S. Should I get a new *node* version?

On Wednesday, August 9, 2017 at 8:47:22 PM UTC-5, Mala Dies wrote:
>
> Hello,
>
> I know I have bugged the community with issues pertaining to my TMP36 
> sensor and its technology and the BBB (and all variants "sometimes 
> including Capes").
>
> Here goes:
>
> ...cough.
>
> Um, Why would I attach a male to male lead from 3.3v on the BBB to GND on 
> the TMP36 sensor?
>
> Easier:
>
> *BBB* (3.3v) or P9_03 *to **TMP36* (GND) or Pin 3
>
> I think this is my question. Please try to answer with some type of 
> understanding for me.
>
> Seth
>
> P.S. I have found some more items regarding this TMP36 sensor, i.e. like 
> why I am attaching the lead to the BBB on GND_ADC to TMP36 on Pin 1? I 
> found the info. to the TMP36 sensor at 
> http://www.analog.com/media/en/technical-documentation/data-sheets/TMP35_36_37.pdf.
>  
> Anyway, if you have time one day, please try to make me understand. I 
> thought GND goes to GND with the lead for some reason. 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/8aa8fe30-4d72-4a15-b84c-3611d6ddaa05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-09 Thread Robert Nelson
On Wed, Aug 9, 2017 at 8:53 PM, Mala Dies  wrote:
> Hello Again,
>
> Seth here. Um, node is not found on my version of stretch. I just tried to
> run a .js file on the BBB and it replied to me saying that sudo: node: is
> not a known command. What gives? Does anyone have an idea as to what is
> happening?

"nodejs"

(in debian an older binary package had already used the binary "node" name..)

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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYix%2BnZ8MCwYKgOBm%3DcAq6wL7%2Bzp-aLMii-Z2wSnCk_RmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-09 Thread Mala Dies
Thank you sir.

Seth

On Wednesday, August 9, 2017 at 9:21:43 PM UTC-5, RobertCNelson wrote:
>
> On Wed, Aug 9, 2017 at 8:53 PM, Mala Dies > 
> wrote: 
> > Hello Again, 
> > 
> > Seth here. Um, node is not found on my version of stretch. I just tried 
> to 
> > run a .js file on the BBB and it replied to me saying that sudo: node: 
> is 
> > not a known command. What gives? Does anyone have an idea as to what is 
> > happening? 
>
> "nodejs" 
>
> (in debian an older binary package had already used the binary "node" 
> name..) 
>
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/feb9a799-4e5e-4012-a4af-a00d362ff9e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: "What Was I Thinking" and Learning How Sensors Might Work/Seth

2017-08-09 Thread 'Roberts Maria' via BeagleBoard


On Thu, 8/10/17, Mala Dies  wrote:

 Subject: Re: [beagleboard] Re: "What Was I Thinking" and Learning How Sensors 
Might Work/Seth
 To: "BeagleBoard" 
 Cc: fun...@gmail.com
 Date: Thursday, August 10, 2017, 5:26 AM
 
 Thank you
 sir.
 Seth
 
 On Wednesday, August 9, 2017
 at 9:21:43 PM UTC-5, RobertCNelson wrote:On Wed, Aug 9, 2017 at 8:53 PM,
 Mala Dies  wrote:
 
 > Hello Again,
 
 >
 
 > Seth here. Um, node is not found on my
 version of stretch. I just tried to
 
 > run a .js file on the BBB and it
 replied to me saying that sudo: node: is
 
 > not a known command. What gives? Does
 anyone have an idea as to what is
 
 > happening?
 
 
 
 "nodejs"
 
 
 
 (in debian an older binary package had
 already used the binary "node" name..)
 
 
 
 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.
 
 To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/feb9a799-4e5e-4012-a4af-a00d362ff9e9%40googlegroups.com.
 
 For more options, visit https://groups.google.com/d/optout.
 onnationalista si a conclus un regim neostalinist  caracterizat printr-o 
represiune politica si politieneasca rar intalnita in Europa contemporana.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/2093698179.863824.1502335220907%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Voltage Range 5V +/-

2017-08-09 Thread Fohnbit
Hello,

which Range is supported at the USB and power jack input?
5V or cource ... but in which range before the board will be damaged?
4.5 - 5.5V ?

Thank you!

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/1463e147-f648-4b3e-92ca-71a55dd85bd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.