Jump to content

gahabana

Members
  • Posts

    36
  • Joined

  • Last visited

Recent Profile Visitors

2032 profile views
  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 !
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines