Jump to content

Eemeien

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Eemeien

  1. As promised, I tested the gpio. I2c is fine but there is a problem with spi. Default, cs pin is not working. This is how I changed the overlay file. It works flawlessly.
  2. I tested hdmi, type c power, ethernet, wifi and BT. All good for now. In 2 or 3 weeks I will test gpios too.
  3. OK. Than I'm waiting for your changes.
  4. Okey I understand, in sun50iw6.conf if [[ $BUILD_DESKTOP == yes && $BOARD == orangepi3-lts ]]; I always build server. I will try desktop build. And after you update your repo I will test it again.
  5. I installed bluetootctl with armbian-config but no devices found. I just install image from your repo. Do I need to do anything else?
  6. Wow great news! Sorry for the delay. I will check your repo again.
  7. https://github.com/afaulkner420/build-opi3-lts/tree/build-fix-bt this one right?
  8. OK. I will check second repo soon. I'm currently working on bluetooth, I'll let you know if there's any progress.
  9. And I tested your armbian-build repository with orangepi 3 lts: Here the dmesg output (I attached full dmesg output.): $ dmesg | grep "WCN" As you can see there is an error about bluetooth. dmesg.txt
  10. @Ukhellfire Hi, thanks for your hard work. About bluetooth in orange pi firmware repository they use ini files for bluetooth configuration. But in armbian firmware files I couldn't find that configuration files. Maybe problem it is. Orange pi firmware: https://github.com/orangepi-xunlong/firmware bt_configure_pskey.ini, bt_configure_rf.ini. Armbian firmware: https://github.com/armbian/firmware. Also I know orange pi zero 2 using same wifi-bt chip and armbian support orange pi zero2. But I don't know how to connect these dots because I don't fully understand the firmware logic. Maybe it helps.
  11. @srinath or there may be a problem with the csi socket pin order. It should match with ov5640 pin order.
  12. Maybe you should replace the regulators. The previous examples are for different boards. I don't know the orange pi pc schematic but maybe you should check your regulators. I'm working on custom board like banana pi m64 and I'm stuck on same error. By the way I'm open to any help about this error.
  13. Hi @Robert Heller how did you connect your camera to your board? could you please share a photo? I tried all things in this topic but there is no success. ı see "i2c-gpio i2c-csi: using lines 141 (SDA) and 140 (SCL)" this output in dmesg and lsmod outputs but when ı try "v4l2-ctl --list-devices", I had error "/dev/video0 invalid argument". Did you use linux default ov5640 driver or anything?
  14. I would like to add new resolution with this patch: https://github.com/FireflyTeam/armbian-build/blob/master/patch/kernel/sun8i-default/0026-h3-hdmi-additional-mode-800x480p-from-lobodis-initia.patch But I need this parameter means: in drivers/video/sunxi/disp2/hdmi/aw/hdmi_bsp_sun8iw7.c vic dclk, int, mx, vst, my, mhbw, vfp, mhfp, +x, hbw, hfp, hst, +y, vbw, h v h_pol v_pol in drivers/video/sunxi/disp2/hdmi/aw/hdmi_core.c PCLK x, y, HT, HBP, HFP, HS, VT, VBP ,VFP , VS, h_pol, v_pol, int I know pclk: pixel clock x: 1024 y:600 HT: Horizontal Total VT: Vercital Total HS: Horizontal Sync VS: Vertical Sync HBP: Horizontal Back Porch VBP: Vertical Back Porch mx = x>>8 my = y>>8 mhbw = horizontal blanking width >> 8 mhfp = horizontal front porch >> 8 But ı have no idea about other parameters. Can someone say anything? I'm trying add 1024x600. And I'm using 3.4.113 legacy kernel. Armbian 5.89. Thanks for replies, Eien.
  15. Hi, I would like to add gt9xx driver on my oppipc+. I use legacy xenial desktop 3.4 image and my touchscreen is GT911. I have source codes and makefiles. How can ı do it? ı'm noob at linux-kernel and sorry about my english. Eien. Thanks for replies...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines