Jump to content

ARMBIAN for Amlogic S905 and S905X (ver 5.44 =<)


balbes150

Recommended Posts

Hi.   I'm sorry to ask what is probably an answered question, but there are 47 pages of material here and I can't find a specific answer to my problem.  

 

In installed the current debian/xfce image from here:

https://yadi.sk/d/5_32km_EsCV2A/ARMBIAN/mali-6/5.41_20180304

 

There are a lot of images here, so it is tough to figure out which is the right one.  I did the su and ./install.sh and I running on the emmc now. 

 

It works perfectly. I added the wifi line to my modules file and it worked. And when I click the two sample videos, they play in tiny windows nicely. 

 

Larger window videos don't play well at all. They hitch up and eventually crash the system.  I had a similar problem on an rpi, and I had to manually compile mpv with hardware acceleration.  But I can't find that this chip has that.  I am trying to duplicate on an s905x TV box what I was able to do on an Opi H3 with Armbian. 

 

 

mpv.png

Link to comment
Share on other sites

Update image Armbian 3.14 20180305

 

Updated the KODI-17.6 package for Ubuntu and added the KODI-17.6 package for Debian. Now these packages can be installed on any system (Server, ICEWM MATE\XFCE etc).

 

If install KODI-17.3, remove all old packages starting with “aml -*”.

 

Download and install the command "dpkg -i " new packages
(aml-amremote_5.41_arm64.deb aml-codec_5.41_arm64.deb aml-mali6_5.41_arm64.deb).

To install the new version KODI-17.6 aml-kodi-debian\ubuntu package, use the command

 

for Debian

 

apt install -f /full_patch/aml-kodi-debian_5.41_arm64.deb

 

for Ubuntu

 

apt install -f /full_patch/aml-kodi-ubuntu_5.41_arm64.deb

 

to install all the dependencies.

Link to comment
Share on other sites

Thanks @balbes150. Tried your last images. Running 5.41 20180305 (Mate) on a s905x device (Mini M8SII) from internal storage and found the following problems:

  • IR remote doesn't work anymore. Placed remote.conf in /boot/ and /etc/amremote without any effect. The amlogic-remotecfg service is not running, because /dev/amremote cannot be found. There are also no LIRC devices in case you've moved to LIRC for IR support.
  • Adjusting screen resolution in /boot/hdmi.sh (1080p60hz to 720p60hz) is partially failing. Case scenario:
    • Running 1080p out of the box without adjustments after flashing: everything works fine. Kodi and desktop environment are running in 1080p.
    • Changing 1080p to 720p after flashing and first boot: KODI works fine and runs in 720p, desktop environment shows artifacts and seems to be running in 1080p.
    • Changing 1080p to 720p after flashing and before first boot: everything works fine. Kodi and desktop environment are running in 720p.

Same effect when running the image from SD and USB stick.

 

//edit

Maybe I'm doing something wrong. Can't get remote working on mate 20171226 either (which worked fine before). Perhaps I'm forgetting something.

Link to comment
Share on other sites

On 05.03.2018 at 10:21 PM, vuhuy said:

IR remote doesn't work anymore. Placed remote.conf in /boot/ and /etc/amremote without any effect. The amlogic-remotecfg service is not running, because /dev/amremote cannot be found. There are also no LIRC devices in case you've moved to LIRC for IR support.

fixed for image Armbian Ubuntu Mate 20180307

The remote works in the image 20180305, you need to use the correct dtb file.

 

 

 

On 05.03.2018 at 10:21 PM, vuhuy said:

Adjusting screen resolution in /boot/hdmi.sh (1080p60hz to 720p60hz) is partially failing. Case scenario:

  • Running 1080p out of the box without adjustments after flashing: everything works fine. Kodi and desktop environment are running in 1080p.
  • Changing 1080p to 720p after flashing and first boot: KODI works fine and runs in 720p, desktop environment shows artifacts and seems to be running in 1080p.
  • Changing 1080p to 720p after flashing and before first boot: everything works fine. Kodi and desktop environment are running in 720p.

 

It is a complex system (DE + KODI). To change the screen resolution ONLY in the file /boot/hdmi.sh.

 

13 hours ago, Édney Helene said:

When are you guys going to build an special version for S905w with cvbs compatibility?

I don't have s905w.

 

 

TO ALL

fix system menu for aml-kodi-ubuntu_5.41.deb

Link to comment
Share on other sites

On 3/7/2018 at 12:23 PM, balbes150 said:

fixed for image Armbian Ubuntu Mate 20180307

The remote works in the image 20180305, you need to use the correct dtb file.

 

That's right, I just copied the dtb without renaming it. Sorry the wrong report.

 

One last thing, I don't know you can fix it, but there seems to be some problems with the amlogic audio drivers. Maybe there are alternatives or fixes available?
 

Problem

Audio driver can cause kernel panic when playing a sound rapidly multiple times in a row. No audio is available after the kernel panic, or it keeps playing (loop) the audio in the sound buffers before the kernel panic.

 

Reproduction

Start up Kodi. Use the keyboard to navigate through the menu, so it plays a sound every time it selects a different menu item. Now quickly navigate through the menu.

 

Kernel logs

Spoiler

 


Mar  7 13:38:49 localhost kernel: [  147.373177@1] Unable to handle kernel paging request at virtual address ffffff8003100fd8
Mar  7 13:38:49 localhost kernel: [  147.373180@1] pgd = ffffffc060b37000
Mar  7 13:38:49 localhost kernel: [  147.373186@1] [ffffff8003100fd8] *pgd=000000004ff0c003, *pmd=0000000000000000
Mar  7 13:38:49 localhost kernel: [  147.373189@1] Internal error: Oops: 96000047 [#1] PREEMPT SMP
Mar  7 13:38:49 localhost kernel: [  147.373200@1] Modules linked in: rfcomm bnep hci_uart bluetooth 6lowpan_iphc zram joydev aml_nftl_dev(P)
Mar  7 13:38:49 localhost kernel: [  147.373206@1] CPU: 1 PID: 5776 Comm: alsa-sink-I2S.4 Tainted: P             3.14.29-amlogics905x-gf29b82a-dirty #2
Mar  7 13:38:49 localhost kernel: [  147.373209@1] task: ffffffc050b66000 ti: ffffffc0618a8000 task.ti: ffffffc0618a8000
Mar  7 13:38:49 localhost kernel: [  147.373219@1] PC is at aml_i2s_copy_playback.isra.1+0x284/0x4b0
Mar  7 13:38:49 localhost kernel: [  147.373222@1] LR is at aml_i2s_copy_playback.isra.1+0x334/0x4b0
Mar  7 13:38:49 localhost kernel: [  147.373224@1] pc : [<ffffffc0019741ec>] lr : [<ffffffc00197429c>] pstate: 20000145
Mar  7 13:38:49 localhost kernel: [  147.373225@1] sp : ffffffc0618abab0
Mar  7 13:38:49 localhost kernel: [  147.373228@1] x29: ffffffc0618abab0 x28: 0000000000000028 
Mar  7 13:38:49 localhost kernel: [  147.373231@1] x27: ffffffc060080000 x26: ffffffc0618a8000 
Mar  7 13:38:49 localhost kernel: [  147.373234@1] x25: 0000000000000200 x24: 0000007f780bf9c0 
Mar  7 13:38:49 localhost kernel: [  147.373236@1] x23: ffffffffffffffd8 x22: 0000000000000028 
Mar  7 13:38:49 localhost kernel: [  147.373239@1] x21: 0000000000000040 x20: ffffffc050b26c00 
Mar  7 13:38:49 localhost kernel: [  147.373241@1] x19: 0000000000000028 x18: 0000000000000014 
Mar  7 13:38:49 localhost kernel: [  147.373244@1] x17: 0000007f8358a290 x16: ffffffc0011e0290 
Mar  7 13:38:49 localhost kernel: [  147.373246@1] x15: 003b9aca00000000 x14: 0000000000000000 
Mar  7 13:38:49 localhost kernel: [  147.373249@1] x13: ffffff8003100fd8 x12: 0000000000000000 
Mar  7 13:38:49 localhost kernel: [  147.373251@1] x11: 0000000000000000 x10: 0000000000000000 
Mar  7 13:38:49 localhost kernel: [  147.373254@1] x9 : 0000ffff00000000 x8 : 0000000000010000 
Mar  7 13:38:49 localhost kernel: [  147.373257@1] x7 : 0001000000000000 x6 : ffffffc060080000 
Mar  7 13:38:49 localhost kernel: [  147.373260@1] x5 : 0000000000000020 x4 : ffffff8003100ff8 
Mar  7 13:38:49 localhost kernel: [  147.373262@1] x3 : ffffff8003100fd8 x2 : 0000000000000000 
Mar  7 13:38:49 localhost kernel: [  147.373265@1] x1 : ffffffc060080004 x0 : 0000000000000000 
Mar  7 13:38:49 localhost kernel: [  147.373267@1] 
Mar  7 13:38:49 localhost kernel: [  147.373267@1] PC: 0xffffffc00197416c:
Mar  7 13:38:49 localhost kernel: [  147.373274@1] 416c  4b1c03f5 f9416683 93407e7c 0a1602b5 cb1c02f7 6b1502d6 8b17006d 54000581
Mar  7 13:38:49 localhost kernel: [  147.373279@1] 418c  4b1302a2 f9003bad 93407c42 aa1b03e1 8b1c0360 97edb258 f9403bad 35001293
Mar  7 13:38:49 localhost kernel: [  147.373285@1] 41ac  b9010f36 f94043a0 b9404c00 7100201f 54fff5c1 d00061c0 f9020417 17ffffab
Mar  7 13:38:49 localhost kernel: [  147.373291@1] 41cc  aa1b03e6 aa0d03e3 710002bf 54fffa6d 91008064 aa0603e1 d2800000 78c04422
Mar  7 13:38:49 localhost kernel: [  147.373297@1] 41ec  78206862 78dfe022 78206882 91000800 f100801f 54ffff41 910100c6 91010063
Mar  7 13:38:49 localhost kernel: [  147.373303@1] 420c  4b1b00c0 6b0002bf 54fffe4c b9408ba0 a94153f3 a9425bf5 a94363f7 a9446bf9
Mar  7 13:38:49 localhost kernel: [  147.373309@1] 422c  a94573fb a8d97bfd d65f03c0 93407ec3 910243a0 cb030081 aa0303e2 a9068fad
Mar  7 13:38:49 localhost kernel: [  147.373315@1] 424c  8b010361 97edb1cc 4b1302a2 aa1b03e1 93407c42 8b1c0360 97edb227 a9468fad
Mar  7 13:38:49 localhost kernel: [  147.373317@1] 
Mar  7 13:38:49 localhost kernel: [  147.373317@1] LR: 0xffffffc00197421c:
Mar  7 13:38:49 localhost kernel: [  147.373322@1] 421c  a94153f3 a9425bf5 a94363f7 a9446bf9 a94573fb a8d97bfd d65f03c0 93407ec3
Mar  7 13:38:49 localhost kernel: [  147.373328@1] 423c  910243a0 cb030081 aa0303e2 a9068fad 8b010361 97edb1cc 4b1302a2 aa1b03e1
Mar  7 13:38:49 localhost kernel: [  147.373335@1] 425c  93407c42 8b1c0360 97edb227 a9468fad 340000f3 a906b7a3 aa1c03e2 91003321
Mar  7 13:38:49 localhost kernel: [  147.373340@1] 427c  aa1b03e0 97edb1c0 a946b7a3 f9003bad aa0303e2 910243a1 91003320 97edb1ba
Mar  7 13:38:49 localhost kernel: [  147.373346@1] 429c  f9403bad b9010f36 17ffffc3 710002bf 54fff3cd aa1b03ec aa0d03eb 91030149
Mar  7 13:38:49 localhost kernel: [  147.373352@1] 42bc  91028148 91020147 91018146 91010145 91008144 aa0a03e3 aa0c03e0 aa0b03e2
Mar  7 13:38:49 localhost kernel: [  147.373358@1] 42dc  b9400001 91008000 13087c21 b8004441 b85e4001 eb0a005f 13087c21 b8004461
Mar  7 13:38:49 localhost kernel: [  147.373364@1] 42fc  b85e8001 13087c21 b8004481 b85ec001 13087c21 b80044a1 b85f0001 13087c21
Mar  7 13:38:49 localhost kernel: [  147.373366@1] 
Mar  7 13:38:49 localhost kernel: [  147.373366@1] SP: 0xffffffc0618aba30:
Mar  7 13:38:49 localhost kernel: [  147.373371@1] ba30  50b26c00 ffffffc0 00000040 00000000 00000028 00000000 ffffffd8 ffffffff
Mar  7 13:38:49 localhost kernel: [  147.373377@1] ba50  780bf9c0 0000007f 00000200 00000000 618a8000 ffffffc0 60080000 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373383@1] ba70  00000028 00000000 618abab0 ffffffc0 0197429c ffffffc0 618abab0 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373389@1] ba90  019741ec ffffffc0 20000145 00000000 605b7da8 ffffffc0 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373395@1] bab0  618abc40 ffffffc0 01974514 ffffffc0 00000010 00000000 60044400 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373401@1] bad0  780bf980 0000007f 00000000 00000000 780bf040 0000007f 780bf040 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373407@1] baf0  01951828 ffffffc0 00000001 00000000 00000000 00000000 50b26c00 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373412@1] bb10  50b26c00 ffffffc0 00000028 00000000 03100fd8 ffffff80 00000010 00000000
Mar  7 13:38:49 localhost kernel: [  147.373414@1] 
Mar  7 13:38:49 localhost kernel: [  147.373414@1] X1: 0xffffffc06007ff84:
Mar  7 13:38:49 localhost kernel: [  147.373420@1] ff84  00000000 00007fe3 00000000 00007fe5 00000000 00007fe7 00000000 00007fe9
Mar  7 13:38:49 localhost kernel: [  147.373426@1] ffa4  00000000 00007feb 00000000 00007fed 00000000 00007fef 00000000 00007ff1
Mar  7 13:38:49 localhost kernel: [  147.373432@1] ffc4  00000000 00007ff3 00000000 00007ff5 00000000 00007ff7 00000000 00007ff9
Mar  7 13:38:49 localhost kernel: [  147.373438@1] ffe4  00000000 00007ffb 00000000 00007ffd 00000000 00007fff 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373443@1] 0004  00000001 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373449@1] 0024  00000000 00010000 00000000 00000001 00010000 00010000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373455@1] 0044  00000000 00000000 00000000 00000000 00000000 00000000 0000ffff 00000000
Mar  7 13:38:49 localhost kernel: [  147.373460@1] 0064  00000000 00000001 0000ffff 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373463@1] 
Mar  7 13:38:49 localhost kernel: [  147.373463@1] X6: 0xffffffc06007ff80:
Mar  7 13:38:49 localhost kernel: [  147.373469@1] ff80  00007fe1 00000000 00007fe3 00000000 00007fe5 00000000 00007fe7 00000000
Mar  7 13:38:49 localhost kernel: [  147.373474@1] ffa0  00007fe9 00000000 00007feb 00000000 00007fed 00000000 00007fef 00000000
Mar  7 13:38:49 localhost kernel: [  147.373480@1] ffc0  00007ff1 00000000 00007ff3 00000000 00007ff5 00000000 00007ff7 00000000
Mar  7 13:38:49 localhost kernel: [  147.373486@1] ffe0  00007ff9 00000000 00007ffb 00000000 00007ffd 00000000 00007fff 00000000
Mar  7 13:38:49 localhost kernel: [  147.373491@1] 0000  00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373497@1] 0020  00000000 00000000 00010000 00000000 00000001 00010000 00010000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373503@1] 0040  00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000ffff
Mar  7 13:38:49 localhost kernel: [  147.373508@1] 0060  00000000 00000000 00000001 0000ffff 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373512@1] 
Mar  7 13:38:49 localhost kernel: [  147.373512@1] X16: 0xffffffc0011e0210:
Mar  7 13:38:49 localhost kernel: [  147.373518@1] 0210  b9000280 17ffff3b 128002b3 17ffff39 528b0500 72a80600 6b00027f 54000080
Mar  7 13:38:49 localhost kernel: [  147.373524@1] 0230  11000800 6b00027f 54ffefc1 aa1403e1 aa1603e0 97fffe79 2a0003f3 17ffff2d
Mar  7 13:38:49 localhost kernel: [  147.373530@1] 0250  12800bd3 17ffff2b 910003e0 9272c401 aa1403e0 f9400421 b1001000 fa413002
Mar  7 13:38:49 localhost kernel: [  147.373536@1] 0270  9a9f27e2 b4ffe1a2 f9403ac1 52800013 f94026e0 4b010000 17ffffe2 d503201f
Mar  7 13:38:49 localhost kernel: [  147.373542@1] 0290  a9bc7bfd 910003fd a90153f3 a9025bf5 f9001bf7 aa0003f4 aa0103f6 aa1e03e0
Mar  7 13:38:49 localhost kernel: [  147.373548@1] 02b0  aa0203f7 d503201f 2a1403e0 94002c75 aa0003f3 f27ef415 54000240 2a1403e1
Mar  7 13:38:49 localhost kernel: [  147.373554@1] 02d0  aa1703e3 2a1603e2 aa1503e0 97fffe8f 2a0003f4 370000f3 93407e80 a94153f3
Mar  7 13:38:49 localhost kernel: [  147.373560@1] 02f0  a9425bf5 f9401bf7 a8c47bfd d65f03c0 aa1503e0 97ffb98d 17fffff8 d503201f
Mar  7 13:38:49 localhost kernel: [  147.373562@1] 
Mar  7 13:38:49 localhost kernel: [  147.373562@1] X20: 0xffffffc050b26b80:
Mar  7 13:38:49 localhost kernel: [  147.373568@1] 6b80  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373573@1] 6ba0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373579@1] 6bc0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373585@1] 6be0  00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373590@1] 6c00  00000000 00000000 0000004a 00000000 1a454512 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373596@1] 6c20  00000270 00000000 00311000 00000000 00311000 00000000 ffffc45f 00000000
Mar  7 13:38:49 localhost kernel: [  147.373602@1] 6c40  00000009 00000000 00000000 00000000 00000000 00000000 00000003 00000002
Mar  7 13:38:49 localhost kernel: [  147.373608@1] 6c60  00000000 0000ac44 00000002 00000000 00000400 00000000 00000004 00000000
Mar  7 13:38:49 localhost kernel: [  147.373610@1] 
Mar  7 13:38:49 localhost kernel: [  147.373610@1] X26: 0xffffffc0618a7f80:
Mar  7 13:38:49 localhost kernel: [  147.373616@1] 7f80  b34d6d98 0000007f b34da4d0 0000007f b34d9000 0000007f 00000001 00000000
Mar  7 13:38:49 localhost kernel: [  147.373622@1] 7fa0  b34dba28 0000007f 00000000 00000000 00000000 00000000 c0ce4c30 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373628@1] 7fc0  b33ccec8 0000007f c0ce4c30 0000007f b3434144 0000007f 60000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373634@1] 7fe0  00000001 00000000 0000005e 00000000 b5d82756 b6243d4d 78f7f0ac e927e338
Mar  7 13:38:49 localhost kernel: [  147.373640@1] 8000  00000000 00000000 ffffffff ffffffff 50b66000 ffffffc0 02078bf0 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373646@1] 8020  010ad3c8 ffffffc0 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373652@1] 8040  00000000 00000000 00000000 00000000 00000002 00000001 57ac6e9d 00000000
Mar  7 13:38:49 localhost kernel: [  147.373657@1] 8060  9a1d0e5d abf42306 ec91f450 72acc493 fa419b46 1ce1a60b caa9cf84 0e30455c
Mar  7 13:38:49 localhost kernel: [  147.373659@1] 
Mar  7 13:38:49 localhost kernel: [  147.373659@1] X27: 0xffffffc06007ff80:
Mar  7 13:38:49 localhost kernel: [  147.373665@1] ff80  00007fe1 00000000 00007fe3 00000000 00007fe5 00000000 00007fe7 00000000
Mar  7 13:38:49 localhost kernel: [  147.373670@1] ffa0  00007fe9 00000000 00007feb 00000000 00007fed 00000000 00007fef 00000000
Mar  7 13:38:49 localhost kernel: [  147.373676@1] ffc0  00007ff1 00000000 00007ff3 00000000 00007ff5 00000000 00007ff7 00000000
Mar  7 13:38:49 localhost kernel: [  147.373682@1] ffe0  00007ff9 00000000 00007ffb 00000000 00007ffd 00000000 00007fff 00000000
Mar  7 13:38:49 localhost kernel: [  147.373687@1] 0000  00000000 00000001 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373693@1] 0020  00000000 00000000 00010000 00000000 00000001 00010000 00010000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373699@1] 0040  00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000ffff
Mar  7 13:38:49 localhost kernel: [  147.373704@1] 0060  00000000 00000000 00000001 0000ffff 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373706@1] 
Mar  7 13:38:49 localhost kernel: [  147.373706@1] X29: 0xffffffc0618aba30:
Mar  7 13:38:49 localhost kernel: [  147.373712@1] ba30  50b26c00 ffffffc0 00000040 00000000 00000028 00000000 ffffffd8 ffffffff
Mar  7 13:38:49 localhost kernel: [  147.373718@1] ba50  780bf9c0 0000007f 00000200 00000000 618a8000 ffffffc0 60080000 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373724@1] ba70  00000028 00000000 618abab0 ffffffc0 0197429c ffffffc0 618abab0 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373730@1] ba90  019741ec ffffffc0 20000145 00000000 605b7da8 ffffffc0 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373736@1] bab0  618abc40 ffffffc0 01974514 ffffffc0 00000010 00000000 60044400 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373742@1] bad0  780bf980 0000007f 00000000 00000000 780bf040 0000007f 780bf040 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373747@1] baf0  01951828 ffffffc0 00000001 00000000 00000000 00000000 50b26c00 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373753@1] bb10  50b26c00 ffffffc0 00000028 00000000 03100fd8 ffffff80 00000010 00000000
Mar  7 13:38:49 localhost kernel: [  147.373754@1] 
Mar  7 13:38:49 localhost kernel: [  147.373756@1] Process alsa-sink-I2S.4 (pid: 5776, stack limit = 0xffffffc0618a8058)
Mar  7 13:38:49 localhost kernel: [  147.373759@1] Stack: (0xffffffc0618abab0 to 0xffffffc0618ac000)
Mar  7 13:38:49 localhost kernel: [  147.373762@1] baa0:                                     618abc40 ffffffc0 01974514 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373766@1] bac0: 00000010 00000000 60044400 ffffffc0 780bf980 0000007f 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373770@1] bae0: 780bf040 0000007f 780bf040 0000007f 01951828 ffffffc0 00000001 00000000
Mar  7 13:38:49 localhost kernel: [  147.373774@1] bb00: 00000000 00000000 50b26c00 ffffffc0 50b26c00 ffffffc0 00000028 00000000
Mar  7 13:38:49 localhost kernel: [  147.373778@1] bb20: 03100fd8 ffffff80 00000010 00000000 605b7d80 ffffffc0 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373782@1] bb40: 00000000 00000000 00000000 00000000 00000000 00010000 00010000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373786@1] bb60: 00000000 00000000 618a8000 ffffffc0 00000117 00000000 0000001d 00000000
Mar  7 13:38:49 localhost kernel: [  147.373789@1] bb80: 02077000 ffffffc0 0000001d 00000000 00000093 00000000 14d1ce9a 00000000
Mar  7 13:38:49 localhost kernel: [  147.373793@1] bba0: 00000093 00000000 13fe35fb 00000000 618abbd0 ffffffc0 019762e8 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373797@1] bbc0: 605b7da8 ffffffc0 0194dd9c ffffffc0 618abbe0 ffffffc0 0197346c ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373801@1] bbe0: 618abc00 ffffffc0 019687e0 ffffffc0 618abc00 ffffffc0 01745908 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373805@1] bc00: 618abc20 ffffffc0 011024dc ffffffc0 021e1480 ffffffc0 00000260 00000000
Mar  7 13:38:49 localhost kernel: [  147.373809@1] bc20: 618abc50 ffffffc0 01953770 ffffffc0 618abc50 ffffffc0 019536a4 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373813@1] bc40: 618abc90 ffffffc0 01951894 ffffffc0 00000250 00000000 60044400 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373817@1] bc60: 00000010 00000000 00000000 00000000 780bf040 0000007f 780bf040 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373821@1] bc80: 01951828 ffffffc0 780bf040 0000007f 618abcd0 ffffffc0 01953cd8 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373825@1] bca0: 00000250 00000000 00000010 00000000 60044400 ffffffc0 60044568 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373829@1] bcc0: 025ae000 ffffffc0 36529ab3 00000000 618abd60 ffffffc0 01953edc ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373833@1] bce0: 60044400 ffffffc0 780bf040 0000007f 00000260 00000000 82d06730 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373837@1] bd00: 60037948 ffffffc0 00000015 00000000 00000117 00000000 0000001d 00000000
Mar  7 13:38:49 localhost kernel: [  147.373841@1] bd20: 02077000 ffffffc0 618a8000 ffffffc0 618abd58 ffffffc0 00312000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373844@1] bd40: 00000010 00000000 025ae0f8 ffffffc0 60044400 ffffffc0 00000020 00000000
Mar  7 13:38:49 localhost kernel: [  147.373848@1] bd60: 618abd90 ffffffc0 0194ee78 ffffffc0 40184150 00000000 61252900 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373852@1] bd80: 60044400 ffffffc0 618a8000 ffffffc0 618abde0 ffffffc0 0194eed8 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373856@1] bda0: 40184150 00000000 61252900 ffffffc0 82d06730 0000007f 61252900 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373860@1] bdc0: 618abe50 ffffffc0 00000000 00000000 780bf040 0000007f 00000260 00000000
Mar  7 13:38:49 localhost kernel: [  147.373864@1] bde0: 618abe10 ffffffc0 011e004c ffffffc0 40184150 00000000 82d06730 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373868@1] be00: 00000015 00000000 011eb36c ffffffc0 618abe90 ffffffc0 011e02e0 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373872@1] be20: 61252901 ffffffc0 00000015 00000000 61252900 ffffffc0 40184150 00000000
Mar  7 13:38:49 localhost kernel: [  147.373876@1] be40: 82d06730 0000007f 00000015 00000000 618abe70 ffffffc0 011eb4b4 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373880@1] be60: 00000015 00000000 00000015 00000000 618abe90 ffffffc0 011e02c0 ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373884@1] be80: 823ef000 0000007f 00000015 00000000 82d06700 0000007f 0108426c ffffffc0
Mar  7 13:38:49 localhost kernel: [  147.373888@1] bea0: 823ef000 0000007f 1daf8750 00000000 ffffffff ffffffff 8358a29c 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373891@1] bec0: 60000000 00000000 00000000 00000000 00000015 00000000 40184150 00000000
Mar  7 13:38:49 localhost kernel: [  147.373895@1] bee0: 82d06730 0000007f 82d06730 0000007f 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373899@1] bf00: 82d041e4 0000007f 00000000 00000000 0000001d 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373903@1] bf20: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373906@1] bf40: 00000000 00000000 00000000 003b9aca 823f04b0 0000007f 8358a290 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373910@1] bf60: 00000014 00000000 823ef000 0000007f 1daf8750 00000000 1d9ded30 00000000
Mar  7 13:38:49 localhost kernel: [  147.373914@1] bf80: 822efa38 0000007f 1d9d7a70 00000000 00000001 00000000 00000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373918@1] bfa0: 1d9d7c28 00000000 00000001 00000000 00000980 00000000 82d06700 0000007f
Mar  7 13:38:49 localhost kernel: [  147.373922@1] bfc0: 82363f7c 0000007f 82d06700 0000007f 8358a29c 0000007f 60000000 00000000
Mar  7 13:38:49 localhost kernel: [  147.373926@1] bfe0: 00000015 00000000 0000001d 00000000 17cbabce 027efcb9 5dd9038b 846501e7
Mar  7 13:38:49 localhost kernel: [  147.373927@1] Call trace:
Mar  7 13:38:49 localhost kernel: [  147.373932@1] [<ffffffc0019741ec>] aml_i2s_copy_playback.isra.1+0x284/0x4b0
Mar  7 13:38:49 localhost kernel: [  147.373935@1] [<ffffffc001974510>] aml_i2s_copy+0xf8/0x1e8
Mar  7 13:38:49 localhost kernel: [  147.373939@1] [<ffffffc001951890>] snd_pcm_lib_write_transfer+0x68/0x110
Mar  7 13:38:49 localhost kernel: [  147.373943@1] [<ffffffc001953cd4>] snd_pcm_lib_write1+0x1e4/0x380
Mar  7 13:38:49 localhost kernel: [  147.373945@1] [<ffffffc001953ed8>] snd_pcm_lib_write+0x68/0xa0
Mar  7 13:38:49 localhost kernel: [  147.373948@1] [<ffffffc00194ee74>] snd_pcm_playback_ioctl1+0x30c/0x328
Mar  7 13:38:49 localhost kernel: [  147.373951@1] [<ffffffc00194eed4>] snd_pcm_playback_ioctl+0x44/0x78
Mar  7 13:38:49 localhost kernel: [  147.373956@1] [<ffffffc0011e0048>] do_vfs_ioctl+0x330/0x578
Mar  7 13:38:49 localhost kernel: [  147.373959@1] [<ffffffc0011e02dc>] SyS_ioctl+0x4c/0x88
Mar  7 13:38:49 localhost kernel: [  147.373963@1] Code: 91008064 aa0603e1 d2800000 78c04422 (78206862) 
Mar  7 13:38:49 localhost kernel: [  147.374021@1] ---[ end trace 1965a363ed3793f8 ]---

 

Setup

Mini M8S II (s905x) using GXL P212 2G DTB. Using your Ubuntu Mate image. Versions 20171226, 20180305, and 20180307 are affected.

 

Edited by Tido
added spoiler
Link to comment
Share on other sites

4 hours ago, vuhuy said:

Audio driver can cause kernel panic when playing a sound rapidly multiple times in a row. No audio is available after the kernel panic, or it keeps playing (loop) the audio in the sound buffers before the kernel panic.

Remove "alsa-utils" and "libasound2-plugins" (with all dependencies). This is a problem of interaction between the new kernel and pulseaudio. If you do not use pulseaudio - you can completely remove it.

Link to comment
Share on other sites

Hi all,
I installed  "Armbian_5.41_S9xxx_Ubuntu_xenial_3.14.29_mate_20180302.img" on SD card, and it runs good. My problem is booting into it: boot hangs on lightdm start, and I have to ctrl+alt+F1, then loggin, then startx. I tried with armbian icewm and it is the same ...
Th.

Ok, I burn my image file with etcher instead of my ubuntu usb image writer and now it boots ok. Now, next job is to see about getting better quality watching live tv streams from either VLC or Chromium....

Th.

Edited by Th-man
found solution
Link to comment
Share on other sites

Hi

I have a device NEXBOX A95X (S905X, 2/16), installed Armbian_5.37_S9xxx_Ubuntu_xenial_3.14.29_server_20171226.img, but I can not configure wifi

I give the commands:

Spoiler

 

modprobe wifi_dummy and ifconfig

817359f943.jpg

 

lshw command
fd457a3cc0.jpg

 

modprobe dhd  and ifconfig

3f0e73500f.jpg

 

lshw

4f290e1489.jpg

 

lsmod

95379b86b3.jpg

 

 

 

Link to comment
Share on other sites

@balbes150 thank you amazing work.

 

Your armbian 3.14.29 works very well on s905w (x96 mini 1GB/8GB), only wifi no luck.

 

I followed tutorial, tried various dtb files, modprobe both wifi_dummy and dhd and couldn't get wifi to work.  nothing showsup on iwconfig

from my research chip is bad binary only wifi 9082xs/ssv6200 and your image doesn't support this yet (please tell me if wrong!)

 

tried https://kszaq.libreelec.tv/s905/8.2/8.2.3.1/LibreELEC-S905.arm-8.2-8.2.3.1.img.gz LE 3.14.29  kernel version and wifi work on LE, so searching github i found what commit added support

 

https://github.com/kszaq/linux-amlogic-le/commit/9c908360c563595a4d96ed62c7342d195edaeb3f

 

https://github.com/AlexELEC/AlexELEC-AML/commit/fb41e7bd4c4ce5cc103e8f1497cfffececd7e44a

 

https://github.com/AlexELEC/AlexELEC-AML/commit/7e332afdd8240f83856f1b26a4354812dcf6fdcd

 

I am confused how to add support to your image. Maybe you support already I just don't know how to enable.

Maybe I need to recompile kernel with prebuilt ko file and change configuration

 

I copied the modules from LE, modeprobe works! dmesg say:

 

SSV6XXX_SDIO sdio:0001:1: vendor = 0x3030 device = 0x3030 but then fails to initialize the device, modprobe tainted

 

I think the other changes to the kernel config are needed.

 

I tried to recompile the kernel but failed at first steps

if I have to recompile the kernel, what branch should i use for https://github.com/150balbes/Amlogic_s905-kernel armbian or 3.14? I found instructions in post

but seems old (different branches now).

 

any link or direction will help many thanks

Edited by ginkrust
added detail about device specification
Link to comment
Share on other sites

On 11/30/2017 at 2:29 AM, deranger said:

After some dtb trials I managed to get your 3.14 Armbian running on my very very cheap, 23€ at amazon, S905W/2GB/16GB/9082xs

@deranger can I ask you for directions on which dtb file for that?

I have the 1/8 variant of an s905w with wifi only working on a LE build. tried many dtb files.

Link to comment
Share on other sites

I was confused, my box doesn't have 9082xs it needs ssv6051 drivers which armbian @balbes150 supports

 

after installing all relevant firmware deb files, i see in dmesg

               *** sta_cfg_set, /usr/lib/firmware/ssv6051/ssv6051-wifi.cfg ***

[   80.459198] ERROR: filp_open

I looked for the file, is in /lib/firmware instead

 

my quick fix

 

ln -s /lib/firmware /usr/lib/firmware

now wifi works. Using Armbian_5.41_S9xxx_Debian_stretch_3.14.29_server_20180305.img.xz

 

device: s905w based x96 mini with ssv6051

 

Link to comment
Share on other sites

9 hours ago, windumasta said:

this one works fine with the khandas vim 1 but what is the root pwd ?
1234 not works like the other

The password works.

Judging from many of your messages with different problems, you have a problem with media quality or image recording. The forum has been the description of a similar problem from a user who tried to understand. As a result, he solved all the problems after replacing the media with high-quality ones.

Link to comment
Share on other sites

3 hours ago, balbes150 said:

The password works.

Judging from many of your messages with different problems, you have a problem with media quality or image recording. The forum has been the description of a similar problem from a user who tried to understand. As a result, he solved all the problems after replacing the media with high-quality ones.

I'm using samsung and sandisk sd card tell me what is better quality media ?

Link to comment
Share on other sites

2 hours ago, windumasta said:

I'm using samsung and sandisk sd card tell me what is better quality media ?

Start by reading from this post and then on the next page. A few posts you will see what kind of result came user.

 

 

 

Link to comment
Share on other sites

Hello, first of all thanks to balbes and sorry if the question has been answered (i've been searching for a while)

 

I have 2 boxes (1 TX3 pro 1gb, 1 minim8SII 2gb)  running on Armbian_5.37_S9xxx_Debian_stretch_3.14.29_server_20171226.img

Install and running is flawless

 

I tried to install Armbian_5.41_S9xxx_Debian_stretch_4.9.40_server_20180315 but all my attempts are unsuccessful.

My usb key seems to boot (blinking led) but i have no HDMI output nor any IP adress on my network displayed.

 

I tried several P212x dtb.img but none work.

 

Can anyone give me a hint to make 4.9.40 server boot on my 2 devices? Did i miss something?

Or just recommend me 2 dtb for S905X (1Gb & 2Gb) working with Balbes 5.41_59 2018015 img?

 

 

Thank you very much

Link to comment
Share on other sites

15 hours ago, cinquieme said:

Can anyone give me a hint to make 4.9.40 server boot on my 2 devices? Did i miss something?

To run kernel 4.9 successfully, you need

1. New u-boot (it is used in firmware from Android-7).

2. The correct dtb.

Link to comment
Share on other sites

@balbes150 i'm trying to run Kubernetes using your kernel, but it seems to lack some cgroup support such as freeer, and other kernel support for ip_nf and netfilter_xt. + some other missing kernel support too, please see below marked in bold.

Possible to get these into the next version?

 

root@amlogic:~# kubeadm join --token 82e7a9.543a20d2e1b46566 192.168.1.105:6443 --discovery-token-ca-cert-hash sha256:030150ccecdfd2139bd3f532b92153870ea01f9cf319b1fb8954dab76357fb45[preflight] Running pre-flight checks.
[preflight] The system verification failed. Printing the output from the verification:
KERNEL_VERSION: 4.14.0-rc2-next-20170929-amlogics905x
CONFIG_NAMESPACES: enabled
CONFIG_NET_NS: enabled
CONFIG_PID_NS: enabled
CONFIG_IPC_NS: enabled
CONFIG_UTS_NS: enabled
CONFIG_CGROUPS: enabled
CONFIG_CGROUP_CPUACCT: enabled
CONFIG_CGROUP_DEVICE: enabled
CONFIG_CGROUP_FREEZER: not set
CONFIG_CGROUP_SCHED: enabled
CONFIG_CPUSETS: enabled
CONFIG_MEMCG: enabled
CONFIG_INET: enabled
CONFIG_EXT4_FS: enabled
CONFIG_PROC_FS: enabled
CONFIG_IP_NF_TARGET_REDIRECT: not set
CONFIG_NETFILTER_XT_MATCH_COMMENT: not set
CONFIG_OVERLAY_FS: enabled
CONFIG_AUFS_FS: not set - Required for aufs.
CONFIG_BLK_DEV_DM: not set - Required for devicemapper.
DOCKER_VERSION: 17.12.1-ce
OS: Linux
CGROUPS_CPU: enabled
CGROUPS_CPUACCT: enabled
CGROUPS_CPUSET: enabled
CGROUPS_DEVICES: enabled
CGROUPS_FREEZER: missing
CGROUPS_MEMORY: enabled
    [WARNING SystemVerification]: docker version is greater than the most recently validated version. Docker version: 17.12.1-ce. Max validated version: 17.03
    [WARNING FileExisting-crictl]: crictl not found in system path
[preflight] Some fatal errors occurred:
    [ERROR SystemVerification]: unexpected kernel config: CONFIG_CGROUP_FREEZER CONFIG_IP_NF_TARGET_REDIRECT CONFIG_NETFILTER_XT_MATCH_COMMENT
    [ERROR SystemVerification]: missing cgroups: freezer
[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
root@amlogic:~#

Link to comment
Share on other sites

Hello all,

I have successfully installed and run different images with 3.14 kernel on my MXQ Pro+ 4K (S905X Mali-450 2GB/16GB) box.

It all looks very nice but I am having a few but important video issues:

1. when trying to watch flash videos -like Youtube- on browsers (Chromium, Firefox), in fullscreen mode the image is stuttering and pretty unwatchable (on sports events, for example, where action should run smoothly). The small default window runs fine, only fullscreen is problematic.

2. Kodi 17 is rendering smooth image but it is always in fullscreen mode and cannot be modified to windowed mode. Therefore I cannot copy Ace stream or Sopcast links in order to paste and play them on Kodi's Plexus addon.

I am new to Armbian/Linux and I don't know whether these video issues are solvable. Am I missing something?

Can anyone help, please?

Thank you.

Link to comment
Share on other sites

10 hours ago, balbes150 said:

To run kernel 4.9 successfully, you need

1. New u-boot (it is used in firmware from Android-7).

2. The correct dtb.

Ok thanks Balbes, since mine are Android 6, i guess i must keep running on 3.14.29

Link to comment
Share on other sites

21 hours ago, fossxplorer said:

Possible to get these into the next version?

In any time soon I is engaged in a and not plan significant changes in kernel. You can build your own version of the kernel for yourself.

 

 

Link to comment
Share on other sites

5 hours ago, balbes150 said:

Image update Armbian 20180323 kernel 4.14.11 .

Works wired network, USB, monitor (you can change the screen resolution on the fly). The images are in the "test"directory.

Awesome! 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines