Linux based Linaro 17.04 release

hi there,

We are back with a new release!

We are please to announce the Debian based Linaro 17.04 release for Dragonboard 410c. For more information about this release, please check out the release notes:

http://builds.96boards.org/releases/dragonboard410c/linaro/debian/17.04/

The OpenEmbedded meta-qcom BSP layer has been updated to provide similar content (morty and master branches, previous stable branches are no longer being updated).

A few important notes about this release:

  • The Linux kernel has been upgraded from 4.4 LTS to 4.9 LTS
  • The user space is now based on Debian stretch (9.0) instead of Debian Jessie, and a new desktop (LXQt)
  • The release requires a boot loader and firmware update. Please check the release notes.

We had to cancel our previous release (16.12), so it this is the first release since 16.09. However we are planning to get back to more regular updates from now on. Our next feature release is expected towards the end of June, and we will make bug fix releases in between if critical issues are found.

We are willing to make it easier for anyone to contribute content (new platforms, bug fixes, new features… ) into our release, if you are interested, please have a look at “how to contribute”.

As usual, feel free to use the 96boards forum for any assistance.

Happy Hacking,
Cheers

1 Like

Hi ndec,
Since this release supports secure boot, how to sign lk? i built lk (ref 17.04 release notes) and flashed on the board but board is not booting.Do i need to sign lk?

Regards,
Laxman

ouch, yes… forgot to update the section about building LK. I will fixup the instructions, in the mean time, here is the commit when I started to sign lk binary in our build scripts:

https://git.linaro.org/ci/job/configs.git/commit/lt-qcom-db410c-bootloader/builders.sh?id=9bd09396f2605ca724a6f297d05c361deb4cc86e

it gives you clear instructions to reproduce that on your side.

Note that it is an ‘empty’ signature for the binary. It must be there now, since SBL will check for its existence. But since no private keys are provisioned on the DB410c, it won’t check for any signature.

Hi ndec,

I have installed the new debian Linaro 17.04 release,find it offen reboot and the message is:

[ 614.200932] msm 1a00000.mdss: vblank time out, crtc=0
[ 614.256944] msm 1a00000.mdss: vblank time out, crtc=0
[ 615.867809] Unhandled fault: synchronous external abort (0x96000010) at 0xffff00000a16a8ac
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.27-linaro-lt-qcom (buildslave@x86-64-08) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-2017.02) ) #1 SMP PREEMPT Wed May 10 19:59:33 UTC 2017
[ 0.000000] Boot CPU: AArch64 Processor [410fd030]
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000089900000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node venus@89900000, compatible id shared-dma-pool
[ 0.000000] cma: Reserved 128 MiB at 0x00000000b8000000
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] percpu: Embedded 21 pages/cpu @ffff800037f24000 s48792 r8192 d29032 u86016
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: enabling workaround for ARM errata 826319, 827319, 824069
[ 0.000000] CPU features: enabling workaround for ARM erratum 845719
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 241416
[ 0.000000] Kernel command line: root=/dev/disk/by-partlabel/rootfs rw rootwait console=tty0 console=ttyMSM0,115200n8 androidboot.emmc=true androidboot.serialno=3ae72e10 androidboot.baseband=apq mdss_mdp.panel=0:dsi:0:
[ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 12288 bytes

@zhuifengwfy Can you try running flashall from http://builds.96boards.org/releases/dragonboard410c/linaro/rescue/17.04/dragonboard410c_bootloader_emmc_linux-79.zip first?

hi vchong,

my board last verison is 16.04, then burn a tf-card for 17.04, and install it ,didn’t flashall it first.

hi @zhuifengwfy, i think you are hitting one of the issues we found after the release was done, someone else reported this issue. We have a fix for that, and I have a temporary build with that fix available here:

http://builds.96boards.org/snapshots/dragonboard410c/linaro/debian/236/

I am planning to make 17.04.1 release next week with this patch (and a few others). If you can test this build and provide feedback, that would be very much appreciated.

thanks

@anon91830841 fyi I just tried using the fastboot method and it seemed to ok in this case, i.e. no rebooting.

Hi, I tried this release, the release itself is working fine, but when I try to install SS1BTUSB, it is failing in the middle with error: CC [M] /home/linaro/linux/SS1BTUSB/SS1BTUSB.o
/bin/sh: 1: scripts/basic/fixdep: Exec format error
scripts/Makefile.build:293: recipe for target ‘/home/linaro/linux/SS1BTUSB/SS1BTUSB.o’ failed
make[2]: *** [/home/linaro/linux/SS1BTUSB/SS1BTUSB.o] Error 2
Makefile:1490: recipe for target ‘module/home/linaro/linux/SS1BTUSB’ failed
make[1]: *** [module/home/linaro/linux/SS1BTUSB] Error 2
make[1]: Leaving directory ‘/usr/src/linux-headers-4.9.27-linaro-lt-qcom’
Makefile:39: recipe for target ‘modules’ failed
make: *** [modules] Error 2

The missing 32-bit headers are fixed, but how about this error?

Thanks

‘exec format error’ usually means you are trying to run a 32-bit binary on 64 system without all the needed libraries.

can you please explain a bit more what you are doing? what does “install SS1BTUSB” mean? please be specific so that we have as much info as possible.

I’m try to install device drivers that are used by bluetopia, one of them is SS1BTUSB. I got the src from https://www.codeaurora.org/projects/all-active-projects/bluetopia-drivers. I just did make in the SS1BTUSB directory which gives the above error.

Thanks

Hi

Let me report you the current situation on my DragonBoard.

I also use 17.04 image and encountered same situation with @zhuifengwfy.

So I try to use 236 image.
I think this image is fixed reboot.
But same comment and more comment is displayed.

Those comment log are here:

[ 3920.804022] CP_SCRATCH_REG6: 2888266
[ 3920.807783] CP_SCRATCH_REG7: 2888199
[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
[ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
[ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# -bash: [: missing ]’

root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
[ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
-bash: command substitution: line 1: unexpected EOF while looking for matching '' -bash: command substitution: line 6: syntax error: unexpected end of file -bash: [: missing ]’
-bash: -bash:: command not found
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
root@linaro-alip:~# -bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
root@linaro-alip:~# -bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' -bash: command substitution: line 1: unexpected EOF while looking for matching ‘’
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: -bash:: command not found
root@linaro-alip:~# root@linaro-alip:~# -bash: [: missing `]’

root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
[ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
-bash: command substitution: line 1: unexpected EOF while looking for matching '' -bash: command substitution: line 6: syntax error: unexpected end of file -bash: [: missing ]’
-bash: root@linaro-alip:~#: command not found
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
root@linaro-alip:~# -bash: [: missing ]' root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
[ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# -bash: [: missing ]’
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' -bash: command substitution: line 1: unexpected EOF while looking for matching ‘’
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
-bash: command substitution: line 1: unexpected EOF while looking for matching '' -bash: command substitution: line 4: syntax error: unexpected end of file -bash: -bash:: command not found root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
root@linaro-alip:~# -bash: [: missing ]' root@linaro-alip:~# root@linaro-alip:~# -bash: [: missing ]’

root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
[ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
-bash: command substitution: line 1: unexpected EOF while looking for matching '' -bash: command substitution: line 6: syntax error: unexpected end of file -bash: -bash:: command not found -bash: root@linaro-alip:~#: command not found root@linaro-alip:~# root@linaro-alip:~# -bash: [: missing ]’
root@linaro-alip:~# -bash: command substitution: line 1: unexpected EOF while looking for matching '' -bash: command substitution: line 6: syntax error: unexpected end of file -bash: [: missing ]’
-bash: -bash:: command not found
root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' -bash: : command not found -bash: -bash:: command not found -bash: -bash:: command not found -bash: -bash:: command not found root@linaro-alip:~# root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: root@linaro-alip:~#: command not found root@linaro-alip:~# -bash: [: missing ]’
root@linaro-alip:~# -bash: [: missing `]’

root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' -bash: command substitution: line 1: unexpected EOF while looking for matching ‘’
-bash: command substitution: line 3: syntax error: unexpected end of file
-bash: -bash:: command not found
root@linaro-alip:~# root@linaro-alip:~# -bash: [: missing `]’

root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0
-bash: [: missing ]' root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0root@linaro-alip:~# [ 5115.983931] msm 1a00000.mdss: vblank time out, crtc=0 -bash: [: missing ]’
-bash: command substitution: line 1: unexpected EOF while looking for matching '' -bash: command substitution: line 4: syntax error: unexpected end of file -bash: root@linaro-alip:~#: command not found root@linaro-alip:~# -bash: command substitution: line 1: unexpected EOF while looking for matching ‘’
-bash: command substitution: line 4: syntax error: unexpected end of file
-bash: -bash:: command not found
root@linaro-alip:~# root@linaro-alip:~# -bash: [: missing `]’

root@linaro-alip:~# [ 5116.039907] msm 1a00000.mdss: vblank time out, crtc=0[ 5491.048340] wlan0: deauthenticating from 26:f0:94:59:b9:9b by local choice (Reason: 3=DEAUTH_LEAVING)

DB410 is not reboot.But I feel that Chromium browser(or Desktop?) behavior is slow down.

BTW,I think 17.04 is browser behavior,playback feature is better than 16.09.

I want to make demo application on 17.04 image.
So I am looking forward to fixed it.

Best regards,

Hi

I’m sorry,after all it rebooted…

Now,it shut down after outputting the following message…

those massage are here…

[ 7002.348994] NetworkManager cpuset=/ mems_allowed=0
[ 7002.361761] CPU: 3 PID: 1775 Comm: NetworkManager Tainted: G W 4.9.27-linaro-lt-qcom #1
[ 7002.363230] Hardware name: Qualcomm Technologies, Inc. APQ 8016 SBC (DT)
[ 7002.372346] Call trace:
[ 7002.379031] [] dump_backtrace+0x0/0x1e0
[ 7002.381202] [] show_stack+0x14/0x20
[ 7002.386757] [] dump_stack+0x94/0xb8
[ 7002.391794] [] dump_header+0x6c/0x1b8
[ 7002.396829] [] oom_kill_process+0x2dc/0x490
[ 7002.401861] [] out_of_memory+0xf0/0x2e0
[ 7002.407765] [] __alloc_pages_nodemask+0xc18/0xc30
[ 7002.413147] [] __get_free_pages+0x18/0x38
[ 7002.419226] [] __pollwait+0x54/0xf8
[ 7002.424780] [] datagram_poll+0x2c/0x138
[ 7002.429988] [] sock_poll+0x80/0xa8
[ 7002.435371] [] do_sys_poll+0x228/0x448
[ 7002.440404] [] SyS_ppoll+0x1b0/0x1d8
[ 7002.445699] [] el0_svc_naked+0x24/0x28
[ 7002.450829] Mem-Info:
[ 7002.456137] active_anon:128918 inactive_anon:69410 isolated_anon:0
[ 7002.456137] active_file:139 inactive_file:186 isolated_file:0
[ 7002.456137] unevictable:0 dirty:3 writeback:0 unstable:0
[ 7002.456137] slab_reclaimable:4127 slab_unreclaimable:9579
[ 7002.456137] mapped:44501 shmem:69639 pagetables:2379 bounce:0
[ 7002.456137] free:17522 free_pcp:237 free_cma:12236
[ 7002.469584] Node 0 active_anon:515672kB inactive_anon:277640kB active_file:444kB inactive_file:624kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:177892kB dirty:12kB writeback:0kB shmem:278556kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 198656kB writeback_tmp:0kB unstable:0kB pages_scanned:83 all_unreclaimable? no
[ 7002.498931] DMA free:70072kB min:22528kB low:28160kB high:33792kB active_anon:515672kB inactive_anon:277640kB active_file:572kB inactive_file:756kB unevictable:0kB writepending:12kB present:980992kB managed:945868kB mlocked:0kB slab_reclaimable:16508kB slab_unreclaimable:38316kB kernel_stack:5392kB pagetables:9516kB bounce:0kB free_pcp:876kB local_pcp:120kB free_cma:48944kB
[ 7002.532246] lowmem_reserve[]: 0 0 0
[ 7002.557664] DMA: 5204kB (UMEHC) 4518kB (UMEHC) 29916kB (UMEHC) 14132kB (UEHC) 10364kB (UEHC) 65128kB (UEC) 19256kB (UEC) 11512kB (EC) 51024kB (UC) 22048kB (UC) 54096kB (C) = 70088kB
[ 7002.573813] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 7002.574863] 69980 total pagecache pages
[ 7002.583467] 0 pages in swap cache
[ 7002.587026] Swap cache stats: add 0, delete 0, find 0/0
[ 7002.590496] Free swap = 0kB
[ 7002.595529] Total swap = 0kB
[ 7002.598654] 245248 pages RAM
[ 7002.601515] 0 pages HighMem/MovableOnly
[ 7002.604371] 8781 pages reserved
[ 7002.607942] 32768 pages cma reserved
[ 7002.611067] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name
[ 7002.614924] [ 1514] 0 1514 6163 344 9 3 0 0 systemd-journal
[ 7002.623324] [ 1714] 106 1714 1773 272 6 3 0 -900 dbus-daemon
[ 7002.632871] [ 1721] 0 1721 1902 151 9 3 0 0 systemd-logind
[ 7002.641986] [ 1724] 0 1724 79608 548 20 4 0 0 udisksd
[ 7002.651099] [ 1737] 0 1737 61537 463 19 3 0 0 ModemManager
[ 7002.660127] [ 1753] 0 1753 54454 223 11 3 0 0 rsyslogd
[ 7002.669243] [ 1768] 0 1768 2513 194 9 3 0 0 wpa_supplicant
[ 7002.678096] [ 1775] 0 1775 143869 1128 36 5 0 0 NetworkManager
[ 7002.687298] [ 1784] 0 1784 447 34 5 3 0 0 acpid
[ 7002.696671] [ 1869] 0 1869 31815 283 21 3 0 0 sddm
[ 7002.705369] [ 1917] 0 1917 1810 107 7 4 0 0 bluetoothd
[ 7002.713949] [ 1922] 0 1922 44100 6922 59 4 0 0 Xorg
[ 7002.722801] [ 2011] 0 2011 11955 245 17 4 0 0 sddm-helper
[ 7002.731481] [ 2037] 1000 2037 2516 244 10 3 0 0 systemd
[ 7002.740685] [ 2040] 1000 2040 3018 460 9 3 0 0 (sd-pam)
[ 7002.749449] [ 2053] 1000 2053 56207 828 34 3 0 0 lxqt-session
[ 7002.758218] [ 2116] 1000 2116 1769 108 7 4 0 0 dbus-launch
[ 7002.767447] [ 2117] 1000 2117 1625 172 7 4 0 0 dbus-daemon
[ 7002.776624] [ 2135] 1000 2135 984 79 6 4 0 0 ssh-agent
[ 7002.785735] [ 2170] 1000 2170 180777 9127 110 5 0 0 kwin
[ 7002.794503] [ 2185] 1000 2185 54441 705 31 3 0 0 kglobalaccel5
[ 7002.803097] [ 2189] 1000 2189 112681 837 44 4 0 0 kactivitymanage
[ 7002.812300] [ 2198] 1000 2198 146713 4290 77 5 0 0 pcmanfm-qt
[ 7002.821934] [ 2199] 1000 2199 74557 794 36 4 0 0 lxqt-globalkeys
[ 7002.830701] [ 2200] 1000 2200 72594 2287 64 4 0 0 lxqt-notificati
[ 7002.840424] [ 2201] 1000 2201 217152 3794 81 4 0 0 lxqt-panel
[ 7002.849883] [ 2202] 1000 2202 93782 1802 41 4 0 0 lxqt-policykit-
[ 7002.858651] [ 2203] 1000 2203 131062 2931 70 4 0 0 lxqt-runner
[ 7002.868375] [ 2205] 1000 2205 132009 8413 79 3 0 0 nm-applet
[ 7002.877491] [ 2236] 1000 2236 189265 448 21 4 0 0 pulseaudio
[ 7002.886255] [ 2248] 1000 2248 39548 181 13 3 0 0 menu-cached
[ 7002.895202] [ 2258] 1000 2258 58270 197 14 3 0 0 gvfsd
[ 7002.904572] [ 2286] 0 2286 2597 178 9 3 0 -1000 sshd
[ 7002.912992] [ 2291] 1000 2291 77518 385 19 3 0 0 gvfsd-trash
[ 7002.921585] [ 2312] 0 2312 1842 128 7 3 0 0 login
[ 7002.930787] [ 2314] 0 2314 624 33 6 4 0 0 agetty
[ 7002.939206] [ 2321] 0 2321 2397 232 9 3 0 0 systemd
[ 7002.947801] [ 2331] 0 2331 3018 467 9 3 0 0 (sd-pam)
[ 7002.956829] [ 2342] 0 2342 1387 148 6 3 0 0 bash
[ 7002.965612] [ 2353] 1000 2353 59057 1387 37 4 0 0 lxqt-powermanag
[ 7002.974105] [ 2355] 1000 2355 67438 505 21 3 0 0 gvfs-udisks2-vo
[ 7002.983653] [ 2374] 1000 2374 41945 216 14 3 0 0 gnome-keyring-d
[ 7002.993115] [ 2786] 1000 2786 38650 131 11 4 0 0 dconf-service
[ 7003.002575] [ 3325] 1000 3325 780378 21537 241 7 0 0 chromium
[ 7003.011690] [ 3336] 1000 3336 66000 2296 80 3 0 0 chromium
[ 7003.020632] [ 3338] 1000 3338 66000 2299 45 3 0 0 chromium
[ 7003.029483] [ 3393] 1000 3393 175929 7242 139 3 0 200 chromium
[ 7003.038341] [ 3615] 1000 3615 92891 3702 58 3 0 200 chromium
[ 7003.047194] [ 4595] 1000 4595 74300 3826 65 3 0 0 qterminal
[ 7003.056050] [ 4599] 1000 4599 1387 148 6 3 0 0 bash
[ 7003.064905] [ 8363] 0 8363 3293 143 7 4 0 -1000 systemd-udevd
[ 7003.073496] [ 8499] 102 8499 1953 141 9 3 0 0 systemd-network
[ 7003.082701] [ 8505] 103 8505 2110 170 7 4 0 0 systemd-resolve
[ 7003.092337] [ 8519] 101 8519 20509 130 10 4 0 0 systemd-timesyn
[ 7003.101796] [14289] 0 14289 58990 640 18 4 0 0 polkitd
[ 7003.111257] [15338] 1000 15338 385428 82724 392 10 0 300 chromium
[ 7003.120026] [15535] 1000 15535 304921 6321 154 10 0 300 chromium
[ 7003.128793] [15595] 0 15595 1758 258 7 4 0 0 dhclient
[ 7003.137650] Out of memory: Kill process 15338 (chromium) score 650 or sacrifice child
[ 7003.146509] Killed process 15338 (chromium) total-vm:1541712kB, anon-rss:162488kB, file-rss:0kB, shmem-rss:168408kB
[ 7003.163686] NetworkManager invoked oom-killer: gfp_mask=0x24000c0(GFP_KERNEL), nodemask=0, order=0, oom_score_adj=0
[ 7003.164540] NetworkManager cpuset=/ mems_allowed=0
[ 7003.178507] CPU: 3 PID: 1775 Comm: NetworkManager Tainted: G W 4.9.27-linaro-lt-qcom #1
[ 7003.179990] Hardware name: Qualcomm Technologies, Inc. APQ 8016 SBC (DT)
[ 7003.189101] Call trace:
[ 7003.195790] [] dump_backtrace+0x0/0x1e0
[ 7003.197959] [] show_stack+0x14/0x20
[ 7003.203517] [] dump_stack+0x94/0xb8
[ 7003.208552] [] dump_header+0x6c/0x1b8
[ 7003.213589] [] oom_kill_process+0x2dc/0x490
[ 7003.218624] [] out_of_memory+0xf0/0x2e0
[ 7003.224524] [] __alloc_pages_nodemask+0xc18/0xc30
[ 7003.229902] [] __get_free_pages+0x18/0x38
[ 7003.235980] [] __pollwait+0x54/0xf8
[ 7003.241533] [] datagram_poll+0x2c/0x138
[ 7003.246739] [] sock_poll+0x80/0xa8
[ 7003.252122] [] do_sys_poll+0x228/0x448
[ 7003.257158] [] SyS_ppoll+0x1b0/0x1d8
[ 7003.262454] [] el0_svc_naked+0x24/0x28
[ 7003.267442] Mem-Info:
[ 7003.272897] active_anon:90435 inactive_anon:69664 isolated_anon:0
[ 7003.272897] active_file:376 inactive_file:2332 isolated_file:0
[ 7003.272897] unevictable:0 dirty:14 writeback:3 unstable:0
[ 7003.272897] slab_reclaimable:4128 slab_unreclaimable:9572
[ 7003.272897] mapped:3960 shmem:69895 pagetables:1987 bounce:0
[ 7003.272897] free:53862 free_pcp:240 free_cma:23146
[ 7003.286353] Node 0 active_anon:361740kB inactive_anon:268756kB active_file:1504kB inactive_file:10224kB unevictable:0kB isolated(anon):0kB isolated(file):0kB mapped:16528kB dirty:56kB writeback:12kB shmem:269680kB shmem_thp: 0kB shmem_pmdmapped: 0kB anon_thp: 157696kB writeback_tmp:0kB unstable:0kB pages_scanned:0 all_unreclaimable? no
[ 7003.316047] DMA free:285356kB min:22528kB low:28160kB high:33792kB active_anon:361740kB inactive_anon:204956kB active_file:1504kB inactive_file:12652kB unevictable:0kB writepending:68kB present:980992kB managed:945868kB mlocked:0kB slab_reclaimable:16512kB slab_unreclaimable:38288kB kernel_stack:5184kB pagetables:7948kB bounce:0kB free_pcp:1280kB local_pcp:0kB free_cma:93184kB
[ 7003.349204] lowmem_reserve[]: 0 0 0
[ 7003.374852] DMA: 13747
4kB (UMEHC) 107168kB (UMEHC) 523816kB (UMEHC) 130832kB (UMEHC) 24564kB (UMEHC) 69128kB (UMEC) 25256kB (UEC) 12512kB (EC) 51024kB (UC) 122048kB (UMC) 104096kB (C) = 374092kB
[ 7003.392042] Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
[ 7003.393092] 33435 total pagecache pages
[ 7003.401797] 0 pages in swap cache
[ 7003.405360] Swap cache stats: add 0, delete 0, find 0/0
[ 7003.408798] Free swap = 0kB
[ 7003.413850] Total swap = 0kB
[ 7003.416957] 245248 pages RAM
[ 7003.419859] 0 pages HighMem/MovableOnly
[ 7003.422708] 8781 pages reserved
[ 7003.426265] 32768 pages cma reserved
[ 7003.429392] [ pid ] uid tgid total_vm rss nr_ptes nr_pmds swapents oom_score_adj name
[ 7003.433256] [ 1514] 0 1514 6460 827 9 3 0 0 systemd-journal
[ 7003.441643] [ 1714] 106 1714 1773 272 6 3 0 -900 dbus-daemon
[ 7003.451199] [ 1721] 0 1721 1902 151 9 3 0 0 systemd-logind
[ 7003.460315] [ 1724] 0 1724 79608 548 20 4 0 0 udisksd
[ 7003.469734] [ 1737] 0 1737 61537 463 19 3 0 0 ModemManager
[ 7003.478775] [ 1753] 0 1753 54454 230 11 3 0 0 rsyslogd
[ 7003.487593] [ 1768] 0 1768 2513 194 9 3 0 0 wpa_supplicant
[ 7003.496590] [ 1775] 0 1775 143869 1128 36 5 0 0 NetworkManager
[ 7003.505656] [ 1784] 0 1784 447 34 5 3 0 0 acpid
[ 7003.514998] [ 1869] 0 1869 31815 283 21 3 0 0 sddm
[ 7003.523678] [ 1917] 0 1917 1810 107 7 4 0 0 bluetoothd
[ 7003.532267] [ 1922] 0 1922 44100 6922 59 4 0 0 Xorg
[ 7003.541127] [ 2011] 0 2011 11955 245 17 4 0 0 sddm-helper
[ 7003.549803] [ 2037] 1000 2037 2516 244 10 3 0 0 systemd
[ 7003.559004] [ 2040] 1000 2040 3018 460 9 3 0 0 (sd-pam)
[ 7003.567770] [ 2053] 1000 2053 56207 828 34 3 0 0 lxqt-session
[ 7003.576539] [ 2116] 1000 2116 1769 108 7 4 0 0 dbus-launch
[ 7003.585744] [ 2117] 1000 2117 1625 172 7 4 0 0 dbus-daemon
[ 7003.594938] [ 2135] 1000 2135 984 79 6 4 0 0 ssh-agent
[ 7003.604063] [ 2170] 1000 2170 180777 9127 110 5 0 0 kwin
[ 7003.612827] [ 2185] 1000 2185 54441 705 31 3 0 0 kglobalaccel5
[ 7003.621438] [ 2189] 1000 2189 112681 837 44 4 0 0 kactivitymanage
[ 7003.630626] [ 2198] 1000 2198 146713 4290 77 5 0 0 pcmanfm-qt
[ 7003.640259] [ 2199] 1000 2199 74557 794 36 4 0 0 lxqt-globalkeys
[ 7003.649028] [ 2200] 1000 2200 72594 2287 64 4 0 0 lxqt-notificati
[ 7003.658747] [ 2201] 1000 2201 217152 3794 81 4 0 0 lxqt-panel
[ 7003.668213] [ 2202] 1000 2202 93782 1802 41 4 0 0 lxqt-policykit-
[ 7003.676974] [ 2203] 1000 2203 131062 2931 70 4 0 0 lxqt-runner
[ 7003.686706] [ 2205] 1000 2205 132009 8413 79 3 0 0 nm-applet
[ 7003.695812] [ 2236] 1000 2236 189265 448 21 4 0 0 pulseaudio
[ 7003.704581] [ 2248] 1000 2248 39548 181 13 3 0 0 menu-cached
[ 7003.713522] [ 2258] 1000 2258 58270 197 14 3 0 0 gvfsd
[ 7003.722898] [ 2286] 0 2286 2597 178 9 3 0 -1000 sshd
[ 7003.731319] [ 2291] 1000 2291 77518 385 19 3 0 0 gvfsd-trash
[ 7003.739911] [ 2312] 0 2312 1842 128 7 3 0 0 login
[ 7003.749121] [ 2314] 0 2314 624 33 6 4 0 0 agetty
[ 7003.757536] [ 2321] 0 2321 2397 232 9 3 0 0 systemd
[ 7003.766121] [ 2331] 0 2331 3018 467 9 3 0 0 (sd-pam)
[ 7003.775155] [ 2342] 0 2342 1387 148 6 3 0 0 bash
[ 7003.783914] [ 2353] 1000 2353 59057 1387 37 4 0 0 lxqt-powermanag
[ 7003.792444] [ 2355] 1000 2355 67438 505 21 3 0 0 gvfs-udisks2-vo
[ 7003.801981] [ 2374] 1000 2374 41945 216 14 3 0 0 gnome-keyring-d
[ 7003.811442] [ 2786] 1000 2786 38650 131 11 4 0 0 dconf-service
[ 7003.820911] [ 3325] 1000 3325 736412 27178 206 7 0 0 chromium
[ 7003.830019] [ 3336] 1000 3336 66000 2296 80 3 0 0 chromium
[ 7003.838960] [ 3338] 1000 3338 66000 2299 45 3 0 0 chromium
[ 7003.847810] [ 3393] 1000 3393 174578 8395 139 3 0 200 chromium
[ 7003.856656] [ 3615] 1000 3615 92891 3702 58 3 0 200 chromium
[ 7003.865511] [ 4595] 1000 4595 74300 3826 65 3 0 0 qterminal
[ 7003.874363] [ 4599] 1000 4599 1387 148 6 3 0 0 bash
[ 7003.883234] [ 8363] 0 8363 3293 143 7 4 0 -1000 systemd-udevd
[ 7003.891814] [ 8499] 102 8499 1953 141 9 3 0 0 systemd-network
[ 7003.901023] [ 8505] 103 8505 2110 170 7 4 0 0 systemd-resolve
[ 7003.910656] [ 8519] 101 8519 20509 130 10 4 0 0 systemd-timesyn
[ 7003.920117] [14289] 0 14289 58990 640 18 4 0 0 polkitd
[ 7003.929580] [15535] 1000 15535 304921 6321 154 10 0 300 chromium
[ 7003.938357] [15595] 0 15595 1758 258 7 4 0 0 dhclient
[ 7003.947123] Out of memory: Kill process 15535 (chromium) score 326 or sacrifice child
[ 7003.955985] Killed process 15535 (chromium) total-vm:1219684kB, anon-rss:24872kB, file-rss:0kB, shmem-rss:412kB

Best regards,

Hi @anon91830841 , any update on the patch release? I have a couple 410c suffering from the reboot every 10minutes or so when using the released 17.04 sd card image. For now I am using the rescue bootloader that @vchong mentioned with a kernel image built on May 10 and the developer rootfs image that goes with it (not sure what snapshot version they are) and that is stable.

Dear all,

a patch release was published today, e.g. 17.04.1, to address the issues reported so far here:

enjoy!
cheers

1 Like