Jayantajit Gogoi

Results 25 comments of Jayantajit Gogoi
trafficstars

@Fail-Safe with the irqbalance init.d script. I am seeing a pretty much-balanced load on each core.

> https://github.com/openwrt/openwrt/blob/af8771751c498f7a7cf801319242eb0edd5bb105/target/linux/rockchip/patches-5.10/101-dts-rockchip-add-usb3-controller-node-for-RK3328-SoCs.patch#L13 > NOTE: This binding still has issues. From the original thread: > > the rk3328 usb3-phy has an issue with detecting any plugin events > after a previous...

Can you describe more about your situation?

which controller is the SPI display using?

@myamoroso , for SPI display with ILI9341 controller, you can hookup with the SPI2 bus on the ROCK Pi S, pinouts here - [RADXA](https://wiki.radxa.com/RockpiS/hardware/gpio.) For Linux, Linux has native support...

@myamoroso, add only ``` &spi2 { status = "okay"; }; ``` in uboot. (rk3308-rock-pi-s.dts) and full node on (linux....rk3308-rock-pi-s.dts)

@myamoroso try with a lower spi speed - ``` &spi2 { status = "okay"; max-freq = ; display9341@0{ compatible = "ilitek,ili9341"; status = "okay"; reg = ; spi-max-frequency = ;...

Hi @aparcar I planned on sending the Linux patches upstream as well as to OpenWrt, but IMHO considering the available interfaces on this board, it would not make a great...