bb-kernel icon indicating copy to clipboard operation
bb-kernel copied to clipboard

Results 23 bb-kernel issues
Sort by recently updated
recently updated
newest added

This is my RS485 config on boneblack. `&am33xx_pinmux { uart1_pins: uart1_pins { pinctrl-single,pins = < 0x178 (PIN_OUTPUT | MUX_MODE7) /* uart1_ctsn.uart1_ctsn */ 0x17c (PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* uart1_rtsn.uart1_rtsn */ 0x180...

Starting with the image `bone-debian-10.5-console-armhf-2020-08-31-1gb.img.xz` on a BeagleBone Green Gateway, I've upgraded the kernel via: ``` sudo apt install linux-image-4.19.135-bone55 ``` and then rebooted. The board boots, and I'm able...

`1xross` is interpreted by apt as version 1, this means if it has a version 4 kernel available elsewhere it will install that instead of this 5.8 version.

internal testing

Hi Robert, I'm facing an issue while trying to connect a WiFi chip to a Beaglebone black, using the mmc2 interface. The issue occurs during the detection phase, right at...

Issue created to walk users thru this... ``` #yakbuild: git clone https://github.com/RobertCNelson/yakbuild cd ./yakbuild/ cp recipe.sh.v3.8.x.sample recipe.sh #Open recipe.sh and change: 3.8.13-bone86 -> (your version) #Download the patches: wget https://raw.githubusercontent.com/RobertCNelson/bb-kernel/am33x-v3.8/patches/emmc/0001-mmc-core-Update-the-ext-csd.rev-check-for-eMMC5.1.patch...

I have a device (a camera from Finger Lakes Instrumentation), and the vendor sent me source code for a kernel module. I know nothing about compiling kernel modules. Here's the...

Hello, I'm using am33x-v4.9 branch of the repo and trying to build sgx modules. But the script sgx_build_modules.sh ends up with the following errors: > CC [M] /home/sergey/bbb/rcn/bb-kernel-am33x-v4.9/ignore/ti-sdk-pvr/Graphics_SDK/GFX_Linux_KM/services4/srvkm/env/linux/osfunc.o /home/sergey/bbb/rcn/bb-kernel-am33x-v4.9/ignore/ti-sdk-pvr/Graphics_SDK/GFX_Linux_KM/services4/srvkm/env/linux/osfunc.c: In...

This problem occurs on the BBB when calling dma_request_channel(). I am using this driver https://github.com/fpga-logi/logi-kernel. When doing a write operation on /dev/logibone_mem, the system hangs (kernel crash?). The same driver...

I'm using the last image for my BBB: bone-debian-8.7-iot-armhf-2017-03-19-4gb.img.xz I need to play audio to an HDMI connected TV but is doesn't works. I'm trying with aplay command but it...