[beagleboard] create sd card to flash eMMC and affect /etc/fstab

2018-03-06 Thread Troy Weber
I have a project running on eMMC with a custom entry in the /etc/fstab (intended to mount a blank SD card on boot). So I use the */opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh *script to create an sd flasher. Then I turn around and flash the eMMC with it, ssh

Re: [beagleboard] create sd card to flash eMMC and affect /etc/fstab

2018-03-06 Thread Troy Weber
Thank you! On Tuesday, March 6, 2018 at 1:46:01 PM UTC-8, RobertCNelson wrote: > > On Tue, Mar 6, 2018 at 3:42 PM, Troy Weber > wrote: > > I have a project running on eMMC with a custom entry in the /etc/fstab > > (intended to mount a blank SD card on boot). > > > > So

Re: [beagleboard] Weird behaviour: input/output error and no commands after few minutes

2018-03-06 Thread meglickib
Same problems on new Beagle Bone Blue. Unpacked, powered up, worked like 5 minutes until IO errors. Kind regards, Bm On Wednesday, August 23, 2017 at 11:49:22 PM UTC+2, Jeffrey Obadal wrote: > > I don't have my logs with me, but I believe mine looked pretty much just > like that. Unfortunately

[beagleboard] Re: interfacing the Sterling LWB module to the BeagleBone Black

2018-03-06 Thread cory . perkins
Hey Mike did you ever solve your problem? We are trying to do similar to you except using a raspberry pi CM3. Currently confused by their linux integration guide. Specifically the way they set up their cross compiling environment and use the KLIB_BUILD env variable. Is that where you got

Re: [beagleboard] create sd card to flash eMMC and affect /etc/fstab

2018-03-06 Thread Robert Nelson
On Tue, Mar 6, 2018 at 3:42 PM, Troy Weber wrote: > I have a project running on eMMC with a custom entry in the /etc/fstab > (intended to mount a blank SD card on boot). > > So I use the > /opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh > script to

[beagleboard] BeagleBone Blue: No SSH, so trying to get WiFi up via serial link (w/ console image)

2018-03-06 Thread imfatant
Can't use SSH, so I'm trying to get the BeagleBone's WiFi up via serial link (w/ console image). My failing method: Create /etc/network/interfaces: iface wlan0 inet dhcp wpa-ssid "My_WiFi_SSID" wpa-psk "My_WiFi_Password" Enter commands: sudo ip link set wlan0 up sudo ifup

[beagleboard] Networking on Pocket with USB, WTF?

2018-03-06 Thread Tony Giaccone
First the basics. I have a beagle pocket. It's connected to a Macbook Pro, running Sierra (10.12.6). I connect using a USB cable and after a short delay I get two entries in my networking pane. BeagleBone (192.168.7.1) and BeagleBone 2(192.168.6.1). I have internet sharing turned off. At

[beagleboard] Micro sd card in BBB

2018-03-06 Thread rakesh . kondeti
Hello, I am a newbie to Beaglebone black. Successfully completed the steps of booting BBB with the latest debian images, installing the drivers in windows and establishing network connectivity to BBB through usb. But, actually I want to launch debian from the eMMC, but which is now launching

[beagleboard] Re: Is it possible to save an image created on the SD card to the PC?

2018-03-06 Thread Troy Weber
So I'm relatively comfortable using *dd* on a linux system to copy the contents of an sd card to an image file. Previously I had run the command... sudo dd status=progress bs=512 count=$((8192+6955008)) if=/dev/disk4 of= /path/to/image/storage/`date +%Y-%m-%d`_image_name.img ... and that

Re: [beagleboard] Can BBB Wireless update image in a bare metal device like ARM M0+(has a bootloader)

2018-03-06 Thread Przemek Klosowski
On Mon, Mar 5, 2018 at 2:29 PM, wrote: > > I have a FRDM-KV11Z (dev board for NXP ARM M0+ MCU) and a Beaglebone > black Wireless (ARM Cortex A8). I am trying to get a bootloader up and > running in FRDM-KV11Z device so that we could program it using > Beaglebone(BBB).

[beagleboard] Re: Bluetooth Low Energy Beacon performance

2018-03-06 Thread drhunter95
Hi, Do you have wifi enabled and are you using it? The most likely explanation is that the antenna is shared between the Wifi and BLE radios. So when it is busy doing wifi it cannot be listening on BLE for advertisements. As the WL18xx does not know when advertisements will be taking place it

Re: [beagleboard] Re: RS485 support for BBB

2018-03-06 Thread Jeff Andich
p.s. - I'm currently running a patched version of kernel version 4.4.110... for the BB-X15, but I believe the underlying principles are the same between the BBB and BB-X15 with respect to UART (except for the pinmux which is more straight forward to configure in BBB world). On Monday, March 5,

Re: [beagleboard] Re: RS485 support for BBB

2018-03-06 Thread Jeff Andich
Hi there. Got your PM.. Regarding the defconfig changes to enable the OMAP. I THINK your prescribed changes to the defconfig file are correct, just please refer to the above thread, https://groups.google.com/forum/#!topic/beagleboard/JGIm0Ej6jDI. You're going to need to tune the defconfig,