[beagleboard] Re: [beagle-alpha] debian: release candidate: 2014-12-11

2015-01-05 Thread Elias Bakken
Thanks, Robert, I got it working! However, the latest 3.14 and 3.18 kernels do not have the cape manager set up it seems. What is the preferred way to load a DT overlay for those kernels? I see the 3.19 has capemgr in mainline which is great:

[beagleboard] Re: [beagle-alpha] debian: release candidate: 2014-12-11

2015-01-05 Thread Robert Nelson
On Mon, Jan 5, 2015 at 8:42 AM, Elias Bakken elias.bak...@gmail.com wrote: Thanks, Robert, I got it working! However, the latest 3.14 and 3.18 kernels do not have the cape manager set up it seems. What is the preferred way to load a DT overlay for those kernels? I see the 3.19 has capemgr in

[beagleboard] Just missed this project and share with you all, the new cape for BBB, it is EVB

2015-01-05 Thread Roboter Soong
Lego makes these way cool controller boards to learn how to make way cool things. Educators often use them. But, they are proprietary, and very expensive. I'm very glad there's someone to replace them with an open version that is more reasonably priced.

Re: [beagleboard] Change MAC address

2015-01-05 Thread William Hermans
I also remember trying to manually set the MAC address to a specific address, and it would not work. That is then when I found the link above, and called no joy. On Mon, Jan 5, 2015 at 10:15 AM, William Hermans yyrk...@gmail.com wrote: ethaddr: Ethernet MAC address for first/only ethernet

Re: [beagleboard] Change MAC address

2015-01-05 Thread William Hermans
ethaddr: Ethernet MAC address for first/only ethernet interface (= eth0 in Linux). This variable can be set only once (usually during manufacturing of the board). U-Boot refuses to delete or overwrite this variable once it has been set. http://www.denx.de/wiki/view/DULG/UBootEnvVariables

[beagleboard] Regarding digitalRead in bonescript

2015-01-05 Thread 'Vasilis Iliadis' via BeagleBoard
I am playing with GPIO and digitalRead in bonescript. I noticed that although digitalRead is fairly fast the callback function takes a while. I am asking the group if I should wait for the callback to be triggered or just calling digitalRead is enough!. Thanks -- For more options, visit

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Robert Nelson
On Mon, Jan 5, 2015 at 4:10 PM, Paulo Sherring pauloasherr...@gmail.com wrote: Hello all. I have been searching this for a while and could not find any hints. I am trying to use the image provided here: https://rcn-ee.net/deb/rootfs/wheezy/debian-7.7-console-armhf-2014-10-29.tar.xz to create

[beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Paulo Sherring
Hello all. I have been searching this for a while and could not find any hints. I am trying to use the image provided here: https://rcn-ee.net/deb/rootfs/wheezy/debian-7.7-console-armhf-2014-10-29.tar.xz to create a sdcard for beaglebone black. I do not want to transfer the sdcard's content to

Re: [beagleboard] Regarding digitalRead in bonescript

2015-01-05 Thread William Hermans
How would you plan on getting the information back from digitalRead if not by using a javascript callback ? Also, more information is needed. e.g. what is your program goal ? On Mon, Jan 5, 2015 at 2:38 PM, 'Vasilis Iliadis' via BeagleBoard beagleboard@googlegroups.com wrote: I am playing

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Paulo Sherring
So, what arguments should I issue to achieve a fully functional rw file system? Should I go only with -- boot? Thanks again! Em 05/01/2015 22:28, Robert Nelson robertcnel...@gmail.com escreveu: On Mon, Jan 5, 2015 at 7:18 PM, Paulo Sherring pauloasherr...@gmail.com wrote: Hello there! I am

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Robert Nelson
On Mon, Jan 5, 2015 at 7:58 PM, Paulo Sherring pauloasherr...@gmail.com wrote: So, what arguments should I issue to achieve a fully functional rw file system? Should I go only with -- boot? It should work out of the box with: sudo ./setup_sdcard.sh --mmc /dev/mmcblk0 --dtb beaglebone

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Paulo Sherring
Hello there! I am issuing sudo ./setup_sdcard.sh --mmc /dev/mmcblk0 --uboot bone --dtb beaglebone Did i get it wrong? Thanks! On Mon, Jan 5, 2015 at 7:13 PM, Robert Nelson robertcnel...@gmail.com wrote: On Mon, Jan 5, 2015 at 4:10 PM, Paulo Sherring pauloasherr...@gmail.com wrote: Hello

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Robert Nelson
On Mon, Jan 5, 2015 at 7:18 PM, Paulo Sherring pauloasherr...@gmail.com wrote: Hello there! I am issuing sudo ./setup_sdcard.sh --mmc /dev/mmcblk0 --uboot bone --dtb beaglebone Oh --dtb xyz replaced --boot xyz... No idea what would happen if you add them both together.. Regards, -- Robert

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Paulo Sherring
I just tried this, no luck. I am on Debian, should it be a problem? Em segunda-feira, 5 de janeiro de 2015 23h11min27s UTC-3, RobertCNelson escreveu: On Mon, Jan 5, 2015 at 7:58 PM, Paulo Sherring pauloas...@gmail.com javascript: wrote: So, what arguments should I issue to achieve a fully

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Paulo Sherring
Curiously, I am able to copy and paste to the mounted FS on my develpment machine, live on beaglebone, but cant change anything neither over SSH nor over serial terminal. Any thoughts? Thanks again! On Mon, Jan 5, 2015 at 11:45 PM, Paulo Sherring pauloasherr...@gmail.com wrote: I just tried

Re: [beagleboard] Using setup_sdcard.sh script from prebuilt images resulting in readonly fs

2015-01-05 Thread Robert Nelson
On Mon, Jan 5, 2015 at 8:56 PM, Paulo Sherring pauloasherr...@gmail.com wrote: Curiously, I am able to copy and paste to the mounted FS on my develpment machine, live on beaglebone, but cant change anything neither over SSH nor over serial terminal. BTW, which version of Debian... There is

[beagleboard] Re: Saving Data In a Text File

2015-01-05 Thread Craig Markwardt
On Sunday, January 4, 2015 9:36:52 PM UTC-5, SHAO MIN wrote: ... for sensor in /sys/bus/i2c/devices/i2c-1/*/*_input; do echo -n $(basename $sensor): ; cat $sensor; done ... How do I save this in a text file on my windows laptop instead? This is a Unix/linux question, not a BBB

Re: [beagleboard] Change MAC address

2015-01-05 Thread Charles Steinkuehler
Sorry for the late reply, I'm sorting through queued mail from the holidays. On 12/19/2014 5:42 AM, Vernon Tindell wrote: /etc/network/interfaces... iface eth0 inet dhcp hwaddress ether DE:AD:BE:EF:CA:FE Again, with 5-14-2-14 image, this would cause eth0 to fail to initialize. With