avafinger

Results 251 comments of avafinger

Maybe you should have some g_ether params like this: https://gist.github.com/dwilkins/2be58627bfdd675e3a53a011f55c5d07 Try that image and see if it is working and there are parameters to be passed to g_ether Sounds like...

_failed to initialize hardware SPI,_ You have to enable spi (0 or 1) or spidev0 or spidev1 for your need. It is "disabled" by default in DTB. Steps: 1. install...

It should be: **ls -la bpi-m2-zero-v4.dtb** But, but, but wait a minute, i realized you are running **raspi** on **m2z**, is that correct? Unfortunately this question must be directed to...

@shmuelzon @meisterbasti Sorry for the long delay to answer but i was expecting to find a way to use the sensor. Unfortunately, the way the sun6i_csi and ov5640 are designed...

Sorry. only kernel 3.4.y at the moment. Not ready for the mainline.

Here is the correct DTB with support for OV5640 in Kernel 5.6.13-server. This was made possible with a hint from Armbian forum. The current ov5640 driver for the mainline kernel...

I will try to build the latest kernel with ov5640 support this weekend.

You can test this: https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/releases/tag/v3.9 @software3daerospace This is for the BPI M2Z board, your petalinux is not the same and you may need to find and adjust the correct values...

@shmuelzon The fix is here: https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal/issues/56#issuecomment-800451720

@software3daerospace > the Mipi is not initializing properly The sensor in bpi-m2z is a DVP and not Mipi, I don't know if you need anything else. In order to talk...