Re: [beagleboard] how to add a simple kernel module with customized kernel

2014-03-23 Thread Mark Grosen
What kind of kernel did you build? My stock kernel is "Thumb2" so modinfo shows: vermagic: 3.8.13-bone41 SMP mod_unload modversions ARMv7 thumb2 p2v8 If your kernel is Thumb2, then your module needs to be Thumb2, also. mark@p3d:/lib/modules/3.8.13-bone41/kernel/drivers% zcat /proc/config.g

[beagleboard] how to add a simple kernel module with customized kernel

2014-03-23 Thread siva kumar
hai all, i followed this link to compile a kernel for bbb http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-BasicRequirements i try to mount my kernel using sd card, after a series of bugs finally i can able to boot my kernel using the precompiled ubuntu rootfs which w

Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-23 Thread Robert Nelson
On Mar 23, 2014 10:36 PM, "Ramon Mendes" wrote: > > How can I make the microSD image to not copy the image to the eMMC of my Beaglebone Black? > > That is, by default, when I insert the SD card with this Debian image, and then power the BBB, it will automatically start flashing the Debian image to

[beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-23 Thread Ramon Mendes
How can I make the microSD image to not copy the image to the eMMC of my Beaglebone Black? That is, by default, when I insert the SD card with this Debian image, and then power the BBB, it will automatically start flashing the Debian image to the BBB internal disk (eMMC). I notice it because af

[beagleboard] Makathon Open Source hardware hackathon | Silicon Valley San Carlos | March 28-30

2014-03-23 Thread Carole Wai Hai
Hardware Hackathon | 28-30 March | Techshop San Carlos Beableboard Community,Hardware hackers, Programmers, Arduino enthusiasts, Roboticists, Here is THE must attend hackathon of the season and here's why:1) COOL THEMES: Social Impact | Improved Wearable | Music makes me happy *2) MENTORSHIP - t

[beagleboard] Re: Angstrom passwords

2014-03-23 Thread mountain.miche...@gmail.com
Had same problem. Following the "Getting Started with Beaglebone" book from Make seems to give this result. Was able to get to a console and add a user manually, and get around it. Shouldn't have to do this, though, honestly. This kit is aimed at beginners. Surely this sort of gotcha would hav

[beagleboard] HELP. dead beagleboneblack

2014-03-23 Thread dd
Hi. I bought BBB A6A new, 1 month ago. It worked OK out-of-the-box. I power it from the USB from a windows laptop and poke around with a browser. No problems. I soldered on the proper JTAG header very carefully and now it is dead. The Power LED lights up, but nothing else happens. I am

Re: [beagleboard] BBB no autoboot of uSD

2014-03-23 Thread Louis Thiery
So it ended up being ridiculously easy- thank you for all your work, Robert! I just switched the two if statements in the CONFIG_BOOTCOMMAND definition in am335x_evm.h (u-boot/include/configs) so that mmc dev 1 was attempted first. Now I have this u-boot.img on my eMMC and the original on the SD

Re: [beagleboard] Re: [beagleboard-gsoc] Re: Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-19)

2014-03-23 Thread Chrs2021
Since I saw GPU support on the newer 3.8/3.12 kernels will there be a version that has PVR support? Thanks ~Chris -- 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 t

Re: [beagleboard] BBB no autoboot of uSD

2014-03-23 Thread Louis Thiery
Ah finally got my toolchain to work with these instructions: http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-Bootloader:U-Boot The u-boot.img I compiled out of there works just fine - so now let's see what happens when I hack it :D On Saturday, March 22, 2014 12:46:51 PM U

Re: [beagleboard] Re: [beagleboard-gsoc] Re: Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-19)

2014-03-23 Thread dumb looks free
*Debian X11/LDE display problem ?* hello, I was having trouble to debug a problem related with the bootup process and the LDE GUI display. I am just a beginner so I'm not really sure what or why, but in the end it worked for me. *Configuration / Notes:* *BBB: Rev A5C *Power source: Usin

[beagleboard] bmp085-i2c kernel module doesn't detect bmp180

2014-03-23 Thread Dacobi
Hello I have a cape with a MPU6000 and a BMP180 both connected to i2c-1 They both show up with i2cdetect -r 1 but nothing happens when i modprobe bmp085-i2c or inv_mpu6050 Im not sure if inv_mpu6050 supports mpu6000 but as far as I can read the bmp085-i2c code it should support bmp180 Do I need

[beagleboard] Controlling power to USB connections

2014-03-23 Thread Patrick Walters
uname -a Linux beaglebone 3.8.13 #1 SMP Thu Sep 12 10:27:06 CEST 2013 armv7l GNU/Linux Is it possible to control the power to the USB port on the board or a HUB from the CLI? My scenario is that I'd like to be able to turn something on\off that is powered from the USB connection. Thanks, -p