Jump to content

mantouboji

Members
  • Posts

    111
  • Joined

  • Last visited

Everything posted by mantouboji

  1. Of course . In fact I clone it from GitHub freshly today . yaofei@nucu2110:~/src/armbian/build$ LANG=C git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean
  2. USB not working for a long while , is there any solution?
  3. Why did you break the DT then cause USB is lost? yaofei@wgz2:~$ dmesg | grep vcc [ 1.409536] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-ph not found, using dummy regulator [ 1.427370] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pc not found, using dummy regulator [ 2.685538] usb1-vbus: supplied by vcc-5v [ 2.685953] sun50i-h616-r-pinctrl 7022000.pinctrl: supply vcc-pl not found, using dummy regulator [ 2.687760] vdd-cpu: supplied by vcc-5v [ 2.688515] dcdcb: supplied by vcc-5v [ 2.688763] vdd-gpu-sys: supplied by vcc-5v [ 2.689253] vdd-dram: supplied by vcc-5v [ 2.689798] vcc-eth-mmc: supplied by vcc-5v [ 2.690290] vcc-pl: supplied by vcc-5v [ 2.690747] vcc3v3-ext: supplied by vcc-5v [ 2.691288] vcc3v3-ext2: supplied by vcc-5v [ 2.691744] vcc1v8: supplied by vcc-5v [ 2.692482] bldo2: supplied by vcc-5v [ 2.692899] bldo3: supplied by vcc-5v [ 2.693335] bldo4: supplied by vcc-5v [ 2.693817] cldo1: supplied by vcc-5v [ 2.694325] cldo2: supplied by vcc-5v [ 2.694774] cldo3: supplied by vcc-5v [ 2.781685] usb_phy_generic usb_phy_generic.1.auto: supply vcc not found, using dummy regulator [ 2.788334] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pf not found, using dummy regulator [ 3.524820] sun50i-h616-pinctrl 300b000.pinctrl: supply vcc-pi not found, using dummy regulator
  4. I simply copied the sun50i-h6-w1-gpio.dts to h616 one , and then modified the file , change h6 to h616 , and change pin to PC7 . and then fixed the general-sunxi-overlays.patch to include overlay subdir. build well . but when I load the dtbo, error message is : [ 86.285837] Driver for 1-wire Dallas network protocol. [ 86.300790] sun50i-h616-pinctrl 300b000.pinctrl: pin PC7 already requested by onewire@0; cannot claim for 300b000.pinctrl:71 [ 86.300836] sun50i-h616-pinctrl 300b000.pinctrl: pin-71 (300b000.pinctrl:71) status -22 [ 86.300862] w1-gpio onewire@0: gpio_request (pin) failed [ 86.300875] w1-gpio: probe of onewire@0 failed with error -22
  5. If I want to add a new device tree overlay (for instance, H616 W1-gpio or pps-gpio), how to do it and produce diff patch?
  6. 0036 patch is conflicted with h616_0005 one . should be merged into h616_0005 and remove it . maybe some new patch breaks the USB stuff , 5.15.1 can't use USB port.
  7. please remove the new 0036- patch file and add the change to h616_0005 patch .
  8. this patch was overlapped by h616_0005 one I build hirsute
  9. still no reboot, and USB is broken 11月 08 08:11:11 orangepizero2 kernel: usb 2-1: new full-speed USB device number 6 using ohci-platform 11月 08 08:11:12 orangepizero2 kernel: usb 2-1: device descriptor read/64, error -62 11月 08 08:11:12 orangepizero2 kernel: usb 2-1: device descriptor read/64, error -62 11月 08 08:11:12 orangepizero2 kernel: usb 2-1: new full-speed USB device number 7 using ohci-platform 11月 08 08:11:12 orangepizero2 kernel: usb 2-1: device descriptor read/64, error -62 11月 08 08:11:13 orangepizero2 kernel: usb 2-1: device descriptor read/64, error -62 11月 08 08:11:13 orangepizero2 kernel: usb usb2-port1: attempt power cycle 11月 08 08:11:13 orangepizero2 kernel: usb 2-1: new full-speed USB device number 8 using ohci-platform 11月 08 08:11:13 orangepizero2 kernel: usb 2-1: device not accepting address 8, error -62 11月 08 08:11:14 orangepizero2 kernel: usb 2-1: new full-speed USB device number 9 using ohci-platform 11月 08 08:11:14 orangepizero2 kernel: usb 2-1: device not accepting address 9, error -62 11月 08 08:11:14 orangepizero2 kernel: usb usb2-port1: unable to enumerate USB device
  10. Thanks my dear, Are you kidding me ? there is no this modules in 5.14.x kernel.
  11. You are always welcome. As a hobbyist, I only want use this board to run homeassistant and a WireGuard router, so when I found some bug, I think I should report it in here . Since supporting for this model is so difficult, it seems that switch to other board is a better choice. Thanks a lot for you and all of developers here, I will keep using Armbian on other supported boards . Grazie mille. Большое спасибо.
  12. Sorry . I will abandon all of my Zero2 and not to use them again. Thanks for all of your work.
  13. test impish build download from main site, still no device tree overlay and reboot . WLAN still can't connect wish WPA2-PSK
  14. For the latest version in GITHub, kernel 5.4.14, still no DTB overlay , even no -fixup.dtbo , so no WiFi and BT, no any GPIO no reboot. Run Hassio supervisor is very well . Many USB WiFi can't link to AP with WPA2-PSK , such as 8192cu
  15. Now with kernel 5.14.2, only mt7601u USB WiFi dongle can connect to 2.4G AP, others such like 8821cu and 8818eu can browse SSIDs but can't connect to them with a PSK password. same on OrangePi 3
  16. now , the latest version in GitHub , boots very well, ethernet and USB are OK, but after plug a USB WiFi dongle, can't connect to WiFi with password . still no devicetree and overlays .
  17. I only change that 2 lines, left other stuff nochange. those patches are in the archive folder. May I copy them to userpatches folder?
  18. Yes, I just changed these two lines. I found I made a mistake, use "head" rather than "branch:master" So I change to exactly as you writo, others keep the Armbian master. After build and burn to SD card, still stuck at "Starting Kernel ... "
  19. sorry. Sine my GPS module attached to S-UART-TX and S-UART-RX, I added the uart1 overlay . Now I changed to GPS to UART3, remove uart1 on armbianEnv.txt , the bluetooth works well .
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines