[beagleboard] Writing debian image in to eMMC of board without using micro sd card

2019-07-08 Thread Megha Bhirade
Hi, i want to write Debian image to the eMMc of beagle bone black without using micro SD card after downloading the image how i can write the that Debian image to eMMc ?? is any other method is there... help me for this??? -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Re: librobotcontrol

2019-07-08 Thread Mala Dies
Hello Again, so: sudo dpkg-reconfigure librobotcontrol make sure you make it work on boot by selecting YES on the prompt. Seth P.S. Now, you can use their software w/out compiling it. So, for version, you would type: rc_version. And...for blinking the LED, use rc_blink. On Monday, July 8,

[beagleboard] Re: librobotcontrol

2019-07-08 Thread Matthijs van Duin
On Sunday, 7 July 2019 20:44:21 UTC+2, Steven Coddington wrote: > > just installed (again) latest image. got Strawson librobotics in a > directory. tried to run rc_blink.c and got following message: > > Compiling /var/lib/cloud9/sandbox/librobotcontrol/examples/src/rc_blink.c > ... > cc

[beagleboard] Re: librobotcontrol

2019-07-08 Thread Mala Dies
Hello, Seth here. try rc_blink instead of trying to compile it. Seth On Monday, July 8, 2019 at 9:48:39 PM UTC-5, Steven Coddington wrote: > > I started from scratch and still have the same errors. also the red and > green led's are alternately blinking (did not see that before) also, board

Re: [beagleboard] Re: Kernel 4.14: how to enable PRU access to PWMSS?

2019-07-08 Thread TJF
Am Dienstag, 9. Juli 2019 01:58:11 UTC+2 schrieb Super Duper88: > > I assumed if PRU has access to global memory, I could write everywhere but > that's obviously wrong. > Also thanks for the link to libpruio. Impressive work! > Only the Control Module registers are blocked for the PRU. Yes,

[beagleboard] Re: librobotcontrol

2019-07-08 Thread Mala Dies
Hello, If you want, back-up your eMMC and then erase the contents w/: I'd erase the eMMC: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100 Then utilize any image on the microSD.. I found this online at: https://beagleboard.org/discuss?place=msg%2Fbeagleboard%2FVVhdRE72JFE%2FhlfkrZqQDAAJ.

[beagleboard] Re: librobotcontrol

2019-07-08 Thread Steven Coddington
I started from scratch and still have the same errors. also the red and green led's are alternately blinking (did not see that before) also, board is quite warm. Here are the steps I followed. What errors have I made? 1. formatted micro sd card to assure clean 2. downloaded compressed image

[beagleboard] Re: Shouldn't be this difficult. upload file

2019-07-08 Thread graham
jerry: If your main computer is Linux, then you can cp across computers with a common network connection, But if your main computer is Windows, for small to medium amounts of data ... I find an easy way is to cd to where you want to create the file. then nano test.txt then copy the contents

Re: [beagleboard] Shouldn't be this difficult. upload file

2019-07-08 Thread Mike
Putty connected via a serial connection (aka a tty) doesn't copy files from one machine to another.  Look into something like scp, sftp, winscp, etc. etc. etc.  Those all connect via IP though not serial. Mike On 7/8/19 11:23 AM, jerrywic...@gmail.com wrote: Connected to BBB using tty 

Re: [beagleboard] Kernel 4.14: how to enable PRU access to PWMSS?

2019-07-08 Thread jay
On Sat, Jun 29, 2019, 4:23 PM wrote: > > Hi, > > during change from 3.8 kernel to 4.14 I struggled with an issue regarding > PWMSS accessed by PRU. > On old kernel I load overlay am33xx_pwm to activate the PWMSS. > I verified this with: devmem2 0x48300 (base address of PWMSS0) > > With 4.14

[beagleboard] Shouldn't be this difficult. upload file

2019-07-08 Thread jerrywickey
Connected to BBB using tty specifically putty logged and ls -a give me directory infor. Trying to upload a file "test.txt" to the BBB from my local computer Tried all these. nothing works. What stupid mistake am I making? Putty is running in the directory that "test.txt" resides. the

Re: [beagleboard] Re: Kernel 4.14: how to enable PRU access to PWMSS?

2019-07-08 Thread Super Duper88
Am Sa., 6. Juli 2019 um 07:08 Uhr schrieb TJF : > I said: > > AFAIR the PRU cannot write to PWMSS-0 SS when the tbclk isn't enabled. >> > > That's wrong, sorry. > No problem :-) > > Am Samstag, 6. Juli 2019 02:24:02 UTC+2 schrieb Super Duper88: >> >> I had also the idea to enable clock for

Re: [beagleboard] My first BBB Cape...

2019-07-08 Thread Robert Heller
At Mon, 8 Jul 2019 14:20:55 -0500 Robert Nelson wrote: > > Thanks! > > > This is what I am getting on the serial console: > > > > U-Boot SPL 2015.10-1-g143c9ee (Nov 06 2015 - 15:27:19) > > bad magic > > > > U-Boot 2015.10-1-g143c9ee (Nov 06 2015 - 15:27:19 -0600), Build: > >

Re: [beagleboard] My first BBB Cape...

2019-07-08 Thread Robert Heller
At Mon, 8 Jul 2019 14:20:55 -0500 Robert Nelson wrote: > > Thanks! > > > This is what I am getting on the serial console: > > > > U-Boot SPL 2015.10-1-g143c9ee (Nov 06 2015 - 15:27:19) > > bad magic > > > > U-Boot 2015.10-1-g143c9ee (Nov 06 2015 - 15:27:19 -0600), Build: > >

Re: [beagleboard] My first BBB Cape...

2019-07-08 Thread Robert Nelson
Thanks! > This is what I am getting on the serial console: > > U-Boot SPL 2015.10-1-g143c9ee (Nov 06 2015 - 15:27:19) > bad magic > > U-Boot 2015.10-1-g143c9ee (Nov 06 2015 - 15:27:19 -0600), Build: > jenkins-github_Bootloader-Builder-274 Way too old.. That doesn't support u-boot

Re: [beagleboard] My first BBB Cape...

2019-07-08 Thread Robert Heller
At Wed, 26 Jun 2019 17:15:40 -0500 Robert Nelson wrote: > > On Wed, Jun 26, 2019 at 1:27 PM Robert Heller wrote: > > > > Is there *current* and *correct* documentation about uBoot, uEnv.txt, > > capemgr, > > and CAN for the Beagle Bone Black? All of the hits I am getting doing web > >

[beagleboard] Indonesia Baru

2019-07-08 Thread Kamus Putih
Indonesia Baru -- 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

Re: [beagleboard] Re: Loading the .out file (executable file) on to BBB and running

2019-07-08 Thread Jim F
Dennis, I'm afraid I'm taking this a bit off topic, but part of your answer tantalized me: ...I also should see about setting up Buster (Debian 10) in VirtualBox > first; I do have Stretch in VirtualBox already... > I'm pretty sure you don't mean what I hope you mean, but do you have a

[beagleboard] Re: [beagle-alpha] Debian 10 (Buster) Changes

2019-07-08 Thread Jason Kridner
On Sun, Jul 7, 2019 at 9:18 PM Robert Nelson wrote: > Hey Everyone, > > Over the weekend, Debian tagged and released Debian 10.0 (Buster).. Yay > > I'll be posting Buster iot images at the usual location tomorrow.. > > https://elinux.org/Beagleboard:BeagleBoneBlack_Debian > > (and) > >

[beagleboard] Re: librobotcontrol

2019-07-08 Thread TJF
Hi Steven! Am Sonntag, 7. Juli 2019 20:44:21 UTC+2 schrieb Steven Coddington: > > Compiling /var/lib/cloud9/sandbox/librobotcontrol/examples/src/rc_blink.c > ... > cc rc_blink.c -o rc_blink > /tmp/ccRBAW5I.o: In function `__on_pause_release': > rc_blink.c:(.text+0x8): undefined reference

[beagleboard] Game Pup cape for Pocket Beagle has no examples that I can find !

2019-07-08 Thread Lee T. Davy
All Pocket Beagle programmers... I have asked everywhere for a while but am getting nowhere. "Has anyone found or written code for the GHI Game Pup cape for Pocket Beagle that uses the display ?" GHI has no support contracted or provided as they just supply the hardware for beagleboard.org. I