On Thu, Mar 29, 2018 at 7:22 AM, wrote:
> I'm using kernel 4.1.13
> uname output:
> Linux bbbi-ohl-1 4.1.13-ti-r30 #1 SMP PREEMPT Fri Nov 13 21:54:17 UTC 2015
> armv7l GNU/Linux
That's kinda old. ;)
Grab Yakbuild:
https://github.com/RobertCNelson/yakbuild
Follow the readme and use the "recipe
I'm using kernel 4.1.13
uname output:
Linux bbbi-ohl-1 4.1.13-ti-r30 #1 SMP PREEMPT Fri Nov 13 21:54:17 UTC 2015
armv7l GNU/Linux
Is there a way to disable logging?
Still don't know who is setting the clock back to 16MHz.
The capemgr?
Am Mittwoch, 28. März 2018 20:25:08 UTC+2 schrieb Wulf Man:
>
what version kernel are you using. 4.9 had logging turned on and it made
a lot of noise
On 3/28/2018 5:56 AM, joerg.kr...@ims.fraunhofer.de wrote:
> Hi,
> I'm trying to use the spi device on my beaglebone black with a C program.
> For setup I use something like:
>
> |
> uint8_t SPImode|=SPI_CPOL;
Hi,
I'm trying to use the spi device on my beaglebone black with a C program.
For setup I use something like:
uint8_t SPImode |= SPI_CPOL;
uint8_t bits = 8;
uint16_t delay = 0;
uint32_t speed = 50;
fd = open("spidev1.0", O_RDWR);
ret = ioctl(fd, SPI_IOC_WR_MODE, &SPImode);
ret = ioctl(fd, SP