Re: [beagleboard] BBB OpenSuse 13.2 no video output

2015-09-01 Thread Robert Nelson
Looks like we have a race going (based on timestamps): > [ 54.444590] bone_capemgr bone_capemgr: part_number 'BB-BONE-LCD7-01', > version '00A3' > [ 54.444632] bone_capemgr bone_capemgr: slot #4: override > [ 54.444650] bone_capemgr bone_capemgr: Using override eeprom data at slot > 4 > [

Re: [beagleboard] BBB OpenSuse 13.2 no video output

2015-09-01 Thread matthieu claire
Do you know how i can do that with dracut? I don't know why on opensuse I can't use the mkinitrd Le mardi 1 septembre 2015, Robert Nelson a écrit : > Looks like we have a race going (based on timestamps): > > > [ 54.444590] bone_capemgr bone_capemgr: part_number

Re: [beagleboard] Warning: Neither atags nor dtb found

2015-09-01 Thread peoliye
On Tuesday, September 1, 2015 at 8:56:36 AM UTC-7, RobertCNelson wrote: > > On Tue, Sep 1, 2015 at 3:19 AM, peoliye > wrote: > > Problem: I am getting "Warning: Neither atags nor dtb found" after i > issue > > below commands. > > > > # fatload mmc 0:1 0x80008000

[beagleboard] linux-4.0 on Beagleboard Rev-C D-Link DWA-160 wifi not working

2015-09-01 Thread amf
Hi all, My first post here, did some searches but came up blank. I'm trying to get D-Link DWA-160 wifi working with linux-4.0 on the old Beagleboard Rev-C Many version back (do not recall which) this device worked. I have listed all I can think of that may help, if I missed something please

Re: [beagleboard] Building Kernel using RobertCNelson scripts

2015-09-01 Thread Colin Bester
Quick question. When building the kernel I assume you run build scripts (I'm using R. Nelson's bb-kernel scripts) as normal user. So far all is working well and the only 'issue' I see is that my module files (in modules tar) all have user (used to run scripts) permissions as opposed to root

Re: [beagleboard] Warning: Neither atags nor dtb found

2015-09-01 Thread peoliye
typo mistake cleared. On Tuesday, September 1, 2015 at 5:31:55 PM UTC-7, peoliye wrote: > > > > On Tuesday, September 1, 2015 at 8:56:36 AM UTC-7, RobertCNelson wrote: >> >> On Tue, Sep 1, 2015 at 3:19 AM, peoliye wrote: >> > Problem: I am getting "Warning: Neither atags

[beagleboard] Re: Servo connection

2015-09-01 Thread terra ÜÝÜ
what page? usually you need to limit the current otherwise you may destroy the board, though 3mA is usually not enough to drive the servo On Tuesday, 1 September 2015 22:06:35 UTC+10, Frédéric wrote: > > Hi! > > In his great book 'Exploring BeagleBone', Derek Molloy uses a 1k resistor > between

[beagleboard] Re: [BBB, PRU, libpruio] Segmentation fault during debug

2015-09-01 Thread terra ÜÝÜ
look back there is a working program that I posted; blinks the user LEDS the way i have it working 1. cross compile the GCC(eclipse) program from windows -> bbb 2. PRU compile the asm on the BBB via terminal. Debug does work through eclipse. If anyone gets the PRU to cross compile would be

[beagleboard] How to install rsync on TI Sitara Starter Kit?

2015-09-01 Thread Robert Willy
Hi, I see a post on-line running rsync on raspberrypi: rsync -rl --delete-after --safe-links p...@192.168.1.pi:/{lib,usr} $HOME/raspberrypi/rootfs I find that my Sitara Starter Kit has not installed such a command yet. Sitara SK is similar to BeagleBone Black. Could you tell me how to

Re: [beagleboard] BBB OpenSuse 13.2 no video output

2015-09-01 Thread matthieu claire
My bad the /dev/fb0 is available after loading the module. I really need to find a way to shove the dtbo inside the initramfs. 2015-09-01 22:24 GMT+02:00 matthieu claire : > After loading the module when I connect in ssh I still not see the device > /dev/fb0 > Is it

Re: [beagleboard] Warning: Neither atags nor dtb found

2015-09-01 Thread fittereram
Robert, Not to highjack this, Are these the same address for original Beagleboard Rev-C Thanks in advance amf On Tuesday, September 1, 2015 at 10:56:36 AM UTC-5, RobertCNelson wrote: > > On Tue, Sep 1, 2015 at 3:19 AM, peoliye > wrote: > > Problem: I am getting "Warning:

Re: [beagleboard] Warning: Neither atags nor dtb found

2015-09-01 Thread Robert Nelson
On Tue, Sep 1, 2015 at 11:18 AM, wrote: > Robert, > > Not to highjack this, > Are these the same address for original Beagleboard Rev-C > Thanks in advance Correct, they are the default's in u-boot for all ti omap devices with at-least 256MB of ram.. Regards, -- Robert

[beagleboard] Could you explain the command (install pppd) to me?

2015-09-01 Thread Robert Willy
Hi, On line there is a thread on installing pppd on a beaglebone like board (AM335x Starter Kit). I cannot ask the original author. I have downloaded the tar file, but I don't know the procedure on the installation. Could you explain it a more detail to me from the contents? Thanks,

Re: [beagleboard] BBB OpenSuse 13.2 no video output

2015-09-01 Thread matthieu claire
After loading the module when I connect in ssh I still not see the device /dev/fb0 Is it normal? Le mardi 1 septembre 2015, matthieu claire a écrit : > Do you know how i can do that with dracut? > > I don't know why on opensuse I can't use the mkinitrd > > Le mardi 1

Re: [beagleboard] Could you explain the command (install pppd) to me?

2015-09-01 Thread Robert Willy
Thanks. Your reply is just what I want to get. There is no clean in the original example, right? It is not needed. Can you understand the original writing: make CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc try to configure as per your setup, thy to look at:

Re: [beagleboard] Could you explain the command (install pppd) to me?

2015-09-01 Thread William Hermans
Well, I'm not an expert with everything make. But I can say that . . . *CC=/usr/local/arm/3.3.2/bin/**arm-linux-gcc *is the path to the gcc executable. That is, the path that the person who wrote all this expects. For the beaglebone debian images. this is probably be wrong. So, what you need to

Re: [beagleboard] Could you explain the command (install pppd) to me?

2015-09-01 Thread William Hermans
If I understand what you're asking here correctly. Install is not a command really. make would be the command, and install would be similar to a command flag / switch. Used together with other "things" like this. ./configure make clean make make install typically when working with make what this

Re: [beagleboard] BBB OpenSuse 13.2 no video output

2015-09-01 Thread William Hermans
http://www.linuxforums.org/forum/red-hat-fedora-linux/192512-how-can-i-add-binary-initramfs-image.html Seems to be a decent explanation of how to do just what you want. I've never tested this personally though . . . On Tue, Sep 1, 2015 at 2:40 PM, matthieu claire wrote:

[beagleboard] Re: Warning: Neither atags nor dtb found

2015-09-01 Thread peoliye
Just to add more: I have got kernel from this link https://eewiki.net/display/linuxonarm/BeagleBoard provided by Robert Nelson. On Tuesday, September 1, 2015 at 1:19:53 AM UTC-7, peoliye wrote: > > Problem: I am getting "Warning: Neither atags nor dtb found" after i issue > below commands. > >

[beagleboard] Warning: Neither atags nor dtb found

2015-09-01 Thread peoliye
Problem: I am getting "Warning: Neither atags nor dtb found" after i issue below commands. # fatload mmc 0:1 0x80008000 zImage # fatload mmc 0:1 0x8100 omap3-beagle-xm.dtb # bootz 0x80008000 - 0x8100 Kernel version: VERSION = 4 SUBLEVEL = 5 uboot: latest version Size of

[beagleboard] Re: Issue with CAN cape

2015-09-01 Thread Onur Duran
Hi Benjamin I work on CAN Bus with BBB. Did you find your problem's solution ? I could send data to use CAN bus with BBB but i didn't see anything do you have idea? 6 Nisan 2015 Pazartesi 23:24:42 UTC+3 tarihinde Ben F. yazdı: > > Hi Guys, > > I have a similar Problem. I am trying to

[beagleboard] Re: How write or use Can Bus driver on BBB with Ubuntu?

2015-09-01 Thread Onur Duran
Hi Mr Hermans I could work cansend command but i couldn't see outgoing data.Could I see datas with oscilloscope? I tried but couldn't see anything wonder if what's wrong 30 Ağustos 2015 Pazar 18:37:14 UTC+3 tarihinde William Hermans yazdı: > > *Side note: wireshark is capable of decoding CAN

[beagleboard] Servo connection

2015-09-01 Thread Frédéric
Hi! In his great book 'Exploring BeagleBone', Derek Molloy uses a 1k resistor between the PWM output and the servo pulse input; is it mandatory? Is it a good practice to do that? Do I need such resistor if I use a standard GPIO (soft PWM made by the PRU)? Thanks. Frédéric -- For more

Re: [beagleboard] Re: Servo connection

2015-09-01 Thread Frédéric
Le mardi 01 septembre 2015, terra a écrit : > what page? p234... > usually you need to limit the current otherwise you may destroy the > board, though 3mA is usually not enough to drive the servo Really? It is just a logic signal, not the servo power... Derek says that the 1k resistor limits

Re: [beagleboard] Re: Servo connection

2015-09-01 Thread terra ÜÝÜ
3.3v/1000ohm(1k) = 3.3mA 3.3/3000ohm(3k) = ~ 1mA I would put that one in, just in case, to make sure you dont fry the pin by accident if you have a dedicated part number for the servo, check you the datasheet for the control pin input impedance, its usually in the 10k and you don't need it; a

Re: [beagleboard] beaglebone-universal-io

2015-09-01 Thread Robert Nelson
On Tue, Sep 1, 2015 at 9:54 AM, wrote: > I am trying to use: > > https://github.com/cdsteinkuehler/beaglebone-universal-io > > When I go to load the device tree using: > > ./config-pin overlay cape-universala > > I am getting: > > [ 452.712102] bone_capemgr

Re: [beagleboard] BBB OpenSuse 13.2 no video output

2015-09-01 Thread matthieu claire
I realised I had to generate the corresponding boot.scr with the command *linux:/boot #mkimage -C none -A arm -T script -d boot.script boot.scr* *Image Name:* *Created: Tue Sep 1 16:37:53 2015* *Image Type: ARM Linux Script (uncompressed)* *Data Size:2228 Bytes = 2.18 kB = 0.00 MB*

[beagleboard] Custom board with AM3354 kernel panic with 47pF on LCD lines

2015-09-01 Thread algodue . zoli
Our company developed a custom board for a measuring device, with main function as GUI with display and ctouch. As base schematics were used the available Altium project of the BBB + and some parts of the Chipsee 7" cape. The unused peripherals, such as ETHERNET, HDMI, ID E2PROM, CAN, ecc was

Re: [beagleboard] BBB OpenSuse 13.2 no video output

2015-09-01 Thread matthieu claire
Hi Robert, Fom my understanding when I'm booting from the SD-card opensuse is using boot.script See serial log (after modifications below) *U-Boot SPL 2014.10 (Oct 20 2014 - 20:57:40)* *spl_register_fat_device: fat register err - -1* *spl_register_fat_device: fat register err - -1*

Re: [beagleboard] Warning: Neither atags nor dtb found

2015-09-01 Thread Robert Nelson
On Tue, Sep 1, 2015 at 3:19 AM, peoliye wrote: > Problem: I am getting "Warning: Neither atags nor dtb found" after i issue > below commands. > > # fatload mmc 0:1 0x80008000 zImage > # fatload mmc 0:1 0x8100 omap3-beagle-xm.dtb > # bootz 0x80008000 - 0x8100 Use

[beagleboard] beaglebone-universal-io

2015-09-01 Thread jvanderstelt
I am trying to use: https://github.com/cdsteinkuehler/beaglebone-universal-io When I go to load the device tree using: ./config-pin overlay cape-universala I am getting: [ 452.712102] bone_capemgr bone_capemgr: part_number 'cape-universala', version 'N/A' [ 452.712150] bone_capemgr

Re: [beagleboard] [BBB, PRU, libpruio] Segmentation fault during debug

2015-09-01 Thread Valeria M.
What about PRU C compiler? From what I gathered it should be able to be used from a Windows environment as well, the *only* assle is that is for bare metal application. I think the easiest way to proceed would be using a VM.. all the example and tutorial I've found online are mostly for a