Jump to content

dgm78

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by dgm78

  1. So I think is eMMC because I have /dev/mmcblk1 and /dev/mmcblk0 (SD)... But can't see Android partitions... Tried fdisk and gdisk...
  2. If I create one partition at end will be possible? The box have 32Gb and Android may use 2 to 3G, so I think to create like 8Gb at end.
  3. Hi! I want to still have original Android in my S905X3 and use some space to Armbian root, but boot can still by SD card. I cant see partitions by fdisk, gdisk or parted. Partitions are managed in DTB?! Thanks.
  4. Solved removing two references from audio-controller -> pinctrl-0 that was in conflict with ethernet.
  5. Tested DTB and eth is working, but now no sound. Did you checked the sound? Edit: Solved removing two references from audio-controller -> pinctrl-0 that was in conflict with ethernet.
  6. Hi! x96-max.dtb - eth and no sound sm1-sei610 - no eth and sound (I fix the eth in dtb, but now in conflict with sound). The conflict is: On the sound detection says that GPIOZ_2 is already used by eth. Find GPIOZ_2 and found: pinctrl-meson-g12a.c:static const unsigned int eth_rgmii_rx_clk_pins[] = { GPIOZ_2 }; pinctrl-meson-g12a.c:static const unsigned int tdm_c_din0_z_pins[] = { GPIOZ_2 }; Both variables (eth_rgmii_rx_clk_pins and tdm_c_din0_z_pins) pins and are used in DTB. Does anyone help me how to solve? Edit: Solved removing two references from audio-controller -> pinctrl-0 that was in conflict with ethernet.
  7. Hi @Sergey2k, @ldiaz I patched my meson-sm1-sei610.dtb to ethernet work, but now audio stopped with GPIOZ_2 error like yours. How to solve?
  8. Hi! Updating... I copy ethernet sections from g12-x96-max.dts to sm1-sei610.dts and now booting with sm1-sei610.dtb eth can work, but sound not detected... Maybe conflict with both or I made something wrong?
  9. Hi! If start with g12a-x96-max.dtb ethernet works and no sound, with sm1-sei610 no ethernet and sound works. I tried to exchange sections of dts files between version (two way), but when I use DTC to convert to dtb, so many conflicts of phandle address already used. How to solve?!
  10. Yes... Not related to u-boot too, maybe related to missing configuration on the kernel..
  11. Other user says that solved limiting max_speed = 100 in DTB...
  12. My sound still not working. Removed pulseaudio and ran script, but in alsamixer seems the same. Any other tip?
  13. I solved using another router, but I will try limiting to 100 with first route. Does your sound works? Have any tip?
  14. Hi! I use this board since jun/2019 with Armbian 5.90 and kernel 5.1.15 (all OK except HDMI audio). In these 6 months tried to update kernel image few times, 5.2.x some months ago and now 5.5.0, but not more 1920x1080 support, the maximum is 1280x1024. Xrandr not show as supported mode anymore, whats happen? This is related to u-boot? I think can not read EDID, because no monitor model name is shown. Another question is, now in 5.5.x I can see HDMI audio device, but still can't listen, what left to be developed?
  15. Hi! My X96 Max+ eth0 is active, but can not get ip from dhcp and not work If use static ip... Any idea about this problem?
  16. Hi! I think all fine in my configuration, but not connect on boot, I need to killall -q wpa_supplicant and run /etc/init.d/networking restart to connect. # /etc/network/interfaces iface wlan0 inet static address 192.168.1.200 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 pre-up wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf -wB -D <forgot the name> post-down killall -q wpa_supplicant
  17. dgm78

    PHP 5.3

    Hi! I need to use PHP 5.3 that is requiriment of old version of vtigerCRM. How to install it in Armbian?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines