Jump to content

Werner

Administrators
  • Posts

    5380
  • Joined

  • Last visited

Posts posted by Werner

  1. 1 hour ago, Walter Zambotti said:

    for another board

    Kernel versions might differ depending on hardware since board families have individual patchsets which might require specific Linux versions.

     

    If it is the same board then I think current has been bumped from 6.6.y to 6.12.y recently.

    You can try legacy instead if you need 6.6.y version.

     

    1 hour ago, Walter Zambotti said:

    required version specified or determined?

    It is not possible to build a specific version like 6.7.2 because the patches Armbian puts on top of mainline kernel are following recent versions which means sooner or later some will break compilation. If you need a specific version you are on your own to specify the version necessary in the board configuration and fix issues that might occour.

  2. Hm this is odd.

     

    Is there a specific reason to use mainline? If not you can try a vendor kernel based image.

     

    Overall I cannot reproduce. I have an Orangepi5 here and usb works well with both vendor an edge. Latter I tested earlier today with kernel 6.14.0-rc2

     

    Also check that your board does not suffer from undervoltage. Ideally use a PSU that outputs slightly over 5 volts in order to compensate for losses across wiring, connectors and pcb traces.

  3. Ah. A quick test revealed that the overlay name causes it a file not found.

    Go to /boot/dtb/rockchip/overlay folder and rename rk3588-ov13850-c3.dtbo to  rockchip-rk3588-ov13850-c3.dtbo

    Then reboot.

     

    To get to the root cause of this at least read access to the boot loader is necessary. Therefore everyone tinkering with SBCs should have an USB UART adapter handy.

  4. Seems like your /boot/armbianEnv.txt is wrong

     

    Looking like this I assume?

     

    verbosity=1
    bootlogo=true
    console=both
    overlay_prefix=rockchip-rk3588
    overlays=panthor-gpu
    fdtfile=rockchip/rk3588s-orangepi-5.dtb
    rootdev=UUID=af265968-c707-4182-9419-ca767922fd72
    rootfstype=ext4
    fdt_overlays=rk3588-ov13850-c3
    usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u

     

     

    Try something like this:

     

    verbosity=1
    bootlogo=true
    console=both
    overlay_prefix=rockchip-rk3588
    overlays=panthor-gpu ov13850-c3
    fdtfile=rockchip/rk3588s-orangepi-5.dtb
    rootdev=UUID=af265968-c707-4182-9419-ca767922fd72
    rootfstype=ext4
    usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u

     

  5. 40 minutes ago, numerik said:

             Universal time: Sat 2025-02-22 06:35:44 UTC
                     RTC time: Wed 2025-02-19 22:52:34

    There is a major discrepancy.

    This is what it ideally looks like'ish:

     

    Quote

    root@build:~/build# timedatectl
                   Local time: Sat 2025-02-22 07:17:15 UTC
               Universal time: Sat 2025-02-22 07:17:15 UTC
                     RTC time: Sat 2025-02-22 07:17:15
                    Time zone: Etc/UTC (UTC, +0000)
    System clock synchronized: yes
                  NTP service: active
              RTC in local TZ: no
     

     

     

     

    Interestingly the 3B seems to have some sort of rtc but I assume its worthless without a puffer battery connected. At least a connector for such is there.

  6. 17 hours ago, Tinerfe said:

    2021,10-orangepi

    That seems like sw from vendor.

     

    17 hours ago, Tinerfe said:

    flash or upload the firmware

    eMMC onboard memory needs to be erased. Check docs, I don't know by heart how to do it. Maybe there is some pin that can be shorted to ground to disable it. Or there is some tools or flash mode to erase/skip it.

    Once eMMC is nuked booting from microsd should work just fine.

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines