Michael Bishop

Results 79 comments of Michael Bishop

what errors did you have in the logs?

x264 ``` nix { crossAttrs = { configureFlags = [ "--cross-prefix=x86_64-w64-mingw32-" ]; }; } ```

i got it working fairly easily on my pi5: ``` clever@raspberrypi:~ $ cat test.cfg adapter driver linuxgpiod adapter gpio swclk 20 -chip 4 adapter gpio swdio 21 -chip 4 clever@raspberrypi:~...

> And what does -chip 4 means here? ``` clever@raspberrypi:~ $ gpiodetect gpiochip0 [gpio-brcmstb@107d508500] (32 lines) gpiochip1 [gpio-brcmstb@107d508520] (4 lines) gpiochip2 [gpio-brcmstb@107d517c00] (17 lines) gpiochip3 [gpio-brcmstb@107d517c20] (6 lines) gpiochip4 [pinctrl-rp1]...

ah good catch, so we could just use gpiod on every model and then all you need to do is change the chip#

> But 100KHz and that too it says "Info : This adapter doesn't support configurable" is kinda bothering me. Since 100KHz is very low specially when it comes to over...

i'm not sure, but shouldnt fb_pan_display also exist on struct fb_ops bcm2708_fb_ops to do the actual flip?

after more digging, i see that fb_pan_display doesn't seem to be required the problem appears to be around https://github.com/raspberrypi/linux/blob/rpi-3.6.y/drivers/video/bcm2708_fb.c#L189 the copy in razdroid is over 6 months old, and calculates...

wait, upon a closer inspecting, that bug was never in the rpi fork, ever, this razdroid copy is somehow missing things that the rpi fork has had since the initial...