Jump to content

c0rnelius

Members
  • Posts

    252
  • Joined

Other groups

Contributor/Maintainer

1 Follower

Profile Information

  • Gender
    Male
  • Location
    US

Contact Methods

  • IRC
    #arm-img-builder
  • Github
    https://github.com/pyavitz
  • Discord
    https://discord.gg/mypJ7NW8BG

Recent Profile Visitors

5913 profile views
  1. Try this overlay /dts-v1/; /plugin/; / { fragment@0 { target = <&ehci0>; __overlay__ { status = "okay"; }; }; fragment@1 { target = <&ohci0>; __overlay__ { status = "okay"; }; }; fragment@2 { target = <&usbotg>; __overlay__ { dr_mode = "host"; }; }; }; sunxi-usb-host-mode.dts
  2. Ok. So I think what I am getting out of this, is you are trying to use the designated PWR / OTG port as a HOST port. I'm not sure that is possible? I would need to investigate. Also I would be interested in knowing what ur u-boot log looks like powering it with that Waveshare.
  3. @Samor140 I think, I'm missing a piece of the puzzle. I built a fresh Armbian IMG and I'm getting the same results as before. So maybe I don't understand exactly what you are trying to do? Which USB-C port are you trying to use here?
  4. @Samor140 I just ran a basic test with a little hand held wireless keyboard+mouse combo and I can't replicate this. lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 002: ID 0413:0308 Leadtek Research, Inc. Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub cat /proc/device-tree/soc/usb*/dr_mode; echo host I made some recent changes to the DTS, but I doubt that would be the issue here. Plus I've never heard anyone complain about it before. Could always see if there is a kernel update available or try the EDGE kernel. Most of the recent work I've been doing is related to EDGE "Bluetooth" and U-Boot. What are you powering the unit with? I haven't seen issue with this unit, but on other h618's I have had USB issues when not using a proper PSU.
  5. @-jk- Yeah.... Well I've seen that before. Download, extract and put the debs you need on either a usb stick or sdcard. You can install with `sudo dpkg -i *.deb` Reboot and that should put you back to where you were. From there if you want functional BT, try the edge kernel. https://github.com/pyavitz/binary/releases/download/images/linux-image-current-sunxi64.zip EDIT: I attached the "Fix?" to this PR: https://github.com/armbian/build/pull/8454
  6. Nice work. Looks good.
  7. @-jk- Try the latest stable `edge` kernel.
  8. I also have a personal preference. I don't like my fans just spinning to spin. I prefer them to trigger under heavy load and then cut off once that load has passed. You are more than welcome though, to make adjustments to it and submit them via PR.
  9. That is exactly what it does. It would take a lot more work to make it gradually speed up, if it even could be done? Hence why I wrote it simply. The one I linked is the one you are using.
  10. It is set to kick on at 55*C. You can review the dtso in the patch dir; https://github.com/armbian/build/blob/main/patch/kernel/archive/meson64-6.12/overlay/meson-g12-pwm-gpiox-5-fan.dtso
  11. Brave browser supports arm64 and has a "New private window with Tor" option. Might be worth checking out.
  12. Have you tried the meson-g12-pwm-gpiox-5-fan overlay?
  13. For sure, no. It's a S905X5M https://www.hardkernel.com/shop/odroid-c5/ The C4 is a S905X3
  14. HOST /dts-v1/; /plugin/; / { fragment@0 { target = <&usbotg>; __overlay__ { dr_mode = "host"; }; }; }; OTG /dts-v1/; /plugin/; / { fragment@0 { target = <&usbotg>; __overlay__ { dr_mode = "otg"; }; }; }; By default it is set to peripheral.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines