Jump to content

hgp8102

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by hgp8102

  1. UPDATE:

    I fixed the problem with git and the proxy by editing the .gitconfig:

    [http]
        proxy = http://<PROXY_USER>:<PROXY_PASSWORD>@<PROXY_HOST or IP>:<PROXY_PORT>
    [https]
        proxy = http://<PROXY_USER>:<PROXY_PASSWORD>@<PROXY_HOST or IP>:<PROXY_PORT>

        insteadOf = git://

     

    But the compilation ended in the same issue, that it is unable to find a usable kernel config AND I do not see any cubietruck/cubieboard support anymore. Except in the "Show a kernel configuration menue before compilation":

     

    ---------------------------------------------------------------------------------------------------

    TRY 1 [with coosing the option of changing the kernel configuration]:

    ---------------------------------------------------------------------------------------------------

    ./compile.sh BOARD=cubietruck BRANCH=next KERNEL_ONLY=yes RELEASE=stretch
    [ o.k. ] Using config file [ config-default.conf ]
    [ o.k. ] Command line: setting BOARD to [ cubietruck ]
    [ o.k. ] Command line: setting BRANCH to [ next ]
    [ o.k. ] Command line: setting KERNEL_ONLY to [ yes ]
    [ o.k. ] Command line: setting RELEASE to [ stretch ]
    [ o.k. ] This script will try to update
    Bereits aktuell.
    Bereits auf 'master'
    Ihr Branch ist auf demselben Stand wie 'origin/master'.
    [ o.k. ] Preparing [ host ]
    [ o.k. ] Build host OS release [ bionic ]
    [ o.k. ] Syncing clock [ host ]
    [ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
    ########################################################################################################################### 100,0%
    ########################################################################################################################### 100,0%
    [ .... ] Verifying 
    gpg: error reading key: No public key
    gpg: keyserver receive failed: No data
    gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
    gpg: Signature made Mi 16 Apr 2014 20:29:14 CEST
    gpg:                using RSA key D47877808F427EAF
    gpg: Can't check signature: No public key
    [ warn ] Verification failed 

     Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
     ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
      ┌────────────────────────────────────────────────────Choose an option──────────────────────────────────────────────────────┐
      │ Select the kernel configuration                                                                                          │  
      │ ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │  
      │ │                                Do not change the kernel configuration                                                │ │  
      │ │                                Show a kernel configuration menu before compilation                                   │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │  
      │                                                                                                                          │  
      ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤  
      │                                         <  OK  >                     <Cancel>                                            │  
      └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
                                                                                                                                    


    [ o.k. ] Downloading sources 
    [ o.k. ] Checking git sources [ u-boot v2018.11 ]
    [ .... ] Remote URL does not match, removing existing local copy 
    [ .... ] Creating local copy 
    [ .... ] Fetching updates 
    fatal: dumb http transport does not support shallow capabilities
    [ .... ] Checking out 
    error: pathspec 'FETCH_HEAD' did not match any file(s) known to git.
    [ o.k. ] Checking git sources [ linux-mainline orange-pi-4.19 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ sunxi-tools master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ rkbin-tools master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ marvell-tools A3700_utils-armada-18.12 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ marvell-ddr mv_ddr-armada-18.12 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ odroidc2-blobs master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ testing-reports master ]
    [ .... ] Up to date 
    [ o.k. ] Cleaning output/debs for [ cubietruck next ]
    [ o.k. ] Cleaning [ u-boot/v2018.11 ]
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    [ o.k. ] Compiling u-boot [ 0 ]
    [ o.k. ] Compiler version [ arm-linux-gnueabihf-gcc 7.2.1 ]
    [ .... ] Checking out sources 
    error: pathspec 'HEAD' did not match any file(s) known to git.
    [ o.k. ] Cleaning [ u-boot/v2018.11 ]
    [ o.k. ] Started patching process for [ u-boot sunxi-cubietruck-next ]
    [ o.k. ] Looking for user patches in [ userpatches/u-boot/u-boot-sunxi ]
    [ warn ] * [l][c] 0020-sunxi-call-fdt_fixup_ethernet-again-to-set-macaddr-f.patch [ failed ]
    [ warn ] * [l][c] 4kfix-limit-screen-to-full-hd.patch [ failed ]
    [ o.k. ] * [l][c] Merrii_Hummingbird_A20.patch 
    [ warn ] * [l][c] add-a20-olinuxino-micro-emmc-support.patch [ failed ]
    [ warn ] * [l][c] add-a20-optional-eMMC.patch [ failed ]
    [ o.k. ] * [l][c] add-awsom-defconfig.patch 
    [ warn ] * [l][c] add-bananapi-bpi-zero.patch [ failed ]
    [ warn ] * [l][c] add-beelink-x2.patch [ failed ]
    [ warn ] * [l][c] add-emmc_support_to_neo1_and_2.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-air-emmc.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-duo.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-m1-plus2-emmc.patch [ failed ]
    [ o.k. ] * [l][c] add-nanopineoplus2.patch 
    [ warn ] * [l][c] add-orangepi-plus2-emmc.patch [ failed ]
    [ warn ] * [l][c] add-orangepi-zero-usb-boot-support.patch [ failed ]
    [ o.k. ] * [l][c] add-orangepi-zeroplus.patch 
    [ o.k. ] * [l][c] add-orangepi-zeroplus2_h3.patch 
    [ warn ] * [l][c] add-sunvell-r69.patch [ failed ]
    [ warn ] * [l][c] add-xx-boot-auto-dt-select-neo2.patch [ failed ]
    [ warn ] * [l][c] add-xx-nanopi-k1-plus-emmc.patch [ failed ]
    [ warn ] * [l][c] add-xx-nanopineocore2.patch [ failed ]
    [ warn ] * [l][c] add_emmc_olinuxino_a64.patch [ failed ]
    [ warn ] * [l][c] add_emmc_orangepiwin.patch [ failed ]
    [ warn ] * [l][c] adjust-default-dram-clockspeeds.patch [ failed ]
    [ warn ] * [l][c] adjust-small-boards-cpufreq.patch [ failed ]
    [ warn ] * [l][c] enable-DT-overlays-support.patch [ failed ]
    [ warn ] * [l][c] enable-autoboot-keyed.patch [ failed ]
    [ warn ] * [l][c] enable-ethernet-orangepiprime.patch [ failed ]
    [ warn ] * [l][c] enable-r_pio-gpio-access-h3-h5.patch [ failed ]
    [ warn ] * [l][c] fdt-setprop-fix-unaligned-access.patch [ failed ]
    [ warn ] * [l][c] fix-usb1-vbus-opiwin.patch [ failed ]
    [ warn ] * [l][c] h3-Fix-PLL1-setup-to-never-use-dividers.patch [ failed ]
    [ warn ] * [l][c] h3-enable-power-led.patch [ failed ]
    [ warn ] * [l][c] h3-set-safe-axi_apb-clock-dividers.patch [ failed ]
    [ warn ] * [l][c] lower-default-DRAM-freq-A64-H5.patch [ failed ]
    [ warn ] * [l][c] sun8i-set-machid.patch [ failed ]
    [ warn ] * [l][c] sunxi-boot-splash.patch [ failed ]
    [ warn ] * [l] workaround-reboot-is-poweroff-olimex-a20.patch [ failed ]
    make: *** No rule to make target 'Cubietruck_config'.  Stop.
    sed: can't read .config: No such file or directory
    make: *** No targets specified and no makefile found.  Stop.
    [ error ] ERROR in function compile_uboot [ compilation.sh:175 ]
    [ error ] U-boot compilation failed 
    [ o.k. ] Process terminated 

     

    ---------------------------------------------------------------------------------------------------

    TRY 2 [without coosing the option of changing the kernel configuration]::

    ---------------------------------------------------------------------------------------------------

    ./compile.sh BOARD=cubietruck BRANCH=next KERNEL_ONLY=yes RELEASE=stretch
    [ o.k. ] Using config file [ config-default.conf ]
    [ o.k. ] Command line: setting BOARD to [ cubietruck ]
    [ o.k. ] Command line: setting BRANCH to [ next ]
    [ o.k. ] Command line: setting KERNEL_ONLY to [ yes ]
    [ o.k. ] Command line: setting RELEASE to [ stretch ]
    [ o.k. ] This script will try to update
    Bereits aktuell.
    Bereits auf 'master'
    Ihr Branch ist auf demselben Stand wie 'origin/master'.
    [ o.k. ] Preparing [ host ]
    [ o.k. ] Build host OS release [ bionic ]
    [ o.k. ] Syncing clock [ host ]
    [ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
    ########################################################################################################################### 100,0%
    ########################################################################################################################### 100,0%
    [ .... ] Verifying 
    gpg: error reading key: No public key
    gpg: keyserver receive failed: No data
    gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
    gpg: Signature made Mi 16 Apr 2014 20:29:14 CEST
    gpg:                using RSA key D47877808F427EAF
    gpg: Can't check signature: No public key
    [ warn ] Verification failed 

     Armbian building script, http://www.armbian.com | Author: Igor Pecovnik
     ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
      ┌────────────────────────────────────────────────────Choose an option──────────────────────────────────────────────────────┐
      │ Select the kernel configuration                                                                                          │  
      │ ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ │  
      │ │                                Do not change the kernel configuration                                                │ │  
      │ │                                Show a kernel configuration menu before compilation                                   │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ │                                                                                                                      │ │  
      │ └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ │  
      │                                                                                                                          │  
      ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤  
      │                                         <  OK  >                     <Cancel>                                            │  
      └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘  
                                                                                                                                    


    [ o.k. ] Downloading sources 
    [ o.k. ] Checking git sources [ u-boot v2018.11 ]
    [ .... ] Remote URL does not match, removing existing local copy 
    [ .... ] Creating local copy 
    [ .... ] Fetching updates 
    fatal: dumb http transport does not support shallow capabilities
    [ .... ] Checking out 
    error: pathspec 'FETCH_HEAD' did not match any file(s) known to git.
    [ o.k. ] Checking git sources [ linux-mainline orange-pi-4.19 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ sunxi-tools master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ rkbin-tools master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ marvell-tools A3700_utils-armada-18.12 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ marvell-ddr mv_ddr-armada-18.12 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ odroidc2-blobs master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ testing-reports master ]
    [ .... ] Up to date 
    [ o.k. ] Cleaning output/debs for [ cubietruck next ]
    [ o.k. ] Cleaning [ u-boot/v2018.11 ]
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    [ o.k. ] Compiling u-boot [ 0 ]
    [ o.k. ] Compiler version [ arm-linux-gnueabihf-gcc 7.2.1 ]
    [ .... ] Checking out sources 
    error: pathspec 'HEAD' did not match any file(s) known to git.
    [ o.k. ] Cleaning [ u-boot/v2018.11 ]
    [ o.k. ] Started patching process for [ u-boot sunxi-cubietruck-next ]
    [ o.k. ] Looking for user patches in [ userpatches/u-boot/u-boot-sunxi ]
    [ warn ] * [l][c] 0020-sunxi-call-fdt_fixup_ethernet-again-to-set-macaddr-f.patch [ failed ]
    [ warn ] * [l][c] 4kfix-limit-screen-to-full-hd.patch [ failed ]
    [ o.k. ] * [l][c] Merrii_Hummingbird_A20.patch 
    [ warn ] * [l][c] add-a20-olinuxino-micro-emmc-support.patch [ failed ]
    [ warn ] * [l][c] add-a20-optional-eMMC.patch [ failed ]
    [ o.k. ] * [l][c] add-awsom-defconfig.patch 
    [ warn ] * [l][c] add-bananapi-bpi-zero.patch [ failed ]
    [ warn ] * [l][c] add-beelink-x2.patch [ failed ]
    [ warn ] * [l][c] add-emmc_support_to_neo1_and_2.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-air-emmc.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-duo.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-m1-plus2-emmc.patch [ failed ]
    [ o.k. ] * [l][c] add-nanopineoplus2.patch 
    [ warn ] * [l][c] add-orangepi-plus2-emmc.patch [ failed ]
    [ warn ] * [l][c] add-orangepi-zero-usb-boot-support.patch [ failed ]
    [ o.k. ] * [l][c] add-orangepi-zeroplus.patch 
    [ o.k. ] * [l][c] add-orangepi-zeroplus2_h3.patch 
    [ warn ] * [l][c] add-sunvell-r69.patch [ failed ]
    [ warn ] * [l][c] add-xx-boot-auto-dt-select-neo2.patch [ failed ]
    [ warn ] * [l][c] add-xx-nanopi-k1-plus-emmc.patch [ failed ]
    [ warn ] * [l][c] add-xx-nanopineocore2.patch [ failed ]
    [ warn ] * [l][c] add_emmc_olinuxino_a64.patch [ failed ]
    [ warn ] * [l][c] add_emmc_orangepiwin.patch [ failed ]
    [ warn ] * [l][c] adjust-default-dram-clockspeeds.patch [ failed ]
    [ warn ] * [l][c] adjust-small-boards-cpufreq.patch [ failed ]
    [ warn ] * [l][c] enable-DT-overlays-support.patch [ failed ]
    [ warn ] * [l][c] enable-autoboot-keyed.patch [ failed ]
    [ warn ] * [l][c] enable-ethernet-orangepiprime.patch [ failed ]
    [ warn ] * [l][c] enable-r_pio-gpio-access-h3-h5.patch [ failed ]
    [ warn ] * [l][c] fdt-setprop-fix-unaligned-access.patch [ failed ]
    [ warn ] * [l][c] fix-usb1-vbus-opiwin.patch [ failed ]
    [ warn ] * [l][c] h3-Fix-PLL1-setup-to-never-use-dividers.patch [ failed ]
    [ warn ] * [l][c] h3-enable-power-led.patch [ failed ]
    [ warn ] * [l][c] h3-set-safe-axi_apb-clock-dividers.patch [ failed ]
    [ warn ] * [l][c] lower-default-DRAM-freq-A64-H5.patch [ failed ]
    [ warn ] * [l][c] sun8i-set-machid.patch [ failed ]
    [ warn ] * [l][c] sunxi-boot-splash.patch [ failed ]
    [ warn ] * [l] workaround-reboot-is-poweroff-olimex-a20.patch [ failed ]
    make: *** No rule to make target 'Cubietruck_config'.  Stop.
    sed: can't read .config: No such file or directory
    make: *** No targets specified and no makefile found.  Stop.
    [ error ] ERROR in function compile_uboot [ compilation.sh:175 ]
    [ error ] U-boot compilation failed 
    [ o.k. ] Process terminated 
     

    Question: What I am doing wrong?

     

  2. Thanks for the hint, but the lab system is behind a firewall with authenticated proxy support. All requiered proxy settings are enabled in the shell enviroment variables, so direct ping will never work. I also added the proxy configuration to the git config with:

     

    git config --global http.proxy $HTTP_PROXY

     

    But this also doesn't work. Is there another trick I have to apply...?

  3. I have the same problems with building a kernel with XFS options on Ubuntu Bionic 18.04 x64. The hints above don't work for me:

     

    root@hgplab01:~/armbian/build# ./compile.sh BOARD=cubietruck BRANCH=next KERNEL_ONLY=yes RELEASE=stretch
    [ o.k. ] Using config file [ config-default.conf ]
    [ o.k. ] Command line: setting BOARD to [ cubietruck ]
    [ o.k. ] Command line: setting BRANCH to [ next ]
    [ o.k. ] Command line: setting KERNEL_ONLY to [ yes ]
    [ o.k. ] Command line: setting RELEASE to [ stretch ]
    [ o.k. ] This script will try to update
    Bereits aktuell.
    Bereits auf 'master'
    Ihr Branch ist auf demselben Stand wie 'origin/master'.
    [ o.k. ] Preparing [ host ]
    [ o.k. ] Build host OS release [ bionic ]
    [ o.k. ] Syncing clock [ host ]
    [ .... ] Downloading [ gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux ]
    ############################################################################################################# 100,0%
    ############################################################################################################# 100,0%
    [ .... ] Verifying 
    gpg: error reading key: No public key
    gpg: keyserver receive failed: No data
    gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz'
    gpg: Signature made Mi 16 Apr 2014 20:29:14 CEST
    gpg:                using RSA key D47877808F427EAF
    gpg: Can't check signature: No public key
    [ warn ] Verification failed 
    [ o.k. ] Downloading sources 
    [ o.k. ] Checking git sources [ u-boot v2018.11 ]
    fatal: unable to connect to git.denx.de:
    git.denx.de[0: 85.214.130.205]: errno=Connection refused

    fatal: unable to connect to git.denx.de:
    git.denx.de[0: 85.214.130.205]: errno=Connection refused

    [ .... ] Fetching updates 
    fatal: unable to connect to git.denx.de:
    git.denx.de[0: 85.214.130.205]: errno=Connection refused

    [ .... ] Checking out 
    error: pathspec 'FETCH_HEAD' did not match any file(s) known to git.
    [ o.k. ] Checking git sources [ linux-mainline orange-pi-4.19 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ sunxi-tools master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ rkbin-tools master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ marvell-tools A3700_utils-armada-18.12 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ marvell-ddr mv_ddr-armada-18.12 ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ odroidc2-blobs master ]
    [ .... ] Up to date 
    [ o.k. ] Checking git sources [ testing-reports master ]
    [ .... ] Up to date 
    [ o.k. ] Cleaning output/debs for [ cubietruck next ]
    [ o.k. ] Cleaning [ u-boot/v2018.11 ]
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    grep: /root/armbian/build/cache/sources/u-boot/v2018.11/Makefile: No such file or directory
    [ o.k. ] Compiling u-boot [ 0 ]
    [ o.k. ] Compiler version [ arm-linux-gnueabihf-gcc 7.2.1 ]
    [ .... ] Checking out sources 
    error: pathspec 'HEAD' did not match any file(s) known to git.
    [ o.k. ] Cleaning [ u-boot/v2018.11 ]
    [ o.k. ] Started patching process for [ u-boot sunxi-cubietruck-next ]
    [ o.k. ] Looking for user patches in [ userpatches/u-boot/u-boot-sunxi ]
    [ warn ] * [l][c] 0020-sunxi-call-fdt_fixup_ethernet-again-to-set-macaddr-f.patch [ failed ]
    [ warn ] * [l][c] 4kfix-limit-screen-to-full-hd.patch [ failed ]
    [ o.k. ] * [l][c] Merrii_Hummingbird_A20.patch 
    [ warn ] * [l][c] add-a20-olinuxino-micro-emmc-support.patch [ failed ]
    [ warn ] * [l][c] add-a20-optional-eMMC.patch [ failed ]
    [ o.k. ] * [l][c] add-awsom-defconfig.patch 
    [ warn ] * [l][c] add-bananapi-bpi-zero.patch [ failed ]
    [ warn ] * [l][c] add-beelink-x2.patch [ failed ]
    [ warn ] * [l][c] add-emmc_support_to_neo1_and_2.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-air-emmc.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-duo.patch [ failed ]
    [ warn ] * [l][c] add-nanopi-m1-plus2-emmc.patch [ failed ]
    [ o.k. ] * [l][c] add-nanopineoplus2.patch 
    [ warn ] * [l][c] add-orangepi-plus2-emmc.patch [ failed ]
    [ warn ] * [l][c] add-orangepi-zero-usb-boot-support.patch [ failed ]
    [ o.k. ] * [l][c] add-orangepi-zeroplus.patch 
    [ o.k. ] * [l][c] add-orangepi-zeroplus2_h3.patch 
    [ warn ] * [l][c] add-sunvell-r69.patch [ failed ]
    [ warn ] * [l][c] add-xx-boot-auto-dt-select-neo2.patch [ failed ]
    [ warn ] * [l][c] add-xx-nanopi-k1-plus-emmc.patch [ failed ]
    [ warn ] * [l][c] add-xx-nanopineocore2.patch [ failed ]
    [ warn ] * [l][c] add_emmc_olinuxino_a64.patch [ failed ]
    [ warn ] * [l][c] add_emmc_orangepiwin.patch [ failed ]
    [ warn ] * [l][c] adjust-default-dram-clockspeeds.patch [ failed ]
    [ warn ] * [l][c] adjust-small-boards-cpufreq.patch [ failed ]
    [ warn ] * [l][c] enable-DT-overlays-support.patch [ failed ]
    [ warn ] * [l][c] enable-autoboot-keyed.patch [ failed ]
    [ warn ] * [l][c] enable-ethernet-orangepiprime.patch [ failed ]
    [ warn ] * [l][c] enable-r_pio-gpio-access-h3-h5.patch [ failed ]
    [ warn ] * [l][c] fdt-setprop-fix-unaligned-access.patch [ failed ]
    [ warn ] * [l][c] fix-usb1-vbus-opiwin.patch [ failed ]
    [ warn ] * [l][c] h3-Fix-PLL1-setup-to-never-use-dividers.patch [ failed ]
    [ warn ] * [l][c] h3-enable-power-led.patch [ failed ]
    [ warn ] * [l][c] h3-set-safe-axi_apb-clock-dividers.patch [ failed ]
    [ warn ] * [l][c] lower-default-DRAM-freq-A64-H5.patch [ failed ]
    [ warn ] * [l][c] sun8i-set-machid.patch [ failed ]
    [ warn ] * [l][c] sunxi-boot-splash.patch [ failed ]
    [ warn ] * [l] workaround-reboot-is-poweroff-olimex-a20.patch [ failed ]
    make: *** No rule to make target 'Cubietruck_config'.  Stop.
    sed: can't read .config: No such file or directory
    make: *** No targets specified and no makefile found.  Stop.
    [ error ] ERROR in function compile_uboot [ compilation.sh:175 ]
    [ error ] U-boot compilation failed 
    [ o.k. ] Process terminated 
     


     

  4. Armbianmonitor:

    Hi,

    unfortunately many times the support for XFS filesystem is just forgotton. At the moment I just run the last update for the cubietruck this morning which includes the new kernel version 4.19 and my system, which is used as an NAS device with XFS filessystem, didn't start again. I found out that this filesystem is not supported anymore (see 'cat /proc/filesystems') and no module is available.

     

    Could you plaese take care of this to fix this issue in the future?

    And/Or tell me please how I can get back to the older version of the kernel which supports XFS.

     

    The reason why I say this way is because I cannot spend every time hours or day's first to figure out the problem and than rebuild the system by my self and may the next update will cause the same issue again.

     

    The result is the lost of trust in Armbian and the way to use it in professional enviroments...

     

    So please tell me a quick and reliable solution. ;-)

    Thanks in advance...

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines