Martin

Results 26 comments of Martin

U-Boot overlays seem to be a very new feature. Is this really less error prone than using the cape_enable option in /boot/uEnv.txt? Currently, I am loading the overlay on demand...

Thanks, that's good to know. Meanwhile I have tested 4.4.55-ti-rt-r94 and it works as expected when loading on demand using cape manager or via the cape_enable option in uEnv.txt. When...

Following are the conflicting addresses: 44e10984 => conf_uart1_txd 48022000 => UART1 registers 48024000 => UART2 registers 44e10954 => conf_spi0_d0 The bone kernel loads 2 spi related modules whereas the ti...

After removing /lib/modules/4.4.59-bone-rt-r17/kernel/drivers/spi/spi-omap2-mcspi.ko the pinmux problems are gone but there's still "bone_capemgr bone_capemgr: loader: failed to load slot-7 BB-BONE-LOGIBONE:00A0 (prio 0)" when using the cape_enable option in uEnv.txt. **Update**: The...

Is there any news on this topic? Would it be better to move the issue to https://github.com/beagleboard/linux?

I am using U-Boot 2017.03-rc3-00002-g16d7481d17 and kernel 4.4.59-bone-rt-r17. I made the following changes in uEnv.txt: ``` enable_uboot_overlays=1 dtb_overlay=/lib/firmware/BB-BONE-LOGIBONE-00A3.dtbo ``` However, U-Boot doesn't report that it loads the overlay. Indeed cape...

The eMMC needs to be disabled when using the Logibone. I pressed the S2 switch to force booting via the SDCard which contains an up to date version of U-Boot....

I have now debugged the driver code using kernel 4.4.61-bone-rt-r17. When calling dma_request_channel() a valid channel (4 in my case) is returned. However there‘s the „edma 49000000.edma: Entry slot allocation...

Thanks for you work regarding the u-boot overlays. I have just tested 4.4.65-bone-rt-r17. The error „edma 49000000.edma: Entry slot allocation failed for channel 0“ still exists. I doubt that it...