Jump to content

Diamond

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Diamond

  1. Hello,

     

    Is there anyone that has problem with USB keyboard on armbian 20.11.9 buster. I have tried both 20.11.6 and 20.11.9 buster nut the keyboard can't be recognized in armbian. (caplock, numlock LED don't work as well) I tried 4 USB ports on the port but doesn't work. The keyboard is working fine with my Windows PC.

     

    Thanks

  2. On 9/24/2020 at 4:59 AM, Armin said:

    Hello Diamond,

     

    Did you try this version https://github.com/RinCat/RTL88x2BU-Linux-Driver ?

     

    Moreover, there are some instructions !

    Hello Armin,

     

    I'm using armbian 20.07 buster

     

    Armbian 20.07 Buster

     

     


     

    uname -a
    Linux x96-air 5.7.16-arm-64 #20.08 SMP PREEMPT Fri Aug 28 09:43:05 MSK 2020 aarch64 GNU/Linux
    
    # This to workaround the issue couldn't find aarch64
    cp -r /usr/src/linux-headers-5.7.16-arm-64/arch/arm64 /usr/src/linux-headers-5.7.16-arm-64/arch/aarch64
    git clone https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
    cd RTL88x2BU-Linux-Driver
    make
    
    ...
    
    ...
      CC [M]  /root/RTL88x2BU-Linux-Driver/hal/btc/halbtc8822b1ant.o
      CC [M]  /root/RTL88x2BU-Linux-Driver/hal/btc/halbtc8822b2ant.o
      CC [M]  /root/RTL88x2BU-Linux-Driver/platform/platform_ops.o
      CC [M]  /root/RTL88x2BU-Linux-Driver/core/rtw_mp.o
      LD [M]  /root/RTL88x2BU-Linux-Driver/88x2bu.o
      MODPOST 1 modules
    ERROR: modpost: "__stack_chk_guard" [/root/RTL88x2BU-Linux-Driver/88x2bu.ko] undefined!
    make[2]: *** [scripts/Makefile.modpost:99: __modpost] Error 1
    make[1]: *** [Makefile:1645: modules] Error 2
    make[1]: Leaving directory '/usr/src/linux-headers-5.7.16-arm-64'
    make: *** [Makefile:2373: modules] Error 2

     

     

    There is error when I tried to install...

  3. 5 hours ago, m89pant@ said:

    It is true, using a microSD many errors appear during the boot as if at some point it will stop reading on the microSd port.  By USB, better results are obtained because it is seen that the process progresses but in the end it cannot start, it remains in a kind of start loop.  If someone has managed to get an image to boot on the A95x Aire, can you tell me the steps that you have followed please.

     

    Restart loop could be incorrect dtb file. I'm not sure the correct one for your box.

     

     

    For X96 Air: Is there way to have LED clock works? After installing ARMBIAN, the clock on box is off.

  4. On 2/8/2020 at 11:54 PM, srx said:

    I've spent hours today playing with dtb parameters and whatnot.

    So far nothing.

    Yes, Android dtb and dtb in this image are different. But I can not just copy-paste it. It is all related and pretty difficult to understand.

     

    All I have is dmesg saying that SD card appeared, it is detected. Even partitions are detected and then it dissapears. But why it dissapears?

    SDXC card seems to appear, then dissapear, then appear again...

    
    [   88.606168] mmc0: new high speed SDHC card at address aaaa
    [   88.607742] mmcblk0: mmc0:aaaa SP32G 29.7 GiB 
    [   88.610100]  mmcblk0: p1 p2
    [   89.637741] mmc0: card aaaa removed
    [   89.731537] mmc0: error -84 whilst initialising SD card
    [   90.824315] mmc0: error -84 whilst initialising SD card
    [   91.912485] mmc0: error -84 whilst initialising SD card
    Keeps repeating the last message about once per second.
    
    /.../
    Another card:
    
    [  441.699628] mmc0: new high speed SDXC card at address aaaa
    [  441.701190] mmcblk0: mmc0:aaaa SR64G 59.5 GiB 
    [  441.706375]  mmcblk0: unable to read partition table
    [  441.707109] mmc0: card aaaa removed
    [  441.709786] udevd[2335]: inotify_add_watch(7, /dev/mmcblk0, 10) failed: No such file or directory
    [  441.815132] mmc0: new high speed SDXC card at address aaaa
    [  441.816655] mmcblk0: mmc0:aaaa SR64G 59.5 GiB 
    [  441.819250]  mmcblk0: p1 p2
    [  441.890260] blk_update_request: I/O error, dev mmcblk0, sector 124735472 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
    [  441.957930] blk_update_request: I/O error, dev mmcblk0, sector 0 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
    [  442.031386] blk_update_request: I/O error, dev mmcblk0, sector 8 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
    [  442.034128] blk_update_request: I/O error, dev mmcblk0, sector 8 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
    
    

     

    EDIT:

     

    The same card/image/kernel that gives endless -84 errors boots just fine in another device.

    I just changed dtb to match hardware and started it up in Nexbox A95X (s905x/2GB/8GB). No errors, starts just fine.

     

    In A95X F3 Air (S905x3/4GB/32GB) still no luck.

    I have no time to do more research at the moment. Maybe I'll try again next weekend.

    Hello,

     

    Have you manged to get Micro SD card work? I am having same problem with repeated error

    mmc1 error -84 whilst initialising sd card

    My box is X96 Air P3 - 4G RAM, 32G ROM

    My MicroSD card is SamsungEVO plus U1 32G. Detail:

     

  5. Hello,

     

    I'm using X96 Air P3 4G 32G

    I'm using "toothpick method" to boot the SD card. Images are used on https://yadi.sk/d/_rQgn_FosYuW0g/20.05.3/20200502

    Armbian_20.05.0_Arm-64_bionic_current_5.6.0-rc6_desktop_20200326.img

    Armbian_20.05.3_Arm-64_buster_current_5.7.0-rc3_desktop_20200502.img

    Armbian_20.05.3_Arm-64_bionic_current_5.7.0-rc3_desktop_20200502.img

     

    I tested by burning those images with balena Etcher. (Enabled Validate write on success)

    I tried to use ethfix from

    
    FDT=/dtb/amlogic/meson-sm1-sei610-ethfix.dtb
    APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0
    
    

     

    or

    
    FDT=/dtb/amlogic/meson-sm1-sei610.dtb
    APPEND=root=LABEL=ROOTFS rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.fix=yes fsck.repair=yes net.ifnames=0
    
    

     

    Same result that I can't boot with error message:

    mmc error -84 whilst initialising sd card

    Console is being spammed by tons of those messages. It failed to initramfs

     

    1 more thing is I can't boot from original android by using "Update" - >aml_autoscript.zip with the error in attachment.

    E: Block map file is too short: 3
    
    E: Map of '@/cache/recovery/block.map': failed
    
    E: failed to map file
    
    Installation aborted.
    
    

    From the forum search, poster said that we need to have correct dtb file. I guess I provided correct file for x96 Air already.

     

    Any advice for me?

     

    Thanks

    IMG_0863.jpg

    IMG_0864.jpg

    IMG_0862.jpg

  6. On 5/3/2020 at 1:46 PM, Diamond said:

    I am using S805 box. I am testing Armbian_20.05.3_Aml-s812_buster_legacy_5.6.0_desktop_20200501.img with meson8b-ec100.dtb. The box can boot and start GUI

    - It can recognize USB devices

    However, there is error:

    Message from syslogd@localhost at May  3 06:40:02 ...
     kernel:[  284.025994] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [kworker/0:1:12]

     

    
    [  284.029429] CPU: 0 PID: 12 Comm: kworker/0:1 Not tainted 5.6.0-aml-s812 #20.05.3
    [  284.029556] Hardware name: Amlogic Meson platform
    [  284.030073] Workqueue: events dbs_work_handler
    [  284.030453] PC is at skb_put+0x0/0x50
    [  284.030880] LR is at stmmac_napi_poll_rx+0x8dc/0xca8
    [  284.031070] pc : [<c0ebcb7c>]    lr : [<c0d00b04>]    psr: 400f0113
    [  284.031242] sp : c02b3a60  ip : 00000000  fp : ed95c580
    [  284.031413] r10: ed95d580  r9 : 000005e2  r8 : ec5029c0
    [  284.031609] r7 : 00001fe0  r6 : ed95c580  r5 : 00000000  r4 : 000005e2
    [  284.031802] r3 : 5ed5f3a9  r2 : 00000000  r1 : 000005e2  r0 : ec5029c0
    [  284.032031] Flags: nZcv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
    [  284.032236] Control: 10c5387d  Table: 2b42c04a  DAC: 00000051
    [  284.032513] CPU: 0 PID: 12 Comm: kworker/0:1 Not tainted 5.6.0-aml-s812 #20.05.3
    [  284.032630] Hardware name: Amlogic Meson platform
    [  284.032938] Workqueue: events dbs_work_handler
    [  284.033685] [<c030f744>] (unwind_backtrace) from [<c030ab3c>] (show_stack+0x10/0x14)
    [  284.034116] [<c030ab3c>] (show_stack) from [<c0a67020>] (dump_stack+0xc0/0xd4)
    [  284.034559] [<c0a67020>] (dump_stack) from [<c03f0e64>] (watchdog_timer_fn+0x20c/0x280)
    [  284.035014] [<c03f0e64>] (watchdog_timer_fn) from [<c03ad114>] (__hrtimer_run_queues+0x154/0x200)
    [  284.035453] [<c03ad114>] (__hrtimer_run_queues) from [<c03ad950>] (hrtimer_interrupt+0x11c/0x2ac)
    [  284.035896] [<c03ad950>] (hrtimer_interrupt) from [<c030e3a8>] (twd_handler+0x30/0x38)
    [  284.036372] [<c030e3a8>] (twd_handler) from [<c0397d44>] (handle_percpu_devid_irq+0x78/0x138)
    [  284.036885] [<c0397d44>] (handle_percpu_devid_irq) from [<c0391c50>] (generic_handle_irq+0x34/0x44)
    [  284.037377] [<c0391c50>] (generic_handle_irq) from [<c039224c>] (__handle_domain_irq+0x5c/0xb4)
    [  284.037928] [<c039224c>] (__handle_domain_irq) from [<c0a7ed20>] (gic_handle_irq+0x3c/0x78)
    [  284.038397] [<c0a7ed20>] (gic_handle_irq) from [<c0300b0c>] (__irq_svc+0x6c/0x90)
    [  284.038583] Exception stack(0xc02b3a10 to 0xc02b3a58)
    [  284.038901] 3a00:                                     ec5029c0 000005e2 00000000 5ed5f3a9
    [  284.039320] 3a20: 000005e2 00000000 ed95c580 00001fe0 ec5029c0 000005e2 ed95d580 ed95c580
    [  284.039660] 3a40: 00000000 c02b3a60 c0d00b04 c0ebcb7c 400f0113 ffffffff
    [  284.040147] [<c0300b0c>] (__irq_svc) from [<c0ebcb7c>] (skb_put+0x0/0x50)
    [  284.040559] [<c0ebcb7c>] (skb_put) from [<00000000>] (0x0)

     

    Same issue on S805 Armbian_20.05.3_Aml-s812_buster_current_5.7.0-rc3_desktop_20200503.img

    uname -a
    Linux aml-s805 5.7.0-rc3-aml-s812 #20.05.3 SMP Sun May 3 12:19:42 MSK 2020 armv7l GNU/Linux

     

     

     

  7. I am using S805 box. I am testing Armbian_20.05.3_Aml-s812_buster_legacy_5.6.0_desktop_20200501.img with meson8b-ec100.dtb. The box can boot and start GUI

    - It can recognize USB devices

    However, there is error:

    Message from syslogd@localhost at May  3 06:40:02 ...
     kernel:[  284.025994] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [kworker/0:1:12]

     

    [  284.029429] CPU: 0 PID: 12 Comm: kworker/0:1 Not tainted 5.6.0-aml-s812 #20.05.3
    [  284.029556] Hardware name: Amlogic Meson platform
    [  284.030073] Workqueue: events dbs_work_handler
    [  284.030453] PC is at skb_put+0x0/0x50
    [  284.030880] LR is at stmmac_napi_poll_rx+0x8dc/0xca8
    [  284.031070] pc : [<c0ebcb7c>]    lr : [<c0d00b04>]    psr: 400f0113
    [  284.031242] sp : c02b3a60  ip : 00000000  fp : ed95c580
    [  284.031413] r10: ed95d580  r9 : 000005e2  r8 : ec5029c0
    [  284.031609] r7 : 00001fe0  r6 : ed95c580  r5 : 00000000  r4 : 000005e2
    [  284.031802] r3 : 5ed5f3a9  r2 : 00000000  r1 : 000005e2  r0 : ec5029c0
    [  284.032031] Flags: nZcv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment none
    [  284.032236] Control: 10c5387d  Table: 2b42c04a  DAC: 00000051
    [  284.032513] CPU: 0 PID: 12 Comm: kworker/0:1 Not tainted 5.6.0-aml-s812 #20.05.3
    [  284.032630] Hardware name: Amlogic Meson platform
    [  284.032938] Workqueue: events dbs_work_handler
    [  284.033685] [<c030f744>] (unwind_backtrace) from [<c030ab3c>] (show_stack+0x10/0x14)
    [  284.034116] [<c030ab3c>] (show_stack) from [<c0a67020>] (dump_stack+0xc0/0xd4)
    [  284.034559] [<c0a67020>] (dump_stack) from [<c03f0e64>] (watchdog_timer_fn+0x20c/0x280)
    [  284.035014] [<c03f0e64>] (watchdog_timer_fn) from [<c03ad114>] (__hrtimer_run_queues+0x154/0x200)
    [  284.035453] [<c03ad114>] (__hrtimer_run_queues) from [<c03ad950>] (hrtimer_interrupt+0x11c/0x2ac)
    [  284.035896] [<c03ad950>] (hrtimer_interrupt) from [<c030e3a8>] (twd_handler+0x30/0x38)
    [  284.036372] [<c030e3a8>] (twd_handler) from [<c0397d44>] (handle_percpu_devid_irq+0x78/0x138)
    [  284.036885] [<c0397d44>] (handle_percpu_devid_irq) from [<c0391c50>] (generic_handle_irq+0x34/0x44)
    [  284.037377] [<c0391c50>] (generic_handle_irq) from [<c039224c>] (__handle_domain_irq+0x5c/0xb4)
    [  284.037928] [<c039224c>] (__handle_domain_irq) from [<c0a7ed20>] (gic_handle_irq+0x3c/0x78)
    [  284.038397] [<c0a7ed20>] (gic_handle_irq) from [<c0300b0c>] (__irq_svc+0x6c/0x90)
    [  284.038583] Exception stack(0xc02b3a10 to 0xc02b3a58)
    [  284.038901] 3a00:                                     ec5029c0 000005e2 00000000 5ed5f3a9
    [  284.039320] 3a20: 000005e2 00000000 ed95c580 00001fe0 ec5029c0 000005e2 ed95d580 ed95c580
    [  284.039660] 3a40: 00000000 c02b3a60 c0d00b04 c0ebcb7c 400f0113 ffffffff
    [  284.040147] [<c0300b0c>] (__irq_svc) from [<c0ebcb7c>] (skb_put+0x0/0x50)
    [  284.040559] [<c0ebcb7c>] (skb_put) from [<00000000>] (0x0)

     

  8. Is there way to load cp210x?

     

     

    
    root@aml-s805:~# uname -a
    Linux aml-s805 5.6.0-aml-s812 #20.05.0 SMP Tue Mar 31 12:44:09 MSK 2020 armv7l GNU/Linux
    root@aml-s805:~# modprobe cp210x
    modprobe: FATAL: Module cp210x not found in directory /lib/modules/5.6.0-aml-s812
    
    

  9. Armbian_5.65_Orangepiplus_Debian_stretch_next_4.14.78 - not work


     

    root@orangepiplus:~# uname -a
    Linux orangepiplus 4.14.78-sunxi #412 SMP Fri Oct 26 11:37:04 CEST 2018 armv7l GNU/Linux
    root@orangepiplus:~# lsusb
    lBus 002 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    root@orangepiplus:~# lsusb -t
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
        |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
    [    3.178172] reg-fixed-voltage usb3-vbus: could not find pctldev for node /soc/pinctrl@01c20800/usb3_vbus_pin@0, deferring probe
    root@orangepiplus:~# ls -la /lib/modules/4.14.78-sunxi/kernel/drivers/phy/
    ls: cannot access '/lib/modules/4.14.78-sunxi/kernel/drivers/phy/': No such file or directory

     

  10. Armbian_5.90_Orangepiplus_Debian_buster_next_4.19.57 - not work


     

    root@orangepiplus:~# uname -a
    Linux orangepiplus 4.19.57-sunxi #5.90 SMP Fri Jul 5 17:58:43 CEST 2019 armv7l GNU/Linux
    root@orangepiplus:~# lsusb
    Bus 002 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    root@orangepiplus:~# lsusb -t
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
        |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
    root@orangepiplus:~# ls /lib/modules/4.19.57-sunxi/kernel/drivers/phy/allwinner/
    phy-sun50i-usb3.ko

     

  11. Flash with old image: Armbian_5.59_Orangepiplus_Debian_stretch_next_4.14.65.

    USB can be detected.

     

    root@orangepiplus:~# uname -a
    Linux orangepiplus 4.14.65-sunxi #68 SMP Tue Aug 21 19:57:06 CEST 2018 armv7l GNU/Linux

    root@orangepiplus:~# lsusb
    Bus 002 Device 002: ID 05e3:0718 Genesys Logic, Inc. IDE/SATA Adapter
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
     

    So problem above is from new image. I will try to test to see latest one that works...

  12. Armbianmonitor:

    Hello,

     

    Using Armbian 20.02.1 Buster

    Image: Armbian_20.02.1_Orangepiplus_buster_current_5.4.20

    Kernel: Linux orangepiplus2 5.4.28-sunxi #20.02.7 SMP Sat Mar 28 14:32:15 CET 2020 armv7l GNU/Linux.

     

    USB devices can't be detected. I tried with my bluetooth dongle, usb storage drive. None of them works.

     

    
    lsusb -t
    /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
        |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
    /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-platform/1p, 12M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-platform/1p, 480M
    
    

     

    I also try to boot to kernel 5.4.20-sunxi 4.19.57-sunxi, no luck. No usb devices can be detected.

    Can you please advise?

     

    Thank you

     

  13. On 3/13/2020 at 6:49 PM, Diamond said:

    Is there process to build DTB? I am testing Armbian_20.05.0-trunk_Aml-s812 using meson8b-mxq.dtb for my S805 box. It can boot it lacks of many features. No Cpu Temp for example, wifi... Can I use the DTB from Armbian_5.44_S805_Ubuntu_xenial_3.10.108?

     

    Mar 19 11:27:47 localhost kernel: [ 9405.917472] WARNING: CPU: 0 PID: 105 at drivers/mmc/host/meson-mx-sdio.c:452 meson_mx_mmc_irq_thread+0x148/0x14c
    Mar 19 11:27:47 localhost kernel: [ 9405.917496] Modules linked in: bluetooth ecdh_generic ecc cpufreq_powersave cpufreq_userspace cpufreq_conservative governor_simpleondemand lima pwm_meson gpu_sched
    Mar 19 11:27:47 localhost kernel: [ 9405.917555] CPU: 0 PID: 105 Comm: irq/19-c1108c20 Not tainted 5.6.0-rc2-aml-s812 #trunk
    Mar 19 11:27:47 localhost kernel: [ 9405.917562] Hardware name: Amlogic Meson platform
    Mar 19 11:27:47 localhost kernel: [ 9405.917607] [<c03128fc>] (unwind_backtrace) from [<c030cad4>] (show_stack+0x10/0x14)
    Mar 19 11:27:47 localhost kernel: [ 9405.917633] [<c030cad4>] (show_stack) from [<c1200244>] (dump_stack+0xc0/0xd4)
    Mar 19 11:27:47 localhost kernel: [ 9405.917661] [<c1200244>] (dump_stack) from [<c0345dec>] (__warn+0xd0/0xf8)
    Mar 19 11:27:47 localhost kernel: [ 9405.917684] [<c0345dec>] (__warn) from [<c034619c>] (warn_slowpath_fmt+0x60/0xb8)
    Mar 19 11:27:47 localhost kernel: [ 9405.917713] [<c034619c>] (warn_slowpath_fmt) from [<c100465c>] (meson_mx_mmc_irq_thread+0x148/0x14c)
    Mar 19 11:27:47 localhost kernel: [ 9405.917743] [<c100465c>] (meson_mx_mmc_irq_thread) from [<c039d26c>] (irq_thread_fn+0x1c/0x78)
    Mar 19 11:27:47 localhost kernel: [ 9405.917765] [<c039d26c>] (irq_thread_fn) from [<c039d5a8>] (irq_thread+0x150/0x224)
    Mar 19 11:27:47 localhost kernel: [ 9405.917789] [<c039d5a8>] (irq_thread) from [<c0367e14>] (kthread+0x150/0x154)
    Mar 19 11:27:47 localhost kernel: [ 9405.917812] [<c0367e14>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
    Mar 19 11:27:47 localhost kernel: [ 9405.917822] Exception stack(0xee7c3fb0 to 0xee7c3ff8)
    Mar 19 11:27:47 localhost kernel: [ 9405.917837] 3fa0:                                     00000000 00000000 00000000 00000000
    Mar 19 11:27:47 localhost kernel: [ 9405.917855] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    Mar 19 11:27:47 localhost kernel: [ 9405.917870] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    Mar 19 11:27:47 localhost kernel: [ 9405.917898] ---[ end trace c7efe28408734714 ]---
    Mar 19 15:26:15 localhost kernel: [23715.285553] ------------[ cut here ]------------
    Mar 19 15:26:15 localhost kernel: [23715.285594] WARNING: CPU: 0 PID: 105 at drivers/mmc/host/meson-mx-sdio.c:452 meson_mx_mmc_irq_thread+0x148/0x14c
    Mar 19 15:26:15 localhost kernel: [23715.285613] Modules linked in: bluetooth ecdh_generic ecc cpufreq_powersave cpufreq_userspace cpufreq_conservative governor_simpleondemand lima pwm_meson gpu_sched
    Mar 19 15:26:15 localhost kernel: [23715.285658] CPU: 0 PID: 105 Comm: irq/19-c1108c20 Tainted: G        W         5.6.0-rc2-aml-s812 #trunk
    Mar 19 15:26:15 localhost kernel: [23715.285665] Hardware name: Amlogic Meson platform
    Mar 19 15:26:15 localhost kernel: [23715.285699] [<c03128fc>] (unwind_backtrace) from [<c030cad4>] (show_stack+0x10/0x14)
    Mar 19 15:26:15 localhost kernel: [23715.285725] [<c030cad4>] (show_stack) from [<c1200244>] (dump_stack+0xc0/0xd4)
    Mar 19 15:26:15 localhost kernel: [23715.285748] [<c1200244>] (dump_stack) from [<c0345dec>] (__warn+0xd0/0xf8)
    Mar 19 15:26:15 localhost kernel: [23715.285770] [<c0345dec>] (__warn) from [<c034619c>] (warn_slowpath_fmt+0x60/0xb8)
    Mar 19 15:26:15 localhost kernel: [23715.285796] [<c034619c>] (warn_slowpath_fmt) from [<c100465c>] (meson_mx_mmc_irq_thread+0x148/0x14c)
    Mar 19 15:26:15 localhost kernel: [23715.285826] [<c100465c>] (meson_mx_mmc_irq_thread) from [<c039d26c>] (irq_thread_fn+0x1c/0x78)
    Mar 19 15:26:15 localhost kernel: [23715.285848] [<c039d26c>] (irq_thread_fn) from [<c039d5a8>] (irq_thread+0x150/0x224)
    Mar 19 15:26:15 localhost kernel: [23715.285868] [<c039d5a8>] (irq_thread) from [<c0367e14>] (kthread+0x150/0x154)
    Mar 19 15:26:15 localhost kernel: [23715.285893] [<c0367e14>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
    Mar 19 15:26:15 localhost kernel: [23715.285904] Exception stack(0xee7c3fb0 to 0xee7c3ff8)
    Mar 19 15:26:15 localhost kernel: [23715.285917] 3fa0:                                     00000000 00000000 00000000 00000000
    Mar 19 15:26:15 localhost kernel: [23715.285928] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    Mar 19 15:26:15 localhost kernel: [23715.285948] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    Mar 19 15:26:15 localhost kernel: [23715.285980] ---[ end trace c7efe28408734715 ]---
    Mar 19 20:01:22 localhost kernel: [40224.393717] ------------[ cut here ]------------
    Mar 19 20:01:22 localhost kernel: [40224.393759] WARNING: CPU: 0 PID: 105 at drivers/mmc/host/meson-mx-sdio.c:452 meson_mx_mmc_irq_thread+0x148/0x14c
    Mar 19 20:01:22 localhost kernel: [40224.393762] Modules linked in: bluetooth ecdh_generic ecc cpufreq_powersave cpufreq_userspace cpufreq_conservative governor_simpleondemand lima pwm_meson gpu_sched
    Mar 19 20:01:22 localhost kernel: [40224.393786] CPU: 0 PID: 105 Comm: irq/19-c1108c20 Tainted: G        W         5.6.0-rc2-aml-s812 #trunk
    Mar 19 20:01:22 localhost kernel: [40224.393788] Hardware name: Amlogic Meson platform
    Mar 19 20:01:22 localhost kernel: [40224.393807] [<c03128fc>] (unwind_backtrace) from [<c030cad4>] (show_stack+0x10/0x14)
    Mar 19 20:01:22 localhost kernel: [40224.393817] [<c030cad4>] (show_stack) from [<c1200244>] (dump_stack+0xc0/0xd4)
    Mar 19 20:01:22 localhost kernel: [40224.393829] [<c1200244>] (dump_stack) from [<c0345dec>] (__warn+0xd0/0xf8)
    Mar 19 20:01:22 localhost kernel: [40224.393837] [<c0345dec>] (__warn) from [<c034619c>] (warn_slowpath_fmt+0x60/0xb8)
    Mar 19 20:01:22 localhost kernel: [40224.393846] [<c034619c>] (warn_slowpath_fmt) from [<c100465c>] (meson_mx_mmc_irq_thread+0x148/0x14c)
    Mar 19 20:01:22 localhost kernel: [40224.393858] [<c100465c>] (meson_mx_mmc_irq_thread) from [<c039d26c>] (irq_thread_fn+0x1c/0x78)
    Mar 19 20:01:22 localhost kernel: [40224.393867] [<c039d26c>] (irq_thread_fn) from [<c039d5a8>] (irq_thread+0x150/0x224)
    Mar 19 20:01:22 localhost kernel: [40224.393882] [<c039d5a8>] (irq_thread) from [<c0367e14>] (kthread+0x150/0x154)
    Mar 19 20:01:22 localhost kernel: [40224.393896] [<c0367e14>] (kthread) from [<c03010e8>] (ret_from_fork+0x14/0x2c)
    Mar 19 20:01:22 localhost kernel: [40224.393900] Exception stack(0xee7c3fb0 to 0xee7c3ff8)
    Mar 19 20:01:22 localhost kernel: [40224.393905] 3fa0:                                     00000000 00000000 00000000 00000000
    Mar 19 20:01:22 localhost kernel: [40224.393914] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
    Mar 19 20:01:22 localhost kernel: [40224.393935] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
    Mar 19 20:01:22 localhost kernel: [40224.393956] ---[ end trace c7efe28408734716 ]---

    Box isn't stable. I got too many freezes. Anyone can give advice for meson8b-mxq.dtb on S805 Armbian_20.05.0-trunk_Aml-s812? Thanks

  14. 5 hours ago, balbes150 said:

    Yes, you can run it from an SD card, but you need a working DTB specifically for your model. If the TV box uses its own specific parameters and the available DTB is not suitable, you will have to create a DTB yourself.

     

    Is there process to build DTB? I am testing Armbian_20.05.0-trunk_Aml-s812 using meson8b-mxq.dtb for my S805 box. It can boot it lacks of many features. No Cpu Temp for example, wifi... Can I use the DTB from Armbian_5.44_S805_Ubuntu_xenial_3.10.108?

     

  15. Hello,

     

    Is there way to use bluetooth USB dongle?

     

    
    root@aml:~# uname -a
    Linux aml 3.10.108 #15 SMP PREEMPT Fri Dec 7 15:32:49 MSK 2018 armv7l GNU/Linux
    
    root@aml:~# lsusb -t
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
        |__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=cp210x, 12M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
        |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
            |__ Port 2: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
            |__ Port 2: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
    root@aml:~# lsusb
    Bus 001 Device 004: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 003: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP2102/CP2109 UART Bridge Controller [CP210x family]
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    
    root@aml:~# lsmod
    Module                  Size  Used by
    bcm203x                 3156  0
    bfusb                   6867  0
    hci_uart               46337  0
    cp210x                  8722  1
    usbserial              24657  3 cp210x
    8723bs               1330093  0
    bnep                   10839  2
    btusb                  15459  0
    bluetooth             207536  12 bnep,bfusb,btusb,hci_uart,bcm203x
    aml_nftl_dev           66019  0
    wifi_dummy              1065  0
    8189es                828683  0
    cfg80211              231065  2 8189es,8723bs
    
     
    
    root@aml:~# systemctl status bluetooth.service
    ● bluetooth.service - Bluetooth service
       Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
       Active: active (running) since Sat 2020-01-18 17:56:34 +07; 2 weeks 0 days ago
         Docs: man:bluetoothd(8)
     Main PID: 3486 (bluetoothd)
       Status: "Running"
       CGroup: /system.slice/bluetooth.service
               └─3486 /usr/lib/bluetooth/bluetoothd
    
    root@aml:~# hcitool lescan
    Could not open device: No such device
    
     
    
    root@aml:~# hcitool dev
    Devices:
    
     
    
    

     

  16. Hello,

     

    Thanks @balbes150 for nice build. I was able to run armbian on my S805 box

    
    root@aml:~# uname -a
    Linux aml 4.20.0-rc3-next-20181123-aml-s805 #9 SMP Sat Nov 24 16:50:20 MSK 2018 armv7l GNU/Linux
    
    

    However I wasn't able to enable wifi card.

    
    root@aml:~# modprobe wifi_dummy
    modprobe: FATAL: Module wifi_dummy not found in directory /lib/modules/4.20.0-rc3-next-20181123-aml-s805
    root@aml:~# modprobe dhd
    modprobe: FATAL: Module dhd not found in directory /lib/modules/4.20.0-rc3-next-20181123-aml-s805

     

     

    Is there way to load the module?

     

    One more thing. The MAC address of the LAN interface is changed randomly every time I reboot. Is there way to fix it?

     

    Thank you.


     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines