Re: [beagleboard] Re: ODBC & SQL SERVER

2021-07-30 Thread Micka
dicate it supports 32 bit. (I > have not used it) > https://github.com/microsoft/msphpsql > > On Friday, July 30, 2021 at 9:14:23 AM UTC-5 Micka wrote: >> >> Hi, >> >> I would like to know if anyone has succeeded to install the driver >> msodbcsql on the be

[beagleboard] ODBC & SQL SERVER

2021-07-30 Thread Micka
Hi, I would like to know if anyone has succeeded to install the driver msodbcsql on the beaglebone black ? Looks like that it's only available for 64 bit machine :( Michael, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

[beagleboard] Micron MT41K256M16HA-125:E

2021-03-11 Thread Micka
Hi, We have to change the component: Micron MT41K256M16HA-125:E This list: Micron MT41K256M16TW-107:P Kingston D2516EC4BXGGB Kingston D2516EC4BXGGB-U are all compatible ? without any change in the configuration? Michael, -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Re: problem of SD and cache

2021-01-08 Thread Micka
I found some anwer on the internet about setting : "vm.min_free_kbytes = 8192" to /etc/sysctl.conf? How do you calculate this value ? Thanks, On Fri, Jan 8, 2021 at 5:09 PM Micka wrote: > > Hi, > > I've a program that is writing a big file in the SD periodically. &g

[beagleboard] problem of SD and cache

2021-01-08 Thread Micka
Hi, I've a program that is writing a big file in the SD periodically. After a long time, I got this error: why ? How can i fix this problem? Is it the cache ? [24032.356007] edma 4900.edma: edma_prep_slave_sg: Failed to allocate a descriptor [24032.364121] omap_hsmmc 4806.mmc:

Re: [beagleboard] Beaglebone Black WVGA

2020-11-06 Thread Micka
Achète le livre. Buy the book. And Enjoy! http://exploringbeaglebone.com/ Le ven. 6 nov. 2020 à 14:05, seb.pi...@sfr.fr a écrit : > > Hello, > > I will want to use a WVGA 800x480 touchscreen with beaglebone black, > I have QT Designer for menu and source code compile (CCS), > will someone have

Re: [beagleboard] Re: Optimization of pthread_mutex_lock in the application code

2020-09-03 Thread Micka
Usleep function Google! Best place to find your answer! Le jeu. 3 sept. 2020 à 09:52, Niresh a écrit : > Thank you, Like you said sleep(1/2) won't work, then how to give a sleep > of 500ms. > > Regards, > NK > > On Thu, Sep 3, 2020 at 1:19 PM Micka wrote: > &g

Re: [beagleboard] Re: Optimization of pthread_mutex_lock in the application code

2020-09-03 Thread Micka
It's not the best place to discuss this topic here . have a look here: https://stackoverflow.com/questions/6460542/performance-of-pthread-mutex-lock-unlock On Thu, Sep 3, 2020 at 9:46 AM Niresh wrote: > > Sorry I did not finish the thing and got posted accidentally > For example, I have

Re: [beagleboard] Optimization of pthread_mutex_lock in the application code

2020-09-03 Thread Micka
Why would you optimize the mutex ? sleep(1/2); ==> doesn't work , because 1/2 is cast to 0. On Thu, Sep 3, 2020 at 9:25 AM Niresh wrote: > Hi, > > I am using beagle Bone Black with debian image. Could any please suggest > how to optimize the application code using pthread_mutex_lock. Let me >

Re: [beagleboard] RS485 with CBB-Serial-r02

2020-06-16 Thread Micka
Can someone explain me why we can't use the rts signal for the rs485 ? Le mer. 17 juin 2020 à 00:24, Bekir Bahadir a écrit : > Also Im trying to get rs485 work over gpio with active high when > transmitting. Can anyone help? Ive creqtet a net dts with the gpios for > enabling the transmitter.

[beagleboard] beaglebone black am335X new version ?

2020-01-22 Thread Micka
Hi, I would like to know when TI is expecting to end the production of the am335X that the beaglebone black used ? And when the beaglebone black is expected to have a new processor ? 2 years ? Michael Musset, -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] Re: platformIO IDE & beaglebone black

2019-11-06 Thread Micka
I found this: https://github.com/platformio/platform-linux_arm On Wed, Nov 6, 2019 at 8:57 AM Micka wrote: > > Hi, > > I would like to know if someone know how to use the new IDE platformIO : > > https://community.platformio.org/t/platformio-for-beaglebone/3713 > >

[beagleboard] platformIO IDE & beaglebone black

2019-11-05 Thread Micka
Hi, I would like to know if someone know how to use the new IDE platformIO : https://community.platformio.org/t/platformio-for-beaglebone/3713 Micka, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Re: which kernel source for bbb ?

2019-09-13 Thread Micka
I would like that someone tell us which source is more reliable, more up to date for the beagleboneblack : https://github.com/RobertCNelson/bb-kernel https://github.com/beagleboard/linux On Thu, Sep 12, 2019 at 8:14 PM Mark A. Yoder wrote: > > Good idea. I've just put in a pull request with a

Re: [beagleboard] Re: which kernel source for bbb ?

2019-09-12 Thread Micka
nce > the desired branch is selected, it has scripts to load the correct cross > compiler and the kernel and compile everything. > > --Mark > > On Wednesday, September 11, 2019 at 2:44:43 PM UTC-4, Dennis Lee Bieber wrote: >> >> On Wed, 11 Sep 2019 09:04:15 +0200,

[beagleboard] which kernel source for bbb ?

2019-09-11 Thread Micka
Hi, which one do you advise ? https://github.com/RobertCNelson/ti-linux-kernel-dev https://github.com/RobertCNelson/bb-kernel https://github.com/beagleboard/linux what is the difference ? Micka, -- For more options, visit http://beagleboard.org/discuss --- You received this message because

[beagleboard] Re: beaglebone black & service systemd-fsck

2019-07-05 Thread Micka
Micka wrote: > > Hi, > > I woud like to activate the service : > systemd-fsck > > I tried: > > systemctl enable systemd-fsck@dev-mmcblk0p1.service > > but it's not working. > > > I have those files: > ls /lib/systemd/system/systemd-fsck* > /lib

[beagleboard] beaglebone black & service systemd-fsck

2019-07-05 Thread Micka
Hi, I woud like to activate the service : systemd-fsck I tried: systemctl enable systemd-fsck@dev-mmcblk0p1.service but it's not working. I have those files: ls /lib/systemd/system/systemd-fsck* /lib/systemd/system/systemd-fsck-root.service /lib/systemd/system/systemd-fsck@.service

[beagleboard] beaglebone black Ethernet via SPI

2018-03-14 Thread Micka
Hi, I would like to know if someone know an ethernet component that works well with the SPI interface. If this component is supported, do you know if the driver is available ? Michael, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

[beagleboard] Android Go & BBB

2018-03-02 Thread Micka
Hi, I wanted to know if anyone have tried to use Android Go on the Beaglebone black. How much space is left ? Does it consume a lot ? Michael, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] uboot fdtfile and fdtbase env

2018-02-16 Thread Micka
Hi, I know what fdtfile is used to, but I don't know what fdtbase is used to ? Micka, -- 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: Beaglebone black : Uboot & SPI driver

2018-02-13 Thread Micka
I saw it, but I thought that was for beagleboard or x15. Le mar. 13 févr. 2018 à 15:40, Robert Nelson <robertcnel...@gmail.com> a écrit : > On Tue, Feb 13, 2018 at 7:05 AM, Micka <mickamus...@gmail.com> wrote: > > Hi, > > > > I don't see any SPI driver for the AM

[beagleboard] Beaglebone black : Uboot & SPI driver

2018-02-13 Thread Micka
Hi, I don't see any SPI driver for the AM335X. I guess that I need to port the spi driver from the kernel. If someone know where I can find one, I' m interesting ! Micka, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

Re: [beagleboard] x15 expansion connectors

2017-10-04 Thread Micka
Gerald any news on a future beagleboard x15 cape ? Thanks, Le dim. 11 sept. 2016 à 20:07, Gerald Coley a écrit : > It is in the System Reference manual. > The connector for the X15 is also listed in the BOM, but you need the > mating connector for the one in the BOM. >

[beagleboard] Process accounting resumed

2017-07-26 Thread Micka
Hi, periodically I've this message in my kernel. Does someone know what is it ? I found that: /* * Check the amount of free space and suspend/resume accordingly. */static int check_free_space (struct bsd_acct_struct

RE: [beagleboard] pcie expansion?

2017-06-23 Thread Micka
The x15 is already out? What do you mean by "X15 ramped"? -- 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 receiving emails from it, send an

Re: [beagleboard] pcie expansion?

2017-06-20 Thread Micka
Gerald any news on the expansion board? -- 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 receiving emails from it, send an email to

Re: [beagleboard] smartctl and sdcard

2017-05-30 Thread Micka
nt layer, although of course there's no > fundamental reason why it couldn't be expanded to provide some of the > internal information via SMART---but it has never been done AFAIK. > > On Tue, May 30, 2017 at 8:17 AM, Micka <mickamus...@gmail.com> wrote: > >> Hi, >&g

[beagleboard] smartctl and sdcard

2017-05-30 Thread Micka
Hi, I wanted to know if someone successfully used the command smartctl with the sd card ? It could be so usefull to know the state of the sdcard, the remaining life, etc ! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to

Re: [beagleboard] update the beagle kernel with ftp when it's running

2017-04-26 Thread Micka
Well, I don't mind to reboot the beagle after. I was just wondering if it's possible to untar all the file while the beagle is running ? I'm worried about some file open by the kernel/linux ! Micka, Le mar. 25 avr. 2017 à 17:03, Robert Nelson <robertcnel...@gmail.com> a écrit : > On Tu

[beagleboard] update the beagle kernel with ftp when it's running

2017-04-25 Thread Micka
Hi, I would like to know if someone has tried to update the kernel while the beagle is running ? Is it possible ? Robert Nelson, when you compile the kernel, you put files in the bb-kernel/deploy folder. Can I copy those files to the beagle and untar during the boot ? Micka, -- For more

Re: [beagleboard] Detecting state of GPIO pins during boot up

2017-03-29 Thread Micka
create a systemd service that will launch a bash code that check the gpio . If the gpio is is at value 1, switch a led on to tell the user to remove his finger. After detecting the factory reset, do what you want in your system. Le mar. 28 mars 2017 à 21:29, Rao Gobburu

Re: [beagleboard] Re: BBB UART4 RTS for RS-485

2017-03-24 Thread Micka
There is no problem with the kernel 4.4 and rs485. Just use the omap driver and not the 8250 driver. It works well for me since 4 years. Le ven. 24 mars 2017 11:24, a écrit : > Hi, > > We are having allot of problems getting RS485 with RTS working on Debian: > Linux 4.4 > CAn

Re: [beagleboard] Ssh server

2017-03-22 Thread Micka
Jaja, ssh server stop working ? are you sure ? can you ping the beagle ? Most of the time it's a network problem ! Le mer. 22 mars 2017 à 16:07, William Hermans a écrit : > > On Wed, Mar 22, 2017 at 7:07 AM, wrote: > > Hello everyone, > > The beagle

Re: [beagleboard] What is the reasoning behind the inclusion of connman in the BBB images?

2017-03-22 Thread Micka
I have no problem to use /etc/network/interfaces . 4 years that I'm using this without connman. Micka, Le mer. 22 mars 2017 à 09:11, 'Luther Goh Lu Feng' via BeagleBoard < beagleboard@googlegroups.com> a écrit : > I seek to understand why connman is included in the BBB image? > >

Re: [beagleboard] Problems using BeagleBone Black's UART

2017-02-09 Thread Micka
I'm using the Omap driver for RS485, it works well ! Micka, Le jeu. 9 févr. 2017 à 13:30, <patrick.oet...@gmail.com> a écrit : > Hello! > > I'm trying to use the BeagleBone Black to communicate to RS485 and > CAN-Devices. > For testing I ordered the Waveshare R

Re: [beagleboard] InitRamFs

2017-01-05 Thread Micka
Thx for all, I understand better what is it now. Micka, Le jeu. 5 janv. 2017 à 13:01, William Hermans <yyrk...@gmail.com> a écrit : > My last worklog working with the initrd, which by the way is not required > _just_to_add_ overlays. Robert has a script that can do this automatical

Re: [beagleboard] InitRamFs

2017-01-05 Thread Micka
I saw that. But was not sure. The idea is to save the state of your ram? Thx, On Thu, Jan 5, 2017, 12:14 William Hermans <yyrk...@gmail.com> wrote: > You should really google this Micka, > > But initrd == initial ram disk, and initramfs is a cpio archived initial > ram disk.

[beagleboard] InitRamFs

2017-01-05 Thread Micka
Hi, I would like how is it initialized in the beaglebone black ? What is initrd.img for ? Micka, -- 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

Re: [beagleboard] How to change default hwclock on BBB Debian to always be /dev/rtc1?

2017-01-04 Thread Micka
The problem have been discussed there : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785445 Le lun. 10 oct. 2016 à 03:54, William Hermans a écrit : > The best way I found for myself. Was to simply install ntpdate, run it, > then update the external real clock from

Re: [beagleboard] Re: Do not power BBB/BBG via USB?

2017-01-03 Thread Micka
For my use case it's perfect: the board is powered by a cape. we disabled power from USB, because the cape is not made to be powered by the beagle. and yes you are right, the PPATH is hard reset to 1. Le mar. 3 janv. 2017 à 10:53, Heinz Hummel <heinz.humme...@gmail.com> a écrit : > He

Re: [beagleboard] Re: Do not power BBB/BBG via USB?

2017-01-03 Thread Micka
The proper way is to modify the driver tps65217.c : diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index ca19130..a7ae900 100644 --- a/drivers/mfd/tps65217.c +++ b/drivers/mfd/tps65217.c @@ -253,6 +253,7 @@ static int tps65217_probe(struct i2c_client *client, bool status_off =

Re: [beagleboard] console configuration (ttyO0 or ttyS0)

2016-12-21 Thread Micka
If I'm not wrong, ttyO0 is for omap driver and ttys0 is for 8250 driver. That what I understood. On Wed, Dec 21, 2016, 13:04 Madhu K wrote: > Hi All, > > I have built kernel and device tree images using beaglebone_defconfig. > > After tftp of uImage and dtb, u-boot is

Re: [beagleboard] Re: possible workaround for BeagleBone Ethernet PHY problems

2016-12-13 Thread Micka
You should switch to kernel 4.4. Robert Nelson said that the ethernet is working better. I have a modified hardware so I can't tell. Micka, On Tue, Dec 13, 2016, 09:54 Grzegorz G <grzegorz...@gmail.com> wrote: > current kernel version: Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 &

Re: [beagleboard] PRU UART Debian 8.6

2016-12-07 Thread Micka
I agree with you William Hermans ! That how it works here ! Le mer. 7 déc. 2016 à 06:14, William Hermans a écrit : > Anyway, sorry if that "stings" but hey, it's pretty much the truth. People > have lives of their own and contribute what they can, when they can. But I > would

[beagleboard] Re: Xorg & xf86OpenConsole : setpg Operation not permitted & FBIOPUTCMAP: Invalid argument

2016-12-06 Thread Micka
2016 10:13:20 UTC+1, Micka a écrit : > > Hi, > > I would like to know if someone had already this problem ? Or does someone > know how to solve it ? > > > [327741.539] X Protocol Version 11, Revision 0 > [327741.540] Build Operating System: Linux 3.16.0-0.bpo.4-

[beagleboard] Xorg & xf86OpenConsole : setpg Operation not permitted & FBIOPUTCMAP: Invalid argument

2016-12-06 Thread Micka
Hi, I would like to know if someone had already this problem ? Or does someone know how to solve it ? [327741.539] X Protocol Version 11, Revision 0 [327741.540] Build Operating System: Linux 3.16.0-0.bpo.4-armmp-lpae armv7l Debian [327741.540] Current Operating System: Linux alex

[beagleboard] Re: main difference between 4.4.13-bone11 & 4.4.13-bone14

2016-11-24 Thread Micka
I wanted to say the difference between 4.4.13 bone 11 and 4.4.34 bone 14 ? https://github.com/RobertCNelson/bb-kernel/commits/am33x-v4.4 Le jeu. 24 nov. 2016 à 10:09, Micka <mickamus...@gmail.com> a écrit : > Hi, > > I'm working on the kernel 4.4.13-bone11 and I would like to kn

[beagleboard] main difference between 4.4.13-bone11 & 4.4.13-bone14

2016-11-24 Thread Micka
Hi, I'm working on the kernel 4.4.13-bone11 and I would like to know the change that you have made since ? Did you fix some bug ? Did you improve the performance ? I'm asking those questions, because I would like to know if I should upgrade the kernel ? Thank you, Micka, -- For more

Re: [beagleboard] Re: Compare kernel versions? (re: Adafruit_BBIO ADC bug)

2016-11-24 Thread Micka
Robert, Do you have also something like https://github.com/RobertCNelson/linux-dev/commits for the kernel 4.4.13-bone11 ? Le jeu. 24 nov. 2016 à 06:36, Robert Nelson a écrit : > On Wed, Nov 23, 2016 at 10:57 PM, Drew Fustini wrote: > > What's the

[beagleboard] Server X & USB Keyboard

2016-11-07 Thread Micka
Hi, I'm trying to use xterm with the server X. THe mouse work without problem. But the I'm having an issue with the keyboard. The keyboard is detecting : [229689.444] (**) Option "config_info"

Re: [beagleboard] kernel tools/iio

2016-10-19 Thread Micka
utions to amsfield22 at gmail dot com and > daniel.baluta at gmail dot com. Your email should have the subject Task XX: > Short task description > > > They would probably be able to help you better there ( the IRC channel ) > Micka. > > On Wed, Oct 19, 2016 at 2:53 AM, Mick

[beagleboard] kernel tools/iio

2016-10-19 Thread Micka
Hi, I would like to know how to compile this tools for the beaglebone black ? I Tried, but I didn't succeed yet ! Any idea ? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To

Re: [beagleboard] How to change default hwclock on BBB Debian to always be /dev/rtc1?

2016-10-09 Thread Micka
I also had to change the default rtc... I managed it by recompiling the kernel. In the menu config you can specify the default rtc Le dim. 9 oct. 2016 21:39, maxmike a écrit : > > Robert, when using rtc0, did you also use .../i2c-adapter/i2c-0... ? > > -- > For more

[beagleboard] sometime the sd is not detected

2016-09-02 Thread Micka
Hi, Sometime on the beaglebone black, I've to remove the SD and reinsert it to be detected. Does someone know what is the cause ? Micka, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard&q

Re: [beagleboard] BBB TPS65217 RTC

2016-08-20 Thread Micka
Rtc0 is already used by default... Le sam. 20 août 2016 06:30, William Hermans a écrit : > By the way, you can use /dev/rtc0 just like any other real-time clock. > Search the internet for "linux how to use real-time clock" > > On Fri, Aug 19, 2016 at 9:29 PM, William Hermans

Re: [beagleboard] UARTS in kernel 4.4: no /dev/ttO* ?

2016-08-19 Thread Micka
ttyO* is for the omap driver. If i'm not wrong the kernel 4.4 use the driver 8250. You can switch back to the omap driver i' the config of the kernel. Le ven. 19 août 2016 01:49, William Hermans a écrit : > http://bfy.tw/7Hr5 > > Anyhow, consider this horse beaten to death.

Re: [beagleboard] Re: UART4 read in pthread not working

2016-07-27 Thread Micka
My application on the beaglebone black are multithread and for the reception there is a thread. And I don't have any problem receiving data on this thread. Don't forget to use mutex and semaphore. Le mer. 27 juil. 2016 12:11, William Hermans a écrit : > If I recall correctly,

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-06-29 Thread Micka
allow-hotplug lo allow-hotplug eth0 Le mer. 29 juin 2016 à 17:52, Micka <mickamus...@gmail.com> a écrit : > Did you put allow-hotplug everywhere ? > > Le mer. 29 juin 2016 à 17:51, William Hermans <yyrk...@gmail.com> a > écrit : > >> I found t

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-06-29 Thread Micka
<yyrk...@gmail.com> a écrit : > Robert, > > Any idea where I should start looking to resolve this problem ? I would > not mind hunting the problem down myself, and then giving the group the > information. > > On Wed, Jun 29, 2016 at 8:23 AM, Micka <mickamus...@gmail

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-06-29 Thread Micka
t; >> The solution is fairly easy, just replace auto to allow-hotplug. >> >> now it takes: networking.service (4.113s) >> > > I tried that about a week ago. It did not work for me. But I only tried > with systemd not sysv. > > On Wed, Jun 29, 2016 at 8:

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-06-29 Thread Micka
écrit : > On Wed, Jun 29, 2016 at 5:44 AM, Micka <mickamus...@gmail.com> wrote: > > Robert Nelson, > > > > About the service /etc/init.d/networking > > > > did you modify it for the beaglebone black ? > > > > Because we know that the BBB have prob

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-06-29 Thread Micka
of the execution of this service ? micka, Le jeu. 19 mai 2016 à 19:48, William Hermans <yyrk...@gmail.com> a écrit : > *My apologies to All: I'm an interloper. Actually I'm using Debian Wheezy >> and my problem is not related to bootchart. I hitched onto this thread, >> sugg

Re: [beagleboard] HDMI and interrupt GPIO1_25

2016-06-23 Thread Micka
the > HDMI from the TV. As the BBB is lacking a tuner, I am not sure how much > value this feature has. > > Gerald > > On Thu, Jun 23, 2016 at 2:41 PM, Jason Kridner <jkrid...@beagleboard.org> > wrote: > >> On Thu, Jun 23, 2016 at 3:24 AM Micka <mickamus...@

Re: [beagleboard] HDMI and interrupt GPIO1_25

2016-06-23 Thread Micka
Hi, Thx for the answer, no I don't need it. It's just by curiosity. Le jeu. 23 juin 2016 à 21:41, Jason Kridner <jkrid...@beagleboard.org> a écrit : > On Thu, Jun 23, 2016 at 3:24 AM Micka <mickamus...@gmail.com> wrote: > >> Hi, >> >> When Gerald Co

[beagleboard] HDMI and interrupt GPIO1_25

2016-06-23 Thread Micka
Hi, When Gerald Coley design the BBB, he planed to use the GPIO1_25 as an interrupt signal from the tda19988.. I wanted to know why the interrupt GPIO1_25 is not used for interrupt. Micka, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

Re: [beagleboard] Setting static IP

2016-06-21 Thread Micka
because connman is installed. try this one : sudo apt-get remove connman --purge that will remove connman, but you need to reboot after your beagle. or you can keep it and configure your ip with connman. Le mar. 21 juin 2016 à 12:27, lucas a écrit : > I am trying to

Re: [beagleboard] Capture analog input at near maximum sample rate?

2016-06-20 Thread Micka
the best woud be the PRU because you can store the data in the share memory. That is the fastest way. you can stop the acquisition whenever you want or let it go back at the beginning of your memory and go on. Le lun. 20 juin 2016 à 21:29, a écrit : > I'm looking to

[beagleboard] Re: SPL bad magic at boot in the MLO file

2016-06-17 Thread Micka
looking at this header : struct image_header *header; header = (struct image_header *)(CONFIG_SYS_TEXT_BASE - sizeof(struct image_header)); What is wrong Robert Nelson, Where am I wrong ? Le ven. 17 juin 2016 à 18:50, Micka <mickamus...@gmail.

[beagleboard] Re: SPL bad magic at boot in the MLO file

2016-06-17 Thread Micka
17, 2016 at 11:31 AM, Micka <mickamus...@gmail.com> wrote: > > Lol, ok > > > > But what went wrong ? It's checking a magic number to prevent something > > broken. > > > > Can I write back the correct magic number ? > > > > I found that in this fi

[beagleboard] Re: SPL bad magic at boot in the MLO file

2016-06-17 Thread Micka
for the beaglebone black uboot. any idea ? Le ven. 17 juin 2016 à 18:23, Robert Nelson <robertcnel...@gmail.com> a écrit : > On Fri, Jun 17, 2016 at 11:18 AM, Micka <mickamus...@gmail.com> wrote: > > I've compiled the uboot again and again, and it doesn't change anything

[beagleboard] Re: SPL bad magic at boot in the MLO file

2016-06-17 Thread Micka
I've compiled the uboot again and again, and it doesn't change anything when I replace the old MLO file : dd if=./MLO of=${DISK} count=1 seek=1 bs=128k Le ven. 17 juin 2016 à 18:16, Micka <mickamus...@gmail.com> a écrit : > Hi, when the board boot, I've the message that tell me

[beagleboard] SPL bad magic at boot in the MLO file

2016-06-17 Thread Micka
Hi, when the board boot, I've the message that tell me : bad magic. and after a deep research, it come from the SPL : common/spl/spl_mmc.c if (image_get_magic(header) != IH_MAGIC) { puts("bad magic\n"); how can i fix that ? Micka, -- For more options,

Re: [beagleboard] Device-Tree Clarifications (Beaglebone Black)

2016-06-17 Thread Micka
Why did we switch to the macro AM33XX_IOPAD ? What is the advantage doing so ? By curiousity Le ven. 17 juin 2016 à 16:05, Robert Nelson a écrit : > On Fri, Jun 17, 2016 at 4:03 AM, wrote: > > The starting point for my questions is the

Re: [beagleboard] Re: Creating an image of the debian OS with all the data that is stored in it.

2016-05-29 Thread Micka
Yes but if it's on a SDCard? dd is not good because depending of the vendors the size of the SD vary. Le ven. 27 mai 2016 15:51, Jan Meitner a écrit : > *http://elinux.org/BeagleBone_Black_Extracting_eMMC_contents* >

Re: [beagleboard] Problem in Beaglebone Black based custom hardware

2016-05-20 Thread Micka
documentation for the device tree : http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/video/backlight/tps65217-backlight.txt?v=4.1 maybe you didn't configure the driver correctly. I'm not an expert on this driver ^^ Micka, Le ven. 20 mai 2016 09:11, Santi <santiago.tel...@gm

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-05-19 Thread Micka
As Robert told u, you need to disable the service systemd-timesyncd: systemctl disable systemd-timesyncd Le jeu. 19 mai 2016 13:27, John Baker <johnba...@ieee.org> a écrit : > Thanks Micka. > > I just now tried that and putty.exe said that ntp isn't installed, so not > rem

Re: [beagleboard] TPS65217 & Vdd_core 1.125V or 1.2V or 1.1V or .... ?

2016-05-19 Thread Micka
for Vdd_Core ? I think that the correct one is 1.1V. And what is the range ? 0.95V-1.1V ( device tree ) Le mer. 18 mai 2016 à 22:31, John Syne <john3...@gmail.com> a écrit : > On May 18, 2016, at 1:58 AM, Micka <mickamus...@gmail.com> wrote: > > Hi, > > In the u-boot > ht

Re: [beagleboard] Hardware watchdog for BBB

2016-05-18 Thread Micka
He didn't finish his sentence. Le jeu. 19 mai 2016 05:47, William Hermans a écrit : > *Be careful about taking hardware design info from computer science degree >> types. John seems to understand hardware this other dude bill is a blow >> hard and a* > > > That comment, and

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-05-18 Thread Micka
sudo apt-get remove ntp Le mer. 18 mai 2016 23:53, John Baker a écrit : > Robert: > What script is trying to read the clock data from ntp? I have an Adafruit > DS3231 for the Real Time Clock and the BBB is taking a minute before it > gets the clock from the DS3231

Re: [beagleboard] Problem in Beaglebone Black based custom hardware

2016-05-18 Thread Micka
. Micka, Le mer. 18 mai 2016 20:44, <santiago.tel...@gmail.com> a écrit : > Hello! > > I'm experiencing a really weird problem with custom hardware based in > Beaglebone Black. This is the 4th revision of our hardware and we have > never found this issue until no

Re: [beagleboard] Beaglebone Black and ROS

2016-05-18 Thread Micka
Beaglebone black is a linux device... So any tutorial that explain ros with linux will work. Le mer. 18 mai 2016 15:32, a écrit : > > How can i learn to controll beaglebone black with ros? Any book, tutorial, > online course? > > -- > For more options, visit

[beagleboard] TPS65217 & Vdd_core 1.125V or 1.2V or 1.1V or .... ?

2016-05-18 Thread Micka
ave those lines : The VDD_CORE rail can deliver up to 1.2A at 1.1V. This rail is not accessible for use anywhere else on the board and only connects to the processor. This rail is fixed at 1.1V and is not scaled. So what is the correct configuration for this output ? Micka, -- For more optio

Re: [beagleboard] Hardware watchdog for BBB

2016-05-16 Thread Micka
Gerald what is your opinion on this subject ? Le lun. 16 mai 2016 21:46, evilwulfie a écrit : > spend 50 bux on a power supply to solve a 5 dollar problem yeah right. > > > > On 5/16/2016 12:34 PM, John Syne wrote: > > > On May 15, 2016, at 4:25 PM, evilwulfie <

Re: [beagleboard] Hardware watchdog for BBB

2016-05-16 Thread Micka
. 16 mai 2016 09:50, Micka <mickamus...@gmail.com> a écrit : > You dont need an external microcontroller Some watchdog from Texas do > a good job like the uccx946. > > Le lun. 16 mai 2016 09:01, arsi <a...@chello.sk> a écrit : > >> Hi, >> >> I use t

Re: [beagleboard] Hardware watchdog for BBB

2016-05-16 Thread Micka
You dont need an external microcontroller Some watchdog from Texas do a good job like the uccx946. Le lun. 16 mai 2016 09:01, arsi a écrit : > Hi, > > I use this: > > > > > > PIC 10F200 source code: > > /* >File: main.c >Author: arsi > >Created on May 22,

[beagleboard] debian 8: initramfs unpacking failed junk in compressed archive

2016-05-10 Thread Micka
Hi, initramfs unpacking failed junk in compressed archive What should I do with this error ? Micka, -- 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

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-05-10 Thread Micka
16) arm*cough* >> >> On Mon, May 9, 2016 at 8:03 AM, Robert Nelson <robertcnel...@gmail.com> >> wrote: >> >>> >>> >>> On Mon, May 9, 2016 at 10:00 AM, Micka <mickamus...@gmail.com> wrote: >>> >>>> Robert, >>&

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-05-09 Thread Micka
9-v7+ #858 SMP Tue > Mar 15 15:56:00 GMT 2016) arm*cough* > > On Mon, May 9, 2016 at 8:03 AM, Robert Nelson <robertcnel...@gmail.com> > wrote: > >> >> >> On Mon, May 9, 2016 at 10:00 AM, Micka <mickamus...@gmail.com> wrote: >> >>> Rober

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-05-09 Thread Micka
Robert, Which service is calling the script /opt/scripts/boot/am335x_evm.sh ? bonescript-autorun.service bonescript.service capemgr.service Le lun. 9 mai 2016 à 16:42, Robert Nelson <robertcnel...@gmail.com> a écrit : > On Mon, May 9, 2016 at 9:38 AM, Micka <mickamus.

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-05-09 Thread Micka
yes sorry, I know that It does a lot of thing, and it tooks a lot of time ^^ . I will have to dig into it . Le lun. 9 mai 2016 à 15:38, Robert Nelson <robertcnel...@gmail.com> a écrit : > On Mon, May 9, 2016 at 8:33 AM, Micka <mickamus...@gmail.com> wrote: > &

Re: [beagleboard] Getting Bootchart setup on Debian 8.3

2016-05-09 Thread Micka
Thank you Robert ! networking.service (18.800s) generic-board-startup.service (6.242s) lol Le lun. 9 mai 2016 à 15:25, Robert Nelson a écrit : > On Mon, May 9, 2016 at 7:52 AM, Jean-Sebastien Stoezel < > js.stoe...@gmail.com> wrote: > >> Hi: >> >> I would like to

[beagleboard] debian 8 image : connman static ip : set nameserver

2016-05-03 Thread Micka
Hi, I'm using debian 8 for the beaglebone black ... I discovered that the beaglebone switch to connman to manage the network ? why ? that more complicate than using the file /etc/network/interfaces I've difficulties with the nameserver, normally it's in the file /etc/resolv.conf, but with

Re: [beagleboard] error at boot in the image : bone-debian-8.4-lxqt-4gb-armhf-2016-04-25-4gb

2016-05-02 Thread Micka
100.91.120.21 netmask 255.255.255.0 gateway 100.91.120.254 Le lun. 2 mai 2016 à 14:56, Robert Nelson <robertcnel...@gmail.com> a écrit : > Hi Micka, > > On Mon, May 2, 2016 at 5:28 AM, Micka <mickamus...@gmail.com> wrote: > >> Starting kernel ... >> &g

[beagleboard] error at boot in the image : bone-debian-8.4-lxqt-4gb-armhf-2016-04-25-4gb

2016-05-02 Thread Micka
Starting kernel ... [3.540286] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle [3.788349] cpu cpu0: cpu0 clock notifier not ready, retry [3.939012] bone_capemgr bone_capemgr: slot #0: No cape found [3.999007] bone_capemgr bone_capemgr: slot #1: No cape found [

Re: [beagleboard] Re: Fast Pin Toggling Using MMAP

2016-04-28 Thread Micka
use the PRU it's faster ^^ Le jeu. 28 avr. 2016 à 17:55, William Hermans a écrit : > *1) I could not find START_ADDR, END_ADDR, OE, SETDATAOUT, CLEARDATAOUT >> from technical manual. Where can I find them for the pins from P9_11 ... >> upto P9_18* >> > > Setdataout, and

Re: [beagleboard] Re: RS485 support for BBB

2016-04-27 Thread Micka
Or you go on the driver omap which work very well ! Micka, Le mer. 27 avr. 2016 à 09:05, William Hermans <yyrk...@gmail.com> a écrit : > Seems to me, the answer is: Not until you write your own driver. > > On Tue, Apr 26, 2016 at 11:13 PM, 'Artur Festyn' via BeagleBoard

Re: [beagleboard] toolchain : bone-debian-7.8-lxde-4gb-armhf-2015-03-01-4gb.img

2016-04-26 Thread Micka
compiling on the eMMC or > an sdcard. > > Anyway, it's getting late( early ) here so I probably wont respond to any > more posts for ~8 hours . . .time to sleep. But I'll be willing to discuss > options with you if you want to stay with a 4.6.3 gcc. After i wake up. > > On We

Re: [beagleboard] Re: RS485 support for BBB

2016-04-26 Thread Micka
) Micka, Le mar. 26 avr. 2016 08:05, 'Artur Festyn' via BeagleBoard < beagleboard@googlegroups.com> a écrit : > Hi Micka. > no ttyO, its 8250 driver. > shouldn't 4.5 kernel work after these patches are applied or is it still > too early? > > -rw-r--r-- 1 root root 1440

Re: [beagleboard] Re: RS485 support for BBB

2016-04-25 Thread Micka
Can you show me what this command show : dmesg|grep ttyO* I repeat only omap driver work for rs485 Le mar. 26 avr. 2016 00:40, 'Artur Festyn' via BeagleBoard < beagleboard@googlegroups.com> a écrit : > It is easy and already disabled. > My question is about RS485 and custom gpio to drive DE

  1   2   3   4   >