[beagleboard] Re: How to Send email via Beaglebone Black?

2016-09-19 Thread Hồng Quân Nguyễn
I use mailgun.com to send email. It provides HTTP API. Here is a part of my code (I use Python and "requests" library to do HTTP request): message = { 'from': 'nore...@farm.agriconnect.vn', 'to': addr, 'subject': _('Data exported for %(cond_type)s') % (

Re: [beagleboard] 2016 09 09 BBB eMMC Flasher image fails to boot eMMC after powerdown

2016-09-19 Thread William Hermans
On Mon, Sep 19, 2016 at 6:45 PM, Robert Nelson wrote: > > > What's odd about those.. When the u-boot.img got too fat, it would > clober the partition table at 1MB, BUT from the log: > > Formatting: /dev/mmcblk1 > sfdisk: [sfdisk from util-linux 2.25.2] > sfdisk: [sfdisk

Re: [beagleboard] Tethering SSID is reverted to default value after BBB reboot

2016-09-19 Thread Bo Deng
Hi Robert, Great! The SSID is not reverted any more after I pull the latest scripts from git. Thank you for your quick response! 在 2016年9月19日星期一 UTC+8下午10:20:03,RobertCNelson写道: > > On Mon, Sep 19, 2016 at 9:10 AM, Bo Deng > wrote: > > Hello, > > > > I have a BBB with

Re: [beagleboard] Waveshare LCD 4.3" cape and Linux 4.4.19

2016-09-19 Thread Nilesh Govindrajan
On Monday, 19 September 2016 22:46:57 UTC+5:30, Nilesh Govindrajan wrote: > > On Mon, 2016-09-19 at 08:43 -0500, Robert Nelson wrote: > > On Sun, Sep 18, 2016 at 10:11 PM, Nilesh Govindrajan > wrote: > > > > > > Hello all, > > > > > > I've just started working with BBB.

Re: [beagleboard] 2016 09 09 BBB eMMC Flasher image fails to boot eMMC after powerdown

2016-09-19 Thread Robert Nelson
On Mon, Sep 19, 2016 at 8:39 PM, William Hermans wrote: > Also a lot of these: > > Checking for: /boot/uEnv.txt ... > ** No partition table - mmc 1 ** > ** No partition table - mmc 1 ** > ** No partition table - mmc 1 ** > ** No partition table - mmc 1 ** > ** No partition

Re: [beagleboard] 2016 09 09 BBB eMMC Flasher image fails to boot eMMC after powerdown

2016-09-19 Thread William Hermans
Also a lot of these: Checking for: /boot/uEnv.txt ... ** No partition table - mmc 1 ** ** No partition table - mmc 1 ** ** No partition table - mmc 1 ** ** No partition table - mmc 1 ** ** No partition table - mmc 1 ** ** No partition table - mmc 1 ** ** No partition table - mmc 1 ** On Mon,

Re: [beagleboard] 2016 09 09 BBB eMMC Flasher image fails to boot eMMC after powerdown

2016-09-19 Thread William Hermans
. . . TFTP from server 0.0.0.0; our IP address is 206.223.20.131; sending through gateway 206.223.20.1 Filename 'boot.scr.uimg'. Load address: 0x8200 Loading: * *TFTP error: 'File not found' (1) Not retrying...* => On Mon, Sep 19, 2016 at 6:35 PM, Robert Nelson

Re: [beagleboard] 2016 09 09 BBB eMMC Flasher image fails to boot eMMC after powerdown

2016-09-19 Thread Robert Nelson
On Mon, Sep 19, 2016 at 8:17 PM, Dave Lynch wrote: > > I have attached a log file of the boot from eMMC, flash process, shutdown > and then reboot. > It looks to me like the flash process worked fine. > > I am not sure what is happening after the flash, it looks like there is

[beagleboard] 2016 09 09 BBB eMMC Flasher image fails to boot eMMC after powerdown

2016-09-19 Thread Dave Lynch
I have attached a log file of the boot from eMMC, flash process, shutdown and then reboot. It looks to me like the flash process worked fine. I am not sure what is happening after the flash, it looks like there is a boot and then shutdown. After the powerdown I pull the SDcard and try to

Re: [beagleboard] Sharing WiFi connection with BBB using Debian

2016-09-19 Thread shewhorn
On Monday, September 19, 2016 at 5:30:06 PM UTC-4, William Hermans wrote: > > I do not think this is correct. The laptop should be *.1, and the gateway. > So effectively, you're telling the beaglebone to be it's own gateway. In > other words. > > Laptop: 192.168.7.1 > Beaglebone: 192.168.7.2

Re: [beagleboard] Re: BBB doesn't boot after inserting uSD card having linux, even after pressing the S2 button for long

2016-09-19 Thread William Hermans
As with anything else computer related. You should be mindful of where you get your OS images from. Clearly the one the OP is working with is not a standard "official" image. Since Robert has not built any using a FAT partition in quite some time. As in more than a year ago. So in order to get

Re: [beagleboard] Re: eQEP on 4.4.19-ti-r41

2016-09-19 Thread William Hermans
Mark, I wonder if loading a slightly older "bone" kernel would do the trick ? I did however read somewhere( possibly on this group ) no long ago that *some* board file overlays work for some peripherals, and not for others. On Sun, Sep 18, 2016 at 10:03 PM, wrote: > Mark, >

Re: [beagleboard] Re: BBB doesn't boot after inserting uSD card having linux, even after pressing the S2 button for long

2016-09-19 Thread William Hermans
Ah, and right. This value can be modified in order to reflect a known working kernel. Or "point" to a known working kernel. If you know what you're doing . . . Which is not very simple to explain but not overly hard either. For instance: $ ls /boot/ SOC.sh

Re: [beagleboard] Re: BBB doesn't boot after inserting uSD card having linux, even after pressing the S2 button for long

2016-09-19 Thread William Hermans
On Mon, Sep 19, 2016 at 2:53 PM, Dennis Lee Bieber wrote: > On Sun, 18 Sep 2016 21:19:49 -0700 (PDT), Viswadeep Sarangi > declaimed the > following: > > > {I was running late getting to work and missed this part} > > >The contents of the FAT

Re: [beagleboard] Sharing WiFi connection with BBB using Debian

2016-09-19 Thread William Hermans
On Mon, Sep 19, 2016 at 12:05 PM, shewhorn wrote: > I posted something yesterday but it seems to have vanished. I've run into > this difficult before where none of the instructions or tutorials for > getting internet connectivity via ethernet over USB work. Someone MUST have

Re: [beagleboard] Help on how to use the BBB UART

2016-09-19 Thread Robert Nelson
On Mon, Sep 19, 2016 at 2:22 PM, Lidia Toscano wrote: > Howdy, > > Here is the newbie again! I am learning how to use the BB UARTs. I am > working on the example at > https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/uart > > The minicom

[beagleboard] Help on how to use the BBB UART

2016-09-19 Thread Lidia Toscano
Howdy, Here is the newbie again! I am learning how to use the BB UARTs. I am working on the example at https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/uart The minicom commands are not working for me. 1. #first terminal window: 2. minicom -b 9600 -D

[beagleboard] Sharing WiFi connection with BBB using Debian

2016-09-19 Thread shewhorn
I posted something yesterday but it seems to have vanished. I've run into this difficult before where none of the instructions or tutorials for getting internet connectivity via ethernet over USB work. Someone MUST have solved this. I'm running Debian Stretch/testing on my laptop. As far as the

Re: [beagleboard] Waveshare LCD 4.3" cape and Linux 4.4.19

2016-09-19 Thread Nilesh
On Mon, 2016-09-19 at 08:43 -0500, Robert Nelson wrote: > On Sun, Sep 18, 2016 at 10:11 PM, Nilesh Govindrajan > wrote: > > > > Hello all, > > > > I've just started working with BBB. I'm trying to build my own OS using > > buildroot 2016.08 and Beaglebone official kernel > >

[beagleboard] Re: BBB doesn't boot after inserting uSD card having linux, even after pressing the S2 button for long

2016-09-19 Thread Viswadeep Sarangi
Hi Dennis, I have given up on trying to install and run Kali Linux. I downloaded a Ubuntu image to try and run that instead. To my pleasant surprise, it seemed to installed perfectly : with the sweeping LED lights and the terminal codes saying that it has flashed properly to the eMMC (which

[beagleboard] Re: Change BeagleBone Green Wireless SSID

2016-09-19 Thread Bo Deng
I changed the SSID, but got reverted after rebooting, Tethering SSID is reverted to default value after BBB reboot 在 2016年7月18日星期一 UTC+8下午9:25:43,VicS写道: > > Been working with the

[beagleboard] Re: How to change SSID(SoftAp0) of BBGW

2016-09-19 Thread Bo Deng
I changed the SSID, but got reverted after rebooting, Tethering SSID is reverted to default value after BBB reboot 在 2016年7月18日星期一 UTC+8下午9:25:35,Thanawat Sukwibul写道: > > > Do you

Re: [beagleboard] Tethering SSID is reverted to default value after BBB reboot

2016-09-19 Thread Robert Nelson
On Mon, Sep 19, 2016 at 9:10 AM, Bo Deng wrote: > Hello, > > I have a BBB with debian-8.4-iot downloaded from beagleboard.org. I changed > the wifi tethering ssid and password by the following commands: > > # connmanctl tether wifi off > > Disabled tethering for wifi > > >

[beagleboard] Tethering SSID is reverted to default value after BBB reboot

2016-09-19 Thread Bo Deng
Hello, I have a BBB with debian-8.4-iot downloaded from beagleboard.org. I changed the wifi tethering ssid and password by the following commands: # connmanctl tether wifi off Disabled tethering for wifi #connmanctl tether wifi on mybbb 1234567890 Wifi SSID set Wifi passphrase set I

[beagleboard] In Louisville, KY on Wed, Sept 21: Internet of Things embedded application Workshop with BeagleBone

2016-09-19 Thread Jason Kridner
If you are in the Louisville, Kentucky, USA vicinity this week, we've got a couple of interesting events. On Wednesday at 5pm at FirstBuild, I'll be giving a BeagleBone workshop https://www.eventbrite.com/e/internet-of-things-embedded-application-workshop-with-beagle-bone-tickets-27782531299 .

Re: [beagleboard] Waveshare LCD 4.3" cape and Linux 4.4.19

2016-09-19 Thread Robert Nelson
On Sun, Sep 18, 2016 at 10:11 PM, Nilesh Govindrajan wrote: > Hello all, > > I've just started working with BBB. I'm trying to build my own OS using > buildroot 2016.08 and Beaglebone official kernel > https://github.com/beagleboard/linux . > I have so far succeeded in booting

Re: [beagleboard] BBGW cloud9 support Node js V6.4?

2016-09-19 Thread Robert Nelson
On Mon, Sep 19, 2016 at 3:49 AM, Pochao Huang wrote: > BBGW cloud9 support Node js V6.4? > > When I update node to V6.4, Clound9 terminal is not working This is expected, Cloud9, is pre-built for varying versions for nodejs, this will download the v6 cloud9 bin's.. sudo

[beagleboard] how to install EJSs in beaglebone

2016-09-19 Thread jaziri
Hi, Please i would like to know how to install easy javascript simulations in beaglebone Any help please Best Reagrds -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe

[beagleboard] pcduino4 nano

2016-09-19 Thread cc linksprite
pcDuino4 Nano Introduction The pcDuino4 Nano is an Allwinner H3 based ARM board. It is only two thirds the size of the Raspberry Pi. It is open source.

[beagleboard] BBGW cloud9 support Node js V6.4?

2016-09-19 Thread Pochao Huang
BBGW cloud9 support Node js V6.4? When I update node to V6.4, Clound9 terminal is not working -- 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

[beagleboard] Re: i2c stopped working

2016-09-19 Thread 'ts' via BeagleBoard
Slow i2cdetect means is probably something with your wiring or a defekt i2c-device. Best to check all connectors, the wiring and pull-up resistors. Am Samstag, 17. September 2016 19:24:34 UTC+2 schrieb Joshua Woods: > > I was able to use all the i2c functions yesterday and then today when I >

[beagleboard] Re: how to copy kernel image (which has already available into SDcard ) to EMMC memory of bbb?

2016-09-19 Thread karan_ec via BeagleBoard
but i want to copy linux kernel image(customized image) so how to copy kernel image sd card to emmc by using windows os? On Friday, 16 September 2016 17:49:32 UTC+5:30, Dennis Lee Bieber wrote: > > On Thu, 15 Sep 2016 22:09:11 -0700 (PDT), karan_ec via BeagleBoard >