Jump to content

iamdrq

Members
  • Posts

    55
  • Joined

  • Last visited

Recent Profile Visitors

3252 profile views
  1. Full remove warning : ret = of_get_drm_display_mode(panel->dev->of_node, mode, p->desc->bus_format, change to: ret = of_get_drm_display_mode(panel->dev->of_node, mode, (u32 *)&p->desc->bus_format, and delete unused variable line 379,470,525 I am not familiar upstream policy and it aim is not bit-to-bit compatible with the rockchip kernel. This patch driver make drive a dsi panel easy, so I shared this to armbian build system.I hope it help someone drive dsi panel easy.
  2. I'm sorry about this driver has 4 warnings when I checked it,and the bus_format actually is bus_flags, I used the wrong name, although it not effect use, I will fix it when I have time in the future. This dirver is differ in upstream panel-simple-dsi, panel-simple-dsi actually contain a lot sets panel model.but this panel-dsi-simple is universal driver,you just put init code,config to dts and not need adjsut driver c code when drive a new panel model.
  3. @Erica I have encountered something troublesome, and I am troubled by it. I'm afraid I don't have time to deal with this problem, so don't wait for me,I'm sorry.
  4. @Erica now apt system media edge is 6.2.0,current is 6.1.11,maybe you can try: If you decide use 6.2: apt install linux-headers-edge-media If you decide use 6.1: apt install linux-headers-current-media armbian build system has some adjustments,so I am not sure it compatible your system and I am not know how find the deb.
  5. @Erica It depends on linux-headers-xxx-xxx, like below: root@MusicPI:~# dpkg -l |grep linux-headers ii linux-headers-edge-media 23.02.2 arm64 Linux kernel headers for 6.2.0-media on arm64 edge
  6. @atonejust worked,driver in here https://github.com/iamdrq/panel-edp-friendlyelec
  7. @EricaCould you have a look right top's message box?I known how enable overlay on nanopct4 that used media kernel.that is a little trouble.
  8. @atoneOk,I saw that.But nanopct4 used media kernel that it use extlinux havn't overlay. It need adjust some file in path /boot,I send mesage to Erica
  9. @suhail dtc /sys/firmware/fdt > now.dts Please execute upper command then upload the now.dts file to there.
  10. @EricaOk,let's look whether boot over extlinux ls -alh /boot
  11. @EricaPlease show me uname -a
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines