Jump to content

gahabana

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by gahabana

  1. hi, i have a problem not being able to build for Odroid-N2. To isolate the issue i created new copy of git ... it fails on kernel build. all defaults. zh@acus:~/git$ git clone https://github.com/armbian/build.git armbian Cloning into 'armbian'... remote: Enumerating objects: 151, done. remote: Counting objects: 100% (151/151), done. remote: Compressing objects: 100% (121/121), done. remote: Total 49101 (delta 83), reused 65 (delta 30), pack-reused 48950 Receiving objects: 100% (49101/49101), 325.95 MiB | 8.33 MiB/s, done. Resolving deltas: 100% (32873/32873), done. Checking out files: 100% (2951/2951), done. zh@acus:~/git$ cd armbian zh@acus:~/git/armbian$ ./compile.sh docker BOARD=odroidn2 KERNEL_ONLY=yes KERNEL_CONFIGURE=no BRANCH=default > ~/armbian.odroidn2-deefault-kernel-only.txt and last few lines of the build output look like this: CC [M] drivers/net/wireless/rtl8812au/hal/phydm/halrf/rtl8814a/halrf_8814a_ce.o CC [M] drivers/net/wireless/rtl8812au/hal/phydm/rtl8814a/phydm_rtl8814a.o CC [M] drivers/net/wireless/rtl8812au/hal/phydm/txbf/haltxbf8814a.o CC [M] drivers/net/wireless/rtl8812au/hal/btc/halbtc8723bwifionly.o CC [M] drivers/net/wireless/rtl8812au/hal/btc/halbtc8822bwifionly.o CC [M] drivers/net/wireless/rtl8812au/hal/btc/halbtc8821cwifionly.o CC [M] drivers/net/wireless/rtl8812au/core/rtw_mp.o LD [M] drivers/net/wireless/rtl8812au/88XXau.o LD drivers/net/wireless/built-in.o LD drivers/net/built-in.o LD drivers/built-in.o GEN .version LD vmlinux.o MODPOST vmlinux.o CHK include/generated/compile.h UPD include/generated/compile.h CC init/version.o LD init/built-in.o KSYM .tmp_kallsyms1.o KSYM .tmp_kallsyms2.o LD vmlinux SORTEX vmlinux SYSMAP System.map OBJCOPY arch/arm64/boot/Image Building modules, stage 2. MODPOST 1431 modules scripts/Makefile.modpost:107: recipe for target '__modpost' failed Makefile:1329: recipe for target 'modules' failed [ error ] ERROR in function compile_kernel [ compilation.sh:407 ] [ error ] Kernel was not built [ @host ] [ o.k. ] Process terminated All other boards i can build well. -Build host is Ubuntu 18.04, i tried native (above is in docker container) but in that case download of linaro fails for some reason ... but that is not the issue in docker container. My guess is it is very easy to reproduce. would appreciate if someone could check it out ? .... ] downloading using http(s) network [ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz ] [#5fb5ad 4.6MiB/24MiB(18%) CN:1 DL:6.3MiB ETA:3s] [#5fb5ad 13MiB/24MiB(53%) CN:1 DL:7.7MiB ETA:1s] [#5fb5ad 22MiB/24MiB(90%) CN:1 DL:8.3MiB] [ error ] ERROR in function download_and_verify [ general.sh:869 ] [ error ] verification failed thank you !
  2. hi @Igor, have done that and it stills tries to download - see here:
  3. hi @Igor , all i can say is lol you are i think sadly right !!!!
  4. hi @Igor though i still have everdownloading problem with toolchain but that just makes build wee bit slower - no matter what i do i always have issues when i assume target environment is build that Armbian build process can not get to resolve 'ports.ubuntu.com' I tried in the docker environment as well ... What did make a difference - if i add to customize-image.sh line that says 'echo 8.8.8.8 > /etc/resolv.conf' then subsuquent downloads / updates etc do NOT fail. It means that on Ubuntu 18.04 in SOME cases something is wrong with DNS resolution ... not sure if that has any impact on key verification error ... as everything else i run on the machine does not have any issues with name resolution. any ideas ?
  5. hi guidol, yes I have updated ubunutu in a way you proposed. I have also tried what you suggest ... additional packages installed do not seem to make a difference - i get the same message (verification failed): below you can see what gets removed or installed with dirmngr:
  6. yeah tried that. already insalled. tried removing it with apt-get purge as well. and then reinstalling/installing again. the only 'odd' thing but that is same in your build is 'aptly' gets downgraded to v1.2 from 1.3 ... but that does not make a difference in the end. I
  7. i tried it again (clone git). my machine is running bionic 18.04 and has latest updates on it. so compared to yours ( i guess virtual machine Igor) - the only difference is that it did not need to upgrade the running system. here it is:
  8. hi, i have latest Armbian environment pulled from github running on Ubuntu Bionic 18.04. There are 2 issues that are bugging me. Not sure It does produce in most cases images but i think they are incomplete. Tried even secondary copy (another clone) that i would run in docker containers just to see if that was the issue but outcome seems to be the same. 1. Every time i start ./compile it pulls Linaro toolchain and fails to verify its signature. Looking at the files https://dl.armbian.com/_toolchains/ it seems that linaro toolchain has GPG signature in ASC file where as others have checksum. Am not sure ... zh@acus:~/armbian$ ./compile.sh [ o.k. ] Using config file [ config-default.conf ] [ warn ] This script requires root privileges, trying to use sudo [ o.k. ] Using config file [ config-default.conf ] [ o.k. ] This script will try to update Already up to date. Already on 'master' Your branch is up to date with '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: connecting dirmngr at '/home/zh/armbian/cache/.gpg/S.dirmngr' failed: IPC connect call failed gpg: keyserver receive failed: No dirmngr gpg: assuming signed data in 'gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz' gpg: Signature made Wed 16 Apr 2014 08:29:14 PM 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 2nd issue is when building for OdroidC2 or XU4 'development' branch (kernel) - kernel is built up just fine ... and even resulting image works however some updates in the image are not there as during the build Armbian can not seem to get to 'ports.ubuntu.com' ... same issue when running Armbian build on native machine (18.04 Ubuntu) as well as in the Docker container. For some reasons this problem does NOT happen when building 'next' or 'default' kernels. I believe it has to do with DNS/name resolution. BTW - am building entire OS wihtout Desktop/X-Windows just CLI. [ o.k. ] Checking git sources [ armbian-config master ] [ .... ] Up to date Reading package lists... Building dependency tree... Reading state information... expect is already the newest version (5.45-7). iperf3 is already the newest version (3.0.11-1). The following additional packages will be installed: libassuan0 libksba8 libnpth0 The following NEW packages will be installed: debconf-utils dirmngr html2text libassuan0 libksba8 libnpth0 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. Need to get 450 kB of archives. After this operation, 1,049 kB of additional disk space will be used. Err:1 http://ports.ubuntu.com xenial/universe armhf debconf-utils all 1.5.58ubuntu1 Could not resolve 'ports.ubuntu.com' Err:2 http://ports.ubuntu.com xenial/main armhf libassuan0 armhf 2.4.2-2 Could not resolve 'ports.ubuntu.com' Ign:3 http://ports.ubuntu.com xenial-updates/main armhf libksba8 armhf 1.3.3-1ubuntu0.16.04.1 Err:4 http://ports.ubuntu.com xenial/main armhf libnpth0 armhf 1.2-3 Could not resolve 'ports.ubuntu.com' Ign:5 http://ports.ubuntu.com xenial-updates/main armhf dirmngr armhf 2.1.11-6ubuntu2.1 Err:6 http://ports.ubuntu.com xenial/universe armhf html2text armhf 1.3.2a-18 Could not resolve 'ports.ubuntu.com' Err:3 http://ports.ubuntu.com xenial-updates/main armhf libksba8 armhf 1.3.3-1ubuntu0.16.04.1 Could not resolve 'ports.ubuntu.com' Err:5 http://ports.ubuntu.com xenial-updates/main armhf dirmngr armhf 2.1.11-6ubuntu2.1 Could not resolve 'ports.ubuntu.com' E: Failed to fetch http://ports.ubuntu.com/pool/universe/d/debconf/debconf-utils_1.5.58ubuntu1_all.deb Could not resolve 'ports.ubuntu.com' E: Failed to fetch http://ports.ubuntu.com/pool/main/liba/libassuan/libassuan0_2.4.2-2_armhf.deb Could not resolve 'ports.ubuntu.com' E: Failed to fetch http://ports.ubuntu.com/pool/main/libk/libksba/libksba8_1.3.3-1ubuntu0.16.04.1_armhf.deb Could not resolve 'ports.ubuntu.com' E: Failed to fetch http://ports.ubuntu.com/pool/main/n/npth/libnpth0_1.2-3_armhf.deb Could not resolve 'ports.ubuntu.com' E: Failed to fetch http://ports.ubuntu.com/pool/main/g/gnupg2/dirmngr_2.1.11-6ubuntu2.1_armhf.deb Could not resolve 'ports.ubuntu.com' E: Failed to fetch http://ports.ubuntu.com/pool/universe/h/html2text/html2text_1.3.2a-18_armhf.deb Could not resolve 'ports.ubuntu.com' E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? [ .... ] Installing [ armbian-config_5.48_all.deb ] Hope this helps and appreciate the efforts !!!
  9. yes @PatrikX i didn't even need to do any apt-get update/upgrade as if you build fresh image stuff in it is fresh
  10. it's been fixed yesterday Odroid-c2 will no longer have locally administered MAC address... not sure if that will cause problems for -next and -dev builds but at least -default one is now rebooting correctly and all seems to be fine tx @IgorP !
  11. I've foudn solution to be commenting of the line where MAC address is assigned on OdroidC2 in /etc/network/interfafces It should not cause a problem but my guess is something is causing incompatibility recently and if user defined MAC address is asigned to the adapter (so that it would get always same DHCP IP address) ... things are going awry. Not sure if it is caused by some changes in Kernel over last 1-2 months or something else ... but that is the solution ... my OdroidC2 seems to show always same MAC address upon boot so i don't need it.
  12. hi @tkaiser - it worked well when i edited /etc/network/interfaces on the card and commented that line. i tried changing it to 'MAC' address (my odroid-c2 seems to have one) ... but either way - ANY 'hwaddress aa:bb:cc:dd:ee:ff value seems to stop it from reaching network upon boot. Could it be that something else changed and assigning MAC address on Odroid-C2 simply does not work any more ?
  13. hi all, i have the same problem. After 1st reboot Odroid-c2 does not show up on a network. Just tried 2 different builds (one recreated from scratcth armbian environment) ... tried 2 different SD-cards too ... all good on 1st/initial powerup - ssh works, 1234 as a password, generate admin ID and PWD ... wait over a minute (just in case) ... sync; reboot Did not try update/upgrade before 1st reboot .... something is definitely broken (December 25th).
  14. Thanks Igor ! For what it is worth - i tried building it 2-3 weeks ago with then current RT-patch that is included in Armbian and yesterday with latest from rt-patches repository (for 4.9.61 kernel at https://www.kernel.org/pub/linux/kernel/projects/rt/4.9/patches-4.9.61-rt61.tar.gz ). Either one (self built/latest) behave the same ... if it helps thank you !
  15. hi @Igor thank you for the tip ! Did go and download XU4 RT kernel .debs installed and at reboot did not get usual blue-light kernel heart-beat. Thought maybe something was wrong with my image (built using instructions) and i downloaded the one https://dl.armbian.com/odroidxu4/Ubuntu_xenial_next.7z burned, booted, all usual - added user, rebooted one more time and then installed realtime kernel. When i power it on afterwards - same issue - blue light changes every 10-15seconds from off to on (no heaertbeat). can not ping it. Is there a tested scenario where you did get RT kernel to work on that i could try to replicate please ? thanks so much !
  16. hi, I am VERY happy with how 4.9 is running odroid-xu4. as i use it as media server and player wanted to see if i could get latencies (poitential) down by applying latest RT patches that are in line with current xu4-next kernel sources. added pathes to userpatches/kernel/odoirdxu4-next directory, build process went fine, have selected FULL-RT but it does not boot (final image) source: https://github.com/hardkernel/linux/tre ... dxu4-4.9.y rt-patches: https://www.kernel.org/pub/linux/kernel ... ts/rt/4.9/ it compiles ok but it does not boot ... has anyone looked at what the issue might be ? i don't have serial debuigger yet, have ordered but need someone else with more brains to help out in the process ? Thank you !!!
  17. hi @tkaiser, look i don't know ... it is really weird. Bought a new SD-Card ... burn same armbian image to it ... to both (both are 16GB SanDisk) ... old one is slow (<1MB/sec) and new one is just fine (10-20MB/sec). Old one works fine on a PC but not in OdroidC2. New one of course works well on both. So the only conclusion i have - old one works not so well with -next/-dev kernels (though no errors in the kernel log) ... am too lazy to try with -default (3.14) kernel ... but guess card is somewhat 'kaput' ;(
  18. hi, here are the performance numbers using same sd-card now in an Intel PC (via USB 3.0 SDcard adapter). I do get sometimes 15MB/sec ... most of the time 10-13MB/s ... which is lot more then in the Odroid-C2 is there any other known setting ... i saw that armhwinfo service changed io-schedule to noop ... but that should be perfect one for SD cards so am not sure what else to look into ? thank you !!! zh@smc:/media/sdcard$ uname -a Linux smc 4.10.0-37-generic #41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux zh@smc:/media/sdcard$ dd if=/dev/zero of=./testfile bs=10M count=1 oflag=direct; time sync 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.907064 s, 11.6 MB/s real 0m0.080s user 0m0.000s sys 0m0.000s zh@smc:/media/sdcard$ dd if=/dev/zero of=./testfile bs=10M count=1 oflag=direct; time sync 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 0.936801 s, 11.2 MB/s real 0m0.164s user 0m0.000s sys 0m0.000s zh@smc:/media/sdcard$ dd if=/dev/zero of=./testfile bs=1M count=1 oflag=direct; time sync 1+0 records in 1+0 records out 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0769396 s, 13.6 MB/s real 0m0.066s user 0m0.004s sys 0m0.000s zh@smc:/media/sdcard$ dd if=/dev/zero of=./testfile bs=1M count=1 oflag=direct; time sync 1+0 records in 1+0 records out 1048576 bytes (1.0 MB, 1.0 MiB) copied, 0.0821423 s, 12.8 MB/s real 0m0.060s user 0m0.000s sys 0m0.000s
  19. hi all, as mainline kernel options for Odroid-C2 are still not ready (USB not recognising DAC unless externall HDD connected during boot) .. have just switched back to 'default' build. I noticed system to be much slower then usual .... esp. when involving any writes. SD-Card is Sandisk 16GB and is working very well in OdroidXU4 and NanoPi NEO. When copying a few 100kB file takes few seconds: time cp /usr/bin/ssh ~/ ; time sync real 0m0.012s user 0m0.000s sys 0m0.010s real 0m2.982s user 0m0.000s sys 0m0.010s I tried with 'dd' command to see how fast simple writes are going and got at best 200kB/sec .... Does anyone have suggestions what to do ? Armbian is : ARMBIAN 5.33 user-built Ubuntu 16.04.3 LTS 3.14.79-odroidc2 ... no kernel modifications : zh@odroidc2's password: ___ _ _ _ ____ ____ / _ \ __| |_ __ ___ (_) __| | / ___|___ \ | | | |/ _` | '__/ _ \| |/ _` | | | __) | | |_| | (_| | | | (_) | | (_| | | |___ / __/ \___/ \__,_|_| \___/|_|\__,_| \____|_____| Welcome to ARMBIAN 5.33 user-built Ubuntu 16.04.3 LTS 3.14.79-odroidc2 System load: 0.83 0.35 0.16 Up time: 21:20 hours Memory usage: 10 % of 1718MB IP: 192.168.1.99 CPU temp: 37°C Usage of /: 10% of 15G [ General system configuration: armbian-config ] Last login: Mon Oct 16 06:35:37 2017 from 192.168.1.62 zh@odroidc2:~$ dd if=/dev/zero of=~/testfile bs=10M count=1 oflag=direct 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 51.8837 s, 202 kB/s zh@odroidc2:~$ dd if=/dev/zero of=~/testfile bs=10M count=1 oflag=direct 1+0 records in 1+0 records out 10485760 bytes (10 MB, 10 MiB) copied, 17.0363 s, 615 kB/s zh@odroidc2:~$ dd if=/dev/zero of=~/testfile bs=4K count=2 oflag=direct 2+0 records in 2+0 records out 8192 bytes (8.2 kB, 8.0 KiB) copied, 0.414244 s, 19.8 kB/s zh@odroidc2:~$ dd if=/dev/zero of=~/testfile bs=4K count=100 oflag=direct 100+0 records in 100+0 records out 409600 bytes (410 kB, 400 KiB) copied, 20.2592 s, 20.2 kB/s
  20. hi Zador, yup - it's building as we speak Thank you ! Not sure if it became prerequisite recently ... have been using Amrbian toolset for months now ... Anyhow, appreciate fastest-ever-witnessed support !!!
  21. hi, here is the log file requested (i checked and i also do not have libpython2.7-dev installed). btw, am running ubuntu 16.04.2 on build machine. Displaying message: Command line: setting BRANCH to dev info Displaying message: Command line: setting BOARD to nanopineo info Displaying message: Command line: setting KERNEL_ONLY to no info Displaying message: Command line: setting PROGRESS_DISPLAY to plain info Displaying message: Command line: setting RELEASE to xenial info Displaying message: Command line: setting CLEAN_LEVEL to alldebs,make info Displaying message: Command line: setting BUILD_DESKTOP to NO info Displaying message: Command line: setting KERNEL_CONFIGURE to no info Displaying message: Command line: setting KERNEL_KEEP_CONFIG to no info Displaying message: Command line: setting USE_CCACHE to yes info Displaying message: Preparing host info Displaying message: Build host OS release xenial info Displaying message: Using user configuration override userpatches/lib.config info ## BUILD SCRIPT ENVIRONMENT Version: dd47a9447211624dfb04c052d33f20b2981174b1 ## BUILD CONFIGURATION Build target: Board: nanopineo Branch: dev Desktop: no Kernel configuration: Repository: https://github.com/megous/linux/ Branch: branch:orange-pi-4.11 Config file: linux-sun8i-dev U-boot configuration: Repository: git://git.denx.de/u-boot.git Branch: tag:v2017.03 Config file: nanopi_neo_defconfig Partitioning configuration: Root partition type: ext4 Boot partition type: (none) User provided boot partition size: 0 Offset: 1 CPU configuration: 240000 - 912000 with ondemand Displaying message: Syncing clock host info Displaying message: Downloading sources info Displaying message: Checking git sources u-boot v2017.03 info Displaying message: Checking out Displaying message: Checking git sources linux-sun8i-mainline orange-pi-4.11 info Displaying message: Up to date Displaying message: Checking git sources sunxi-tools master info Displaying message: Up to date Displaying message: Cleaning output/debs info Displaying message: Cleaning u-boot/v2017.03 info Displaying message: Compiling u-boot 2017.03 info Displaying message: Compiler version arm-linux-gnueabihf-gcc 6.3.1 info Displaying message: Checking out sources Displaying message: Cleaning u-boot/v2017.03 info Displaying message: Started patching process for u-boot sun8i-nanopineo-dev info Displaying message: Looking for user patches in userpatches/u-boot/u-boot-sunxi info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] 4kfix-limit-screen-to-full-hd.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] Merrii_Hummingbird_A20.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] a10-a20-lower-dram-clk.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-awsom-defconfig.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-bpi-m2plus.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-defconfig-options-orangepizero.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-lime2-emmc.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-nanopi-air.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-nanopi-m1.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-nanopi-m1plus.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-opizeroplus2-h3.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] add-orangepi-plus2.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] addjust-nanopi-neo-cpufreq.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] disable-usb-keyboards.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] emmc-for-cubieboard2.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] enable-DT-overlays-support.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] fix-cubieboard1-defconfig.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] h3-Fix-PLL1-setup-to-never-use-dividers.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] h3-add-disp2-video-driver-configs.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] h3-add-disp2-video-driver-jernej.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] h3-adjust-dram-frequency.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] h3-enable-power-led.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] h3-set-safe-axi_apb-clock-dividers.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] sun8i-set-machid.patch succeeded info Displaying message: ... [\e[32ml\e[0m][\e[32mc\e[0m] sunxi-boot-splash.patch succeeded info Displaying message: ERROR in function compile_uboot common.sh:97 err Displaying message: U-boot compilation failed err Displaying message: Process terminated info
  22. hi, as of this morning, i tried updating my NanoPi Neo build (kernel=dev, os=ubuntu xenial, type=no graphics/server). Has been building fine for months. I think problem is in U-Boot (header missing ?) LDFLAGS="" python ./lib/libfdt/setup.py \ "-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include ./include/libfdt_env.h -idirafterinclude -idirafter./arch/arm/include -I./lib/libfdt -I./tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE " lib/libfdt/fdt.c lib/libfdt/fdt_ro.c lib/libfdt/fdt_rw.c lib/libfdt/fdt_strerror.c lib/libfdt/fdt_wip.c lib/libfdt/fdt_region.c lib/libfdt/fdt_sw.c tools/libfdt_wrap.c tools/libfdt_wrap.c:147:21: fatal error: Python.h: No such file or directory compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 tools/Makefile:123: recipe for target 'tools/_libfdt.so' failed make[1]: *** [tools/_libfdt.so] Error 1 Makefile:1229: recipe for target 'tools' failed make: *** [tools] Error 2 [ error ] ERROR in function compile_uboot [ common.sh:97 ] [ error ] U-boot compilation failed [ o.k. ] Process terminated real 1m23.452s
  23. hi all i had armbian build running with 'dev' kernel (4.9.0) and armbian 5.24 which worked PERFECT over a month. decided 2 days ago to build from scratch, armbian build system pulled all latest updates and i got 5.24 with kernel 4.9.3 (2 days ago) and 4.9.4 today. None of those would boot properly (ie. can not ping/access the board). I also tried downloading nightly build and that one is not working any more. Iknow these builds are not supported but since it worked very well i think something got broken either in kernel or uboot or in armbian so might be worth a look. tx in advance !
  24. hi all, @bzrfp, finally got last weekend NanoPi NEO. Went to my Armbian directory, fired it up, said i'd like Ubuntu Xenial with devt kernel console and 20 mins later i had the image. I have customized image build for my odroid-c2 (added squeezelite package to lib.config file under userpatches directory and i added roon endpoint install script (slightly modified)) to avoid having to type couple of commands into produced image once its made. So my Armbian build process is really plain Armbian build plus install of squeezelite (for LMS server) and Roon Endpoint. Anyhow, burnt the image, tested it - rebooted, put in a case,connected usb dac and ethernet again and it's been working for a week with 0 hicups. Both as squeezelite player and roon endpoint. boots in less then 20 seconds ... but as i said did it only twice week ago I do have CPU cooler that i ordered with NanoPI NEO ... the ONLY change i made was put CPU in performance mode running at 1.2 GHz. .... worked well with less then 1Ghz as well ... Roon needs no CPU really (i can only test up to 192khz/24bit with my Benchmark DAC2) and squeezelite has no trouble with even converting DSD64 stream to PCM 192khz ... CPU utilisation in one of the cores jumps to 100% for a while but there are no dropouts. I do have Intona USB Isolator connected after it (its about 10 times bigger then NanoPI itself but i hear no major difference (nothing bad) compared to OdroidC2 nor the PC i used to have before as endpoint. for 15$ doesnt get much better Thanks to Armbian guys this is really easy !!!!!!!
  25. hi @bzfrp, yes, audio streamer (squeezelite and roon) - that is great news - have ordered NanoPI NEO and am looking forward !!! Have Odroid-C2 which i liked cause it was running 64bit linux and it does work well with Squeezelite and also runs Roon endpoint (though had to isntall 32bit libraries as it's armv7 32-bit binary) and it does work well ... but every now and then i get some warnings in kernel log (which have no impact on operations, but i get annoyed). So i thought more updated kernel on a board would do just fine. Btw, Odroid-c2 can manage running squeezelite to resample/upsample all the content to either 192khz or 176.4khz from any sample rate (incuding DSD) ... it does peak to 100% CPU utilitsation with DSD64 material but no dropouts or any issues. NanopI Neo might not be too far from that - will share once i get it and install everything. As for Roon or non-resampling squeezelite - all CPUs today on all boards are way more then capable of being audio streamers thank you !!!
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines