Jump to content

sgufa

Members
  • Posts

    54
  • Joined

  • Last visited

Posts posted by sgufa

  1. Hi,

    after update to stable v23.11 branch i cannot build anymore under WSL2

     

    i get the following error when the process starts to create the image:
     

    "Error: Partition(s) 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64 on /dev/loop0 have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use.  As a result, the old partition(s) will remain in use.  You should reboot now before making further changes."

    here's the full log:
    https://paste.next.armbian.com/kilubovuru

     

    Any help would be very much appreciated.

    Thanks

     

     

     

    EDIT: solved by replacing the kernel with the armbian one ( https://github.com/armbian/build/pull/5978#issuecomment-1826840715 ) 

  2. Hi,

    I add a custom repository in customize-image.sh by echoing it in /etc/apt/sources.list.d/custom.list

    and then calling apt-get update

    when i build i get always the following error:

     

    [💲|🔨]   Ign:1  http://apt.customrepo.com bookworm InRelease
    [💲|🔨]   Ign:2 http://security.debian.org bookworm-security InRelease
    [💲|🔨]   Ign:3 http://deb.debian.org/debian bookworm InRelease
    [💲|🔨]   Ign:4 http://deb.debian.org/debian bookworm-updates InRelease
    [💲|🔨]   Ign:5 http://deb.debian.org/debian bookworm-backports InRelease
    [💲|🔨]   Ign:1 http://apt.customrepo.com bookworm InRelease
    [💲|🔨]   Ign:2 http://security.debian.org bookworm-security InRelease
    [💲|🔨]   Ign:3 http://deb.debian.org/debian bookworm InRelease
    [💲|🔨]   Ign:4 http://deb.debian.org/debian bookworm-updates InRelease
    [💲|🔨]   Ign:5 http://deb.debian.org/debian bookworm-backports InRelease
    [💲|🔨]   Ign:1 http://apt.customrepo.com bookworm InRelease
    [💲|🔨]   Ign:2 http://security.debian.org bookworm-security InRelease
    [💲|🔨]   Ign:3 http://deb.debian.org/debian bookworm InRelease
    [💲|🔨]   Ign:4 http://deb.debian.org/debian bookworm-updates InRelease
    [💲|🔨]   Ign:5 http://deb.debian.org/debian bookworm-backports InRelease
    [💲|🔨]   Err:2 http://security.debian.org bookworm-security InRelease
    [💲|🔨]     System error resolving 'security.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   Err:1 http://apt.customrepo.com bookworm InRelease
    [💲|🔨]     System error resolving 'apt.customrepo.com' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   Err:3 http://deb.debian.org/debian bookworm InRelease
    [💲|🔨]     System error resolving 'deb.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   Err:4 http://deb.debian.org/debian bookworm-updates InRelease
    [💲|🔨]     System error resolving 'deb.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   Err:5 http://deb.debian.org/debian bookworm-backports InRelease
    [💲|🔨]     System error resolving 'deb.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   Reading package lists...
    [💲|🔨]   W: Failed to fetch http://deb.debian.org/debian/dists/bookworm/InRelease  System error resolving 'deb.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-updates/InRelease  System error resolving 'deb.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   W: Failed to fetch http://deb.debian.org/debian/dists/bookworm-backports/InRelease  System error resolving 'deb.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   W: Failed to fetch http://security.debian.org/dists/bookworm-security/InRelease  System error resolving 'security.debian.org:http' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   W: Failed to fetch http://apt.customrepo.com/dists/bookworm/InRelease  System error resolving 'apt.customrepo.com' - getaddrinfo (16: Device or resource busy)
    [💲|🔨]   W: Some index files failed to download. They have been ignored, or old ones used instead.

     

    Any idea? I have to add custom package with several dependencies

  3. Hi,

    today i downloaded the new main branch from git and tried to build my custom board (it works with master branch). After the initial setup i get this after uboot deb creation:

     

     Built u-boot deb OK [ linux-u-boot-current-CUSTOMBOARD_23.05.0-trunk_armhf.deb ]
     error! [ Artifact file /home/sgufa/build/output/debs/linux-u-boot-CUSTOMBOARD-current_2022.07-Se092-Pfebc-B680b_armhf.deb did not exist, after artifact_build_from_sources().  ]

     

    Any suggestion?

  4. Hi all,

    as in title, gpio not work on latest Lime2 5.59 built from source using mainline 4.14.70 kernel and debian stretch. I can export correctly the gpios in sysfs but i cant get the right value. They always remain the same value. I've tried both pulled up and internal pulled up (active low) gpios with the same result. Also gpio buttons defined in dtc do not work. 

    Any idea?

  5. Hi,

    anyone used this driver with success on A20 legacy?

     

    This is what i get:

     

    Quote

    # modprobe g_multi file=/dev/mmcblk1p1
    <4>g_multi gadget: using random self ethernet address
    <4>g_multi gadget: using random host ethernet address
    <6>usb0: MAC 76:b6:36:2c:92:4c
    <6>usb0: HOST MAC de:50:19:25:cf:a6
    usb open backing file: /dev/mmcblk1p1, 0xee7e8e00
    <6>g_multi gadget: Mass Storage Function, version: 2009/09/11
    <6>g_multi gadget: Number of LUNs=1
    <6> lun0: LUN: removable file: /dev/mmcblk1p1
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59ef4, 0xeea98600, ep1-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59ef4, 0xeea98600, ep1-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59f40, 0xeea98600, ep2-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59ef4, 0xeea98600, ep1-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59f40, 0xeea98600, ep2-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59f8c, 0xeea98600, ep3-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59ef4, 0xeea98600, ep1-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59f40, 0xeea98600, ep2-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59f8c, 0xeea98600, ep3-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59fd8, 0xeea98600, ep4-bulk)
    <3>g_multi gadget: acm/ee253600: can't bind, err -19
    usb close backing file: 0xee7e8e00
    WRN:L3114(drivers/usb/sunxi_usb/udc/sw_udc.c):ERR: Error in bind() : -19
    <3>g_multi sw_usb_udc: failed to start g_multi: -19
    modprobe: ERROR: could not insert 'g_multi': No such device
     

     

    Seems that it can load ethernet and mass storage without problem but it fails on serial.

     

    If I run g_serial alone it works:

     

    Quote

    # modprobe g_serial
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59ef4, 0xee5bb100, ep1-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59ef4, 0xee5bb100, ep1-bulk)
    ep_matches, wrn: endpoint already claimed, ep(0xc0a59f40, 0xee5bb100, ep2-bulk)
    <6>g_serial gadget: Gadget Serial v2.4
    <6>g_serial gadget: g_serial ready
    <6>g_serial gadget: high-speed config #2: CDC ACM config
    WRN:L1355(drivers/usb/sunxi_usb/udc/sw_udc.c):handle_ep0: ep0 setup end

     

    # ls /dev/ttyGS0
    /dev/ttyGS0
     

     

    Any ideas?

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines