Jump to content

winnt5

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. What can we do now? Only waiting? https://dietpi.com/forum/t/rk3399-hdmi-output-and-usb-3-0-not-working-with-linux-6-1/17776/43
  2. After searching, I know kernel 6.5 rc2 is released before this bug appears. According to my tests, probably these two commits caused the problem. usb: dwc3: don't reset device side if dwc3 was configured as host-only Revert "usb: dwc3: core: Enable AutoRetry feature in the controller"
  3. Do you test it on NanoPC T4? I downloaded Minimal CLI image from https://www.armbian.com/nanopc-t4/ , which uses 6.1 kernel.
  4. After recent kernel update, USB3.0 ports no longer work, There is an error printed in kernel log. [ 2.826383] phy phy-ff800000.phy.6: phy poweron failed --> -110 [ 2.827119] dwc3 fe900000.usb: error -ETIMEDOUT: failed to initialize core [ 2.827881] dwc3: probe of fe900000.usb failed with error -110 I found this issue in NanoPC T4, but it might also appear in other RK3399 boards. lsusb didn't show any USB3.0 controller. Confirmed this isn't my hardware's problem, another board have this issue too. dwc3.txt
  5. @hexdumpI have partitioned emmc, is there a good way to copy armbian files to it?
  6. @hexdump My partition table is like this: parts: 16 00: cache 0000000010000000 2 01: logo 0000000000300000 1 02: encrypt 0000000000100000 1 03: recovery 0000000002000000 1 04: tee 0000000000800000 1 05: crypt 0000000002000000 1 06: misc 0000000002000000 1 07: boot 0000000001400000 1 08: dto 0000000000800000 1 09: cri_data 0000000000800000 2 10: param 0000000001000000 2 11: rsv 0000000001000000 1 12: system 0000000044c00000 1 13: oem 0000000012c00000 1 14: vendor 0000000006400000 1 15: data ffffffffffffffff 4 Is it possible to use cache partition area for booting armbian, and use system + oem + vendor + data partition area for armbian rootfs? Some partitions are not listed there but I found the addresses of them in reserved partition.
  7. @hexdump I have confirmed that nothing is in the first 512 Bytes in EMMC, then how can I write an mbr partition table to it?
  8. @SteeMan My box is xiaomi mdz-16-ab with 2GiB ram and 8GiB emmc.
  9. @hexdumpThanks! My box uses emmc. I have disassembled stock uboot with ghidra and I made uboot crack itself to boot unsigned android images by changing several instructions on boot using 'mw' command. So I have twrp and rooted android on my secure booted box. But only about 6GiB is available if only use data partition, I am using 'Armbian_22.11.0-trunk_Aml-s9xx-box_kinetic_edge_6.0.9_xfce_desktop.img.xz' in https://github.com/armbian/community It's more than 8GiB, and the one there without GUI is also very large. Is there any other options beside armbian community rolling release? Also, I realize that this armbian with xfce running in usb disk (there is no sd card slot on my box) is very laggy even though I set cpu scaling to performance, armbian without GUI is also a little bit laggy when typing commands.
  10. @hexdumpI have a s905x box with secure boot enabled, I can run armbian from usb drive with your chainload uboot, and trying to run it on emmc. It looks like both chainloaded mainline uboot and armbian cannot find any partitions from emmc. My box have secure boot enabled so there is no way to replace the original u-boot. I have no idea how to deal with that.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines