[beagleboard] BBB ping not working after restart

2014-11-06 Thread Naqqash Abbassi
Dear all, I am having a strange problem with my BBB, I could not find any solution so far on internet to solve the issue so writing here. I have configured my BBB with stable debian image from the main BB website. After that I did the internet configuration added default gateway and updated

[beagleboard] Re: BBB ping not working after restart

2014-11-06 Thread Naqqash Abbassi
I have solved the problem. The solution is quite strange but worked for me so I thought I should share if anybody will have the same problem in future. All I did is that in my windows pc I re shared the internet connection. Regards, Naqqash On Thursday, November 6, 2014 11:53:25 AM UTC+1, Naqq

[beagleboard] Computer Hardware and Software

2014-11-06 Thread Tecmeout Sales
Tecmeout is an innovative and fast growing value added reseller of *technology products and services* for businesses, government and education. Our goal is to make technology procurement simple and easy by offering the highest level of service available in the industr

[beagleboard] Re: Make modules modules_install problem.

2014-11-06 Thread Terje Froysa
Adding to my observations: By inspecting the bb-kernel/tools/local_install.sh I found that the 3.8.13+ probably stems from the file ./KERNEL/include/generated/utsrelease.h The script sets the KERNEL_UTS to 3.8.13+ by extracting the parameter from the utsrelease.h As the kernel version is distrib

[beagleboard] Re: [U-Boot] [PATCH 11/11] beagle_x15: add board support for Beagle x15

2014-11-06 Thread menon.nisha...@gmail.com
On Thu, Nov 6, 2014 at 8:28 AM, Felipe Balbi wrote: > This is the bare minimum support for Beagle x15 > into u-boot. There is still quite some work in > order to get this in good shape, but it's a > start. > Sorry, I should have commented earlier :) we could expand this a little more here? How a

[beagleboard] Re: [U-Boot] [PATCH v2 11/11] beagle_x15: add board support for Beagle x15

2014-11-06 Thread menon.nisha...@gmail.com
On Thu, Nov 6, 2014 at 8:44 AM, Felipe Balbi wrote: > BeagleBoard-X15 is the next generation Open Source > Hardware BeagleBoard based on TI's AM5728 SoC > featuring dual core 1.5GHZ A15 processor. The > platform features 2GB DDR3L (w/dual 32bit busses), > eSATA, 3 USB3.0 ports, integrated HDMI (19

[beagleboard] Cant flash image to BBB 4GB

2014-11-06 Thread faimbs
Hello! I made some tests with DeviceTree and uEnv.txt on my BBB (eMMC). I have an error in my uEnv.txt and so I want to flash the eMMC new ... but can´t. I test another BBB, there it works. You find the boot log here: http://pastebin.com/CqQgZNPK Can some check what is wrong? Thanks a lot! --

[beagleboard] Re: load device tree overlay through uEnv.txt on startup

2014-11-06 Thread Curt Carpenter
"The problem is that all that info is all over the places and changes all the time." I'd buy a BBB book to help me get organized and understand how to do things, but I'm afraid that changes would make the book obsolete by the time it arrived in the mail :-) So I think the only solution is to

Re: [beagleboard] Re: BeagleBone Black doesn't sometimes start. Only Power LED is on

2014-11-06 Thread Mikkel Kirkgaard Nielsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chu. On 2014-11-05 11:47, Mikkel Kirkgaard Nielsen wrote: > As my modification also solves the issue, your assumption about > your fix (a high level at J4.1/B_UART0_RX (U15.2/1A)) is not true. Sorry, J1.4 is the correct pin. I've now done tests wi

[beagleboard] Re: Seriously Confused

2014-11-06 Thread Curt Carpenter
Thanks Brandon. Alas, the path used in the c_adc.c software just doesn't seem to exist in the Debian I'm using -- one of the big sources of confusion for me. I'm starting to think the only solution is to try to dig into the kernel source as Joshua suggests -- but that sounds like it might tak

[beagleboard] Disable boot messages

2014-11-06 Thread James S
I have a Qt app which launches automatically but some boot messages appear on screen before it starts up. How can I disable these boot messages? I've tried 1. editing /etc/systemd/system/getty.target.wants/getty@tty1.service and commenting out ExecStart. 2. removing lightdm 3. checking /boot/uE

Re: [beagleboard] Computer Hardware and Software

2014-11-06 Thread William Hermans
So perhaps this long list of "partners" you mention needs to be notified that one of their "partners" has stooped to spamming google groups that have nothing to do with your so-called "skews" ? I very seriously doubt you're "anyone", hardly worth even this reply. On Thu, Nov 6, 2014 at 4:16 AM, T

[beagleboard] Re: Disable boot messages

2014-11-06 Thread James S
On Thursday, November 6, 2014 3:43:00 PM UTC, James S wrote: > > I have a Qt app which launches automatically but some boot messages appear > on screen before it starts up. How can I disable these boot messages? > > I've tried > 1. editing /etc/systemd/system/getty.target.wants/getty@tty1.servi

[beagleboard] Re: libpruio-0.2

2014-11-06 Thread niroko89
I've tested that code but it produces an error for me: MURX: 4294967285 > config failed (failed executing Pru_Run instructions) This is the code I used #include #include "stdio.h" #include "../c_wrapper/pruio.h" int main(int argc, char **argv) { int n; pruIo *io = pruio_new(PRUIO_DEF_AC

[beagleboard] Understanding how to partition the eMMC/SD card

2014-11-06 Thread david . accadia
Hi I've been following the steps at https://eewiki.net/display/linuxonarm/BeagleBone+Black; Trying build the latest mainline kernel with the minimum Debian filesystem. I don't quite understand what is happening in the following steps under "Setup microSD/SD card" *sudo dd if=/dev

Re: [beagleboard] Re: BBBAndroid: AOSP 4.4.4 (KitKat) with 3.8 kernel

2014-11-06 Thread nishikantanayak1
Hi Robert, Thanks for the help .. Finally, I am Successful in booting the u-boot with the blank EEPROM . but now the kernel booting stopped at certain point, it hangs trying to mount the rootfs (/dev/mmcblk0p2). *Waiting for root device /dev/mmcblk0p2...* after this print it got stuck

[beagleboard] Re: [U-Boot] [PATCH 11/11] beagle_x15: add board support for Beagle x15

2014-11-06 Thread Felipe Balbi
On Thu, Nov 06, 2014 at 08:35:41AM -0600, menon.nisha...@gmail.com wrote: > On Thu, Nov 6, 2014 at 8:28 AM, Felipe Balbi wrote: > > This is the bare minimum support for Beagle x15 > > into u-boot. There is still quite some work in > > order to get this in good shape, but it's a > > start. > > > >

[beagleboard] Default PINModes

2014-11-06 Thread thibaut . dirlik
Hello, I just received my BBB, and I'm trying to understand how everything works. I read the user guide, and saw the extension headers tables detailing pin use. These tables refers to modes (from mode 0 to mode 7). From what I understood, the pin modes are set by the device tree files (under /

[beagleboard] Re: PRU0 base address

2014-11-06 Thread ericggregory
The PRU does need to be enabled, typically by a Device Tree entry similar to this: fragment@4 { target = <&pruss>; __overlay__ { status = "okay"; }; }; If using a cape of some kind, this would normally be in the device tree setup for that cape. If it's your o

[beagleboard] Re: PRU0 base address

2014-11-06 Thread josmfernandez
Hey man, You should read this PDF file. It helps a lot. http://mythopoeic.org/BBB-PRU/am335xPruReferenceGuide.pdf >From there most of your doubts will surely be solved. If not, keep posting. Best of luck, Jose On Tuesday, November 4, 2014 10:54:03 AM UTC-6, Karl Karpfen wrote: > > OK, I'm su

[beagleboard] Re: Changes to be made to create a patch for rtl8192eu

2014-11-06 Thread cirl23
Patch for linux driver rtl8192eu version "rtl8192EU_linux_v4.3.1.1_11320.20140505" Works with kernel 3.6.x through 3.17.x http://users.telenet.be/x86_64/Patches/rtl8192eu-k3.13.patch On Monday, June 16, 2014 2:07:48 PM UTC+2, Sibi Sankar wrote: > > Resources on the internet provide heavy support

Re: [beagleboard] Re: Bone VDD_3V3EXP Disable Issues

2014-11-06 Thread jjpittinger
Pinging this group again in hopes for some advice or info or updates: Has anyone successfully shutdown the PMIC from software while on battery pwr? I can confirm the board mod works, but now I'm facing a qty 100 order! That's too much rework for me, so I can't place an order until I have a reas

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-06 Thread jpschroer
I followed up on the USB OTG hint as mentioned in my previous post. I patched the dtb for the bbb so that the mini usb port runs as peripheral and not as OTG. The patch was deployed to 7 systems so far and they all are stable (no reboot) since then on any of the systems. The uptime is more than

[beagleboard] New cellular gateway cape: Nimbelinks Skywire Cellular Modem Cape

2014-11-06 Thread greg . nash
Hello everyone! I wanted to share Nimbelinks new cellular gateway cape with you. Check it out here:http://elinux.org/Nimbelink:SkywireCape The cape is built around Nimbelinks Skywire cellular modem family. The pre-certified Skywire is the smallest plug-in cellular modem on the market, making i

[beagleboard] Re: Custom Beaglebone Black does not bootup unless UART0 port is used

2014-11-06 Thread gweasner
I have the same exact problem with a stock Beaglebone Black a5a board. The board used to work fine. I shut it down for a few months. I went to plug it in and no usr lights flashed. Only the power light flashed. I as you, went to see what was wrong and hooked up a USB to serial on the UART rx, tx

[beagleboard] Getting Beaglebone Black Rev. B to display UI on 24 bit LCD

2014-11-06 Thread harryfu
Hello together, I am new to Beaglebone Black (and embedded linux). I am trying to get an external LCD with 18bit or 24bit Interface to work on the Beaglebone Black. The LCD I am using is a Kyocera T-55343GD035JU-LW-ADN with 320x240 pixel and 24 bit colordepth. ( http://www.kyocera-display.com/

[beagleboard] Getting an LCD-Display to Work with 24 bits on an Beaglebone Black

2014-11-06 Thread harryfu
Hello together, I am new to Beaglebone Black (and embedded linux). I am trying to get an external LCD with 18bit or 24bit Interface to work on the Beaglebone Black. The LCD I am using is a Kyocera T-55343GD035JU-LW-ADN with 320x240 pixel and 24 bit colordepth. ( http://www.kyocera-display.com/

[beagleboard] Re: Disable USB mass storage

2014-11-06 Thread rabelivan
In my Debian I did sudo nano /opt/scripts/boot/am335x_evm.sh You could comment out line shown below, but it would disable Ethernet. #modprobe g_multi file=${gadget_partition} cdrom=0 stall=0 removable=1 nofua=1 iSerialNumber=${SERIAL_NUMBER} iManufacturer=Circuitco iProduct=BeagleBone${BLACK

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-06 Thread Jens Peter Schroer
I have followed the USB OTG hint as mentioned in my previous post. I patched the dtb for the bbb so that the mini usb port runs as peripheral and not as OTG. The patch was deployed to 7 systems so far and they all are stable (no reboot) since then on any of the systems. The uptime is more than 3 da

Re: [beagleboard] Custom board bring up problem

2014-11-06 Thread nishikantanayak1
Hi Ross, We are also trying to bring up our custom AM335x board. So, could you plese tell me what changes you made to U-Boot to force the boot process into believing it is running on a BBB, as i am facing lot of issues for doing the same. i have already tried with https://github.com/RobertCNel

[beagleboard] Initialize system time on boot (wireless)

2014-11-06 Thread kevin . osborn98
I am a little confused on systemd setup here. So, my BBB loses its time on bootup. I know that is expected because there is not hardware clock. I also see that ntpdate is supposed to run once a day in cron.daily. However, I really want the system to get the correct time on bootup. I am running

[beagleboard] Problem with Bonescript I2C

2014-11-06 Thread MostafaK
Greetings, I am trying to use ADS7828 which is an 8-channel I2C ADC from TI. I am using javascript to accomplish this task. I am using the latest version of bonescript. I have added this line: echo BB-I2C1 > /sys/devices/bone_capemgr.9/slots to /etc/profile.d/node.sh to execute upon power u

[beagleboard] Disable UART1 Echo

2014-11-06 Thread jimit210
Hello All, I am working with the stock Debian distribution of Beagle Bone Black (rev C). I run the following command to enable UART 1 : echo BB-UART1 > /sys/devices/bone_capemgr.*/slots and it works fine i.e. I am able to see ttyO1 listed in /dev and also able to transmit commands to a remote

[beagleboard] Re: Enable UART1

2014-11-06 Thread jimit210
Apologies for the delayed response. I work on this project mostly on weekends. I had given up on editing uEnv.txt , but what worked for me was running the below command : echo BB-UART1 > /sys/devices/bone_capemgr.*/slots On Saturday, October 25, 2014 11:10:10 PM UTC-4, Jimit Doshi wrote: > >

[beagleboard] eMMC + SD Card, Debian

2014-11-06 Thread CasperCL
Hi guys, As you might know the Debian versions take up most of the space in the eMMC of the Beaglebone Black, so I want to expand its rootfs to my MicroSD card. However I can only find tutorials that describe extending the rootfs on the SD card boots. Can someone explain to me how this done?

Re: [beagleboard] Computer Hardware and Software

2014-11-06 Thread Jason Kridner
Banned. On Thursday, November 6, 2014 10:47:31 AM UTC-5, William Hermans wrote: > > So perhaps this long list of "partners" you mention needs to be notified > that one of their "partners" has stooped to spamming google groups that > have nothing to do with your so-called "skews" ? > > I very ser

[beagleboard] Re: libpruio-0.2

2014-11-06 Thread niroko89
Hey TJF, with 6285 ns I was only able to set the amount of samples to 1 without getting an error. With 6290 works everything fine. Here is some c samplecode for you, it keeps writing all the samples to a file in burst of 100/4 samples per writing burst. #include "unistd.h" #include "stdio.

[beagleboard] TI PRU cape available now for $39

2014-11-06 Thread Jason Kridner
There is some software associated with it as well, but I haven't tried it yet. Placed an order for mine---you'd think they'd be smart enough within TI to send me one AHEAD of the announcement, but whatever. I created a project page at http://beagleboard.org/project/prucape/ Also, I was told on G+

[beagleboard] Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Felipe Balbi
On Thu, Nov 06, 2014 at 10:18:22AM -0600, Nishanth Menon wrote: > BeagleBoard-X15 is the next generation Open Source Hardware > BeagleBoard based on TI's AM5728 SoC featuring dual core 1.5GHZ A15 > processor. The platform features 2GB DDR3L (w/dual 32bit busses), > eSATA, 3 USB3.0 ports, integrated

[beagleboard] Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/06/2014 11:32 AM, Felipe Balbi wrote: > On Thu, Nov 06, 2014 at 10:18:22AM -0600, Nishanth Menon wrote: >> BeagleBoard-X15 is the next generation Open Source Hardware >> BeagleBoard based on TI's AM5728 SoC featuring dual core 1.5GHZ >> A15 proc

[beagleboard] Re: how to set a static ip address for beagle bone

2014-11-06 Thread Graham
Dileep: The easiest way to get a static address is to tell your DHCP router to always put the Beaglebone's MAC address on a specific IP address. You can get both the MAC address and current IP address of the Beaglebone by issuing the command line instruction ifconfig . If your DHCP router wi

[beagleboard] Re: Disable UART1 Echo

2014-11-06 Thread cl
jimit...@gmail.com wrote: > [-- text/plain, encoding 7bit, charset: UTF-8, 26 lines --] > > Hello All, > > I am working with the stock Debian distribution of Beagle Bone Black (rev > C). > I run the following command to enable UART 1 : > > echo BB-UART1 > /sys/devices/bone_capemgr.*/slots > >

Re: [beagleboard] Re: Whci PRU-C-compiler is recommended?

2014-11-06 Thread Jason Kridner
On Tue, Nov 4, 2014 at 11:56 AM, Karl Karpfen wrote: > OK, I'll try GCC version! Just wanted to collect some information regarding > both compilers in this thread... > > 2014-11-04 17:47 GMT+01:00 : >> >> Hi Karl, >> >> The PRU GAS and LD ports should be in a good shape. But the PRU GCC port >> ha

Re: [beagleboard] Bricked BBB

2014-11-06 Thread Louis McCarthy
I've managed to really screw up one of my Beaglebone Blacks too. It appears that I have clobbered the partition table on the eMMC, which seems to make U-Boot very unhappy! The AM335x processor skips the eMMC boot and goes directly to uSD boot after power is applied, no matter the position of the

[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2014-11-06 Thread TJF
Hello Nils, thanks for the code. I think about including it in the libpruio examples folder, but your main loop is endless and the user cannot abort the program. (Shouldn't the file get closed?) Perhaps I can adapt it a bit. Regarding the ADC speed I made some further testing and it seems that

[beagleboard] Read A/D under Debian Image 2014-05-14

2014-11-06 Thread Curt Carpenter
I'm quite new to this, and it was a struggle for me to do a simple thing like read a channel of the A/D subsystem on my Beaglebone. Many of the guides on the web seem not to work under Debian Image 2014-05-14. So in the hope of helping someone else, here is my hard-won cookbook for Debian use

[beagleboard] Re: Disable UART1 Echo

2014-11-06 Thread jimit210
My understanding is 'echo' for ssty is just to turn ON/OFF echo of input characters i.e. if '-echo' flag is used it would just prevent the input characters I send via BBB from appearing on my screen. My problem is with the data that BBB receives. Everytime BBB receives a byte, it transmits back

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-06 Thread William Hermans
> > *If interested, I can post more details.* > Please do Jens, I am sure someone will find the information useful. Did you by chance debug / bug report to the maintainer ? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

Re: [beagleboard] Re: Enable UART1

2014-11-06 Thread Robert Nelson
On Mon, Nov 3, 2014 at 4:22 PM, wrote: > > Apologies for the delayed response. I work on this project mostly on > weekends. > I had given up on editing uEnv.txt , but what worked for me was running the > below command : > > echo BB-UART1 > /sys/devices/bone_capemgr.*/slots you didn't remove the

Re: [beagleboard] Understanding how to partition the eMMC/SD card

2014-11-06 Thread Robert Nelson
On Thu, Nov 6, 2014 at 12:31 AM, wrote: > > Hi > > I've been following the steps at > https://eewiki.net/display/linuxonarm/BeagleBone+Black; Trying build the > latest mainline kernel with the minimum Debian filesystem. > > I don't quite understand what is happening in the following steps under >

Re: [beagleboard] Re: Seriously Confused

2014-11-06 Thread Brandon I
I'm not sure the kernel source would be beneficial. If you want to understand how the ADC works or get it going manually, with all the clock domain setup and whatnot, then read the reference manual. The kernel source will be doing all of this, in an abstracted and not so easy to understand way. Th

[beagleboard] Re: Disable UART1 Echo

2014-11-06 Thread cl
jimit...@gmail.com wrote: > [-- text/plain, encoding 7bit, charset: UTF-8, 38 lines --] > > My understanding is 'echo' for ssty is just to turn ON/OFF echo of input > characters i.e. if '-echo' flag is used it would just prevent the input > characters I send via BBB from appearing on my screen.

[beagleboard] Howto integrate a overlay devicetree into the board devicetree since the manager is gone?

2014-11-06 Thread Ralph
I' running buildroot and my last challenge is to integrate a devicetree file for a can cape into the DT of the kernel. Is it possible by doing an include? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "B

[beagleboard] Re: Disable UART1 Echo

2014-11-06 Thread jimit210
Hello Chris, I am sorry for the confusion. Let me explain the setup and then elaborate the problem. So I have two XBEE/Zigbee devices. One of them is connected to BBB UART1. The other is connected to my PC. On BBB side, I use picocom terminal to transmit data. On PC side, I have the X-CTU GUI

[beagleboard] Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Nishanth Menon
On 11/06/2014 10:37 AM, Tom Rini wrote: >>> device_type = "memory"; + reg = <0x8000 0x4000>; /* 1GB >>> to start. Target 2GB */ >> >> 1GiB ? Why would you put this here btw ? u-boot fills this one up. > > Yes, it should either be the full and correct value or 0x0 (like a > numbe

[beagleboard] Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Nishanth Menon
On 11/06/2014 10:48 AM, Tony Lindgren wrote: > * Nishanth Menon [141106 08:44]: >> On 11/06/2014 10:37 AM, Tom Rini wrote: >> > device_type = "memory"; + reg = <0x8000 0x4000>; /* 1GB > to start. Target 2GB */ 1GiB ? Why would you put this here btw ? u-boot fills

[beagleboard] [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Nishanth Menon
BeagleBoard-X15 is the next generation Open Source Hardware BeagleBoard based on TI's AM5728 SoC featuring dual core 1.5GHZ A15 processor. The platform features 2GB DDR3L (w/dual 32bit busses), eSATA, 3 USB3.0 ports, integrated HDMI (1920x108@60), separate LCD port, video In port, 4GB eMMC, uSD, An

[beagleboard] Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Nishanth Menon
On 10:53-20141106, Nishanth Menon wrote: > On 11/06/2014 10:48 AM, Tony Lindgren wrote: > > * Nishanth Menon [141106 08:44]: > >> On 11/06/2014 10:37 AM, Tom Rini wrote: > >> > >>>>> device_type = "memory"; + reg = <0x8000

[beagleboard] Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Tony Lindgren
* Nishanth Menon [141106 08:44]: > On 11/06/2014 10:37 AM, Tom Rini wrote: > > >>> device_type = "memory"; + reg = <0x8000 0x4000>; /* 1GB > >>> to start. Target 2GB */ > >> > >> 1GiB ? Why would you put this here btw ? u-boot fills this one up. > > > > Yes, it should either be t

[beagleboard] Re: [PATCH] ARM: dts: Add am57xx-beagle-x15

2014-11-06 Thread Lennart Sorensen
On Thu, Nov 06, 2014 at 10:18:22AM -0600, Nishanth Menon wrote: > BeagleBoard-X15 is the next generation Open Source Hardware > BeagleBoard based on TI's AM5728 SoC featuring dual core 1.5GHZ A15 > processor. The platform features 2GB DDR3L (w/dual 32bit busses), > eSATA, 3 USB3.0 ports, integrated

[beagleboard] Launching node application taking long time

2014-11-06 Thread lucidguppy
Launching a node js application with express js is taking about 2.2 seconds - and including other modules is boosting my time into 20 seconds. I would like my application to get running as quickly as possible after boot up - 20 seconds seems like a long time. Any known ways to speed up node on

[beagleboard] Re: Ubuntu and Midi

2014-11-06 Thread Nick Apperley
Noticed that there are no instructions provided for building the kernel in the Ubuntu wiki like there is on the Debian wiki . Is there a script to run that allows the kernel to be customised before runni

[beagleboard] Re: Ubuntu and Midi

2014-11-06 Thread Nick Apperley
Does kernel 3.17 include MIDI support? On Friday, 7 November 2014 11:06:44 UTC+13, Nick Apperley wrote: > > Noticed that there are no instructions provided for building the kernel in > the Ubuntu wiki like there is on > the Debian wiki

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-06 Thread david turvene
On Thursday, November 6, 2014 11:10:37 AM UTC-5, Jens Peter Schroer wrote: > > I have followed the USB OTG hint as mentioned in my previous post. I > patched the dtb for the bbb so that the mini usb port runs as peripheral > and not as OTG. The patch was deployed to 7 systems so far and they all

Re: [beagleboard] TI PRU cape available now for $39

2014-11-06 Thread Philip Polstra
Microcenter BBB deal also available online if you aren't close to a store. I bought 5 for $9.95 shipping. Only bs was tax including on the shipping! On Nov 6, 2014 11:24 AM, "Jason Kridner" wrote: > There is some software associated with it as well, but I haven't tried > it yet. Placed an order

[beagleboard] Re: libpruio (fast and easy D/A - I/O)

2014-11-06 Thread niroko89
Hey TJF, I've got it compiled and working. I can't yet test if the adc keeps up since I the function generator we've ordered got out of stock However I changed my code a bit so it would close the files and the whole program has a end statement. It's currently 1 channel at ~220 kS/s. I haven

Re: [beagleboard] Re: BeagleBone Black doesn't sometimes start. Only Power LED is on

2014-11-06 Thread Shu Liu
> > Mikkil, Thanks for you detailed answer. U15.1: _1OE = 0V U15.2: 1A= 0V U15.3: 2Y= floating (flickering +-0.000,50V) U15.4: GND = 0V U15.5: 2A = UART0_RX = 3.335V U15.6: 1Y = UART0_TX = 3.195V U15.7: 2OE = 3.352

[beagleboard] Re: Needed BEAGLEBONE WL1835MOD W/ CHIP ANTENNA

2014-11-06 Thread 'M Robinson' via BeagleBoard
Well, Boardzoo has them listed as "In Stock" now. http://boardzoo.com/index.php/catalog/product/view/id/146/category/8#.VFwTscmwXeo Thanks, Markus On Wednesday, September 10, 2014 2:01:41 PM UTC-4, Waxengecko wrote: > > We have been looking for the BEAGLEBONE WL1835MOD W/ CHIP ANTENNA for > som

Re: [beagleboard] Re: Needed BEAGLEBONE WL1835MOD W/ CHIP ANTENNA

2014-11-06 Thread Alfredo Muniz
On Thu, Nov 6, 2014 at 7:37 PM, 'M Robinson' via BeagleBoard < beagleboard@googlegroups.com> wrote: > Well, Boardzoo has them listed as "In Stock" now. Thanks! I was waiting for this one. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are s

Re: [beagleboard] Launching node application taking long time

2014-11-06 Thread William Hermans
You're going to need to be specific, and tell us exactly what it is you're doing. On Thu, Nov 6, 2014 at 2:42 PM, lucidguppy wrote: > Launching a node js application with express js is taking about 2.2 > seconds - and including other modules is boosting my time into 20 seconds. > I would like my

Re: [beagleboard] Understanding how to partition the eMMC/SD card

2014-11-06 Thread William Hermans
> > *> Also after following the all the steps in the tutorial the the > beagelbone* > * > black will boot from the SD card but it will hang on the line "net > eth0: phy* > * > 4a101000.mdio:01 not found on slave 1" for about 30 sec before showing > the* > * > login prompt but that is probably a que

[beagleboard] Re: Disable UART1 Echo

2014-11-06 Thread jimit210
I have resolved this now. Turns out it was a problem with the hardware "cape" that I had prepared to mount XBEE on BBB. The Rx/Tx pins were swapped due to oversight. Everything works fine now. Thanks everyone!! On Thursday, November 6, 2014 4:08:31 PM UTC-5, jimi...@gmail.com wrote: > > Hello C

[beagleboard] Blink external led test doesn't work

2014-11-06 Thread João Soares
My name is João and it's a pleasure to join this community, so, a big hi to you all. About my problem, it's the first time i'm using BBB and was trying to blink an external led i followed every steps on the page and can't figure it out why the led don't blink, do you think my BBB is deffective?

RE: [beagleboard] Blink external led test doesn't work

2014-11-06 Thread William Pretty Security
Could be just about anything. Could you tell us what page you are referring to, maybe post the link ? "No one could make a greater mistake than he who did nothing because he could do only a little." "All that is necessary for the triumph of evil is that good men do nothing" Edmond Burke (17

[beagleboard] beaglebone-black damaged

2014-11-06 Thread Babak akbari
-- 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. For more opti

[beagleboard] Re: Blink external led test doesn't work

2014-11-06 Thread João Soares
The test i did was this http://192.168.7.2/Support/BoneScript/demo_blinkled_external/ Thanks Sexta-feira, 7 de Novembro de 2014 3:28:35 UTC, João Soares escreveu: > > My name is João and it's a pleasure to join this community, so, a big hi > to you all. > > About my problem, it's the first

RE: [beagleboard] Re: Blink external led test doesn't work

2014-11-06 Thread William Pretty Security
Ok That is the demo that comes with the BBB. Do you see a web page? I think it is called “Getting Started”. I don’t have the BBB in front of me, but I believe there are a number of examples. Does the one that blinks the User LED work ? "No one could make a greater mistake than he who

[beagleboard] Re: Cannot ping Eth0 from PC on BeagleBone Black

2014-11-06 Thread Jun Wu
HeLLO Dmit, I'm working on the same issue of communicating with BBB using the sockets via the etethernet cable. I'm wondering where should I start and could you give me some suggestions? Thanks alot! Wu On Thursday, December 19, 2013 5:48:02 PM UTC-6, dmitr...@gmail.com wrote: > > G

Re: [beagleboard] Understanding how to partition the eMMC/SD card

2014-11-06 Thread david . accadia
Thanks that make sense. Once the image is working is there a way to copy the SD card to the eMMC? The scripts at https://github.com/RobertCNelson/tools/blob/master/scripts don't seem to work for the single partition image. Regards David -- For more options, visit http://beagleboard.org/dis