Jump to content

Armbian for Amlogic S805 and S802/S812


masteripper

Recommended Posts

11 hours ago, s812us said:

(S812 2G/8G)

 

11 hours ago, s812us said:

However it seems it cant detect any emmc memory

As far as I remember, this is a non-eMMC option. This is NAND, it is not supported.

 

11 hours ago, s812us said:

also i couldnt find any nand/emmc installation files

There is no such function for the new kernel. The old u-boot does not support running a new kernel from eMMC.

Link to comment
Share on other sites

On 5/24/2020 at 10:21 PM, RaptorSDS said:

@elbuit nice thanks for that hard work

dtb-> you can not use 3.10 dtb also not recompile version for 5.x image because 5.x has many different names for functions and systems .

pleasae can you attached your decompile dtb ( your dts file) maybe we can you use same  wlan power pin like m8s box

 

there was somebody in this thread ( maybe from last year ) that already test to run docker but there was no new infos maybe you can contact him

 

monitor i think its because kernel do not support menson8b video chip at the moment (or like the wlan do not have the right information), we get last month  the menson8m2 (mali450-chip) working  .

 

here is the dts extracted:

Spoiler

/dts-v1/;

/ {
    amlogic-dt-id = "m8b_m201_1G";
    compatible = "AMLOGIC,8726_M8B";
    model = "AMLOGIC";
    interrupt-parent = <0x01>;
    #address-cells = <0x01>;
    #size-cells = <0x01>;

    cpus {
        #address-cells = <0x01>;
        #size-cells = <0x00>;

        cpu@0 {
            device_type = "cpu";
            compatible = "arm,cortex-a5";
            reg = <0x200>;
        };

        cpu@1 {
            device_type = "cpu";
            compatible = "arm,cortex-a5";
            reg = <0x01>;
        };

        cpu@2 {
            device_type = "cpu";
            compatible = "arm,cortex-a5";
            reg = <0x02>;
        };

        cpu@3 {
            device_type = "cpu";
            compatible = "arm,cortex-a5";
            reg = <0x03>;
        };
    };

    cache-controller {
        compatible = "arm,meson-pl310-cache";
        reg = <0xc4200000 0x1000>;
        arm,data-latency = <0x03 0x03 0x03>;
        arm,tag-latency = <0x02 0x02 0x02>;
        arm,filter-ranges = <0x100000 0xc0000000>;
        cache-unified;
        cache-level = <0x02>;
        aux-instruction_prefetch;
        aux-data_prefetch;
        aux-ns_lockdown;
        aux-force_no_write_alloc;
        aux-cache_replace_policy_round_robin;
        aux-early_write_response;
        aux-full_line_of_zero;
        aux-ns_int_ctrl;
        aux-share_override;
        prefetch-double_line_fill;
        prefetch-prefetch_drop;
        prefetch-prefetch_offset = <0x07>;
    };

    memory {
        device_type = "memory";
        aml_reserved_start = <0x6000000>;
        aml_reserved_end = <0x5000000>;
        phys_offset = <0x200000>;
        linux,total-memory = <0x3fe00000>;
        #address-cells = <0x01>;
        #size-cells = <0x01>;

        region@0 {
            region_name = "cma_0";
            reg = <0x00 0x1200000>;
            linux,contiguous-region;
            linux,phandle = <0x02>;
            phandle = <0x02>;
        };
    };

    interrupt-controller {
        compatible = "arm,cortex-a9-gic";
        reg = <0xc4301000 0x1000 0xc4300100 0x100>;
        interrupt-controller;
        #interrupt-cells = <0x03>;
        #address-cells = <0x00>;
        linux,phandle = <0x01>;
        phandle = <0x01>;
    };

    vpu {
        compatible = "amlogic,vpu";
        dev_name = "vpu";
        status = "ok";
        clk_level = <0x03>;
    };

    mesonfb {
        compatible = "amlogic,mesonfb";
        dev_name = "mesonfb";
        status = "okay";
        reserve-memory = <0x800000 0x100000>;
        reserve-iomap = "true";
        vmode = <0x03>;
        scale_mode = <0x01>;
        4k2k_fb = <0x00>;
        display_size_default = <0x500 0x2d0 0x500 0x5a0 0x20>;
    };

    deinterlace {
        compatible = "amlogic,deinterlace";
        dev_name = "deinterlace";
        status = "ok";
        reserve-memory = <0x2100000>;
    };

    mesonstream {
        compatible = "amlogic,mesonstream";
        dev_name = "mesonstream.0";
        status = "okay";
        reserve-memory = <0x2000000>;
        reserve-iomap = "true";
    };

    vdec {
        compatible = "amlogic,vdec";
        dev_name = "vdec.0";
        status = "okay";
        reserve-memory = <0x4000000>;
        reserve-iomap = "true";
    };

    ppmgr {
        compatible = "amlogic,ppmgr";
        dev_name = "ppmgr";
        status = "okay";
        reserve-memory = <0x1000000>;
    };

    amvenc_avc {
        compatible = "amlogic,amvenc_avc";
        dev_name = "amvenc_avc.0";
        status = "okay";
        linux,contiguous-region = <0x02>;
        reserve-iomap = "true";
    };

    ion_dev {
        compatible = "amlogic,ion_dev";
        dev_name = "ion_dev";
        status = "ok";
        share-memory-name = "ppmgr0";
        share-memory-offset = <0x00>;
        share-memory-size = <0x1000000>;
    };

    mesonvout {
        compatible = "amlogic,mesonvout";
        dev_name = "mesonvout";
        status = "okay";
    };

    rtc {
        compatible = "amlogic,aml_rtc";
        status = "okay";
    };

    uart_ao {
        compatible = "amlogic,aml_uart";
        port_name = "uart_ao";
        status = "okay";
        dev_name = "uart_ao";
        pinctrl-names = "default";
        pinctrl-0 = <0x03>;
    };

    uart_0 {
        compatible = "amlogic,aml_uart";
        port_name = "uart_a";
        status = "okay";
        dev_name = "uart_0";
    };

    uart_1 {
        compatible = "amlogic,aml_uart";
        port_name = "uart_b";
        status = "okay";
        dev_name = "uart_1";
        pinctrl-names = "default";
        pinctrl-0 = <0x04>;
    };

    uart_2 {
        compatible = "amlogic,aml_uart";
        port_name = "uart_c";
        status = "disabled";
        dev_name = "uart_2";
    };

    uart_3 {
        compatible = "amlogic,aml_uart";
        port_name = "uart_d";
        status = "ok";
        dev_name = "uart_3";
    };

    bt-dev {
        compatible = "amlogic,bt-dev";
        dev_name = "bt-dev";
        status = "ok";
        gpio_reset = "GPIOX_20";
    };

    wifi {
        compatible = "amlogic,aml_broadcm_wifi";
        dev_name = "aml_broadcm_wifi";
        status = "okay";
        interrupt_pin = "GPIOX_21";
        irq_num = <0x04>;
        irq_trigger_type = "GPIO_IRQ_HIGH";
        power_on_pin = "GPIOAO_6";
        power_on_pin2 = "GPIOX_11";
        clock_32k_pin = "GPIOX_10";
    };

    wifi_power {
        compatible = "amlogic,wifi_power";
        dev_name = "wifi_power";
        status = "okay";
        power_gpio = "GPIOAO_6";
        power_gpio2 = "GPIOX_11";
    };

    sdio {
        compatible = "amlogic,aml_sdio";
        dev_name = "aml_sdio.0";
        status = "okay";
        reg = <0xc1108c20 0x20>;
        pinctrl-names = "sd_clk_cmd_pins\0sd_all_pins\0emmc_clk_cmd_pins\0emmc_all_pins\0sdio_clk_cmd_pins\0sdio_all_pins\0sd_1bit_pins";
        pinctrl-0 = <0x05>;
        pinctrl-1 = <0x06>;
        pinctrl-2 = <0x07>;
        pinctrl-3 = <0x08>;
        pinctrl-4 = <0x09>;
        pinctrl-5 = <0x0a>;
        pinctrl-6 = <0x0b>;

        sd {
            status = "okay";
            port = <0x01>;
            pinname = "sd";
            ocr_avail = <0x200000>;
            caps = "MMC_CAP_4_BIT_DATA\0MMC_CAP_MMC_HIGHSPEED\0MMC_CAP_SD_HIGHSPEED";
            f_min = <0x493e0>;
            f_max = <0x2faf080>;
            f_max_w = <0x2faf080>;
            max_req_size = <0x20000>;
            gpio_dat3 = "CARD_4";
            jtag_pin = "CARD_0";
            gpio_cd = "CARD_6";
            irq_in = <0x03>;
            irq_out = <0x05>;
            card_type = <0x05>;
        };

        sdio {
            status = "ok";
            port = <0x00>;
            pinname = "sdio";
            ocr_avail = <0x200000>;
            caps = "MMC_CAP_4_BIT_DATA\0MMC_CAP_SDIO_IRQ\0MMC_CAP_MMC_HIGHSPEED\0MMC_CAP_SD_HIGHSPEED\0MMC_CAP_NONREMOVABLE";
            f_min = <0x493e0>;
            f_max = <0x2faf080>;
            max_req_size = <0x20000>;
            card_type = <0x03>;
        };
    };

    sdhc {
        compatible = "amlogic,aml_sdhc";
        dev_name = "aml_sdhc.0";
        status = "okay";
        reg = <0xc1108e00 0x3c>;
        pinctrl-names = "sdhc_sd_clk_cmd_pins\0sdhc_sd_all_pins\0sdhc_emmc_clk_cmd_pins\0sdhc_emmc_all_pins\0sdhc_sdio_clk_cmd_pins\0sdhc_sdio_all_pins";
        pinctrl-0 = <0x0c>;
        pinctrl-1 = <0x0d>;
        pinctrl-2 = <0x0e>;
        pinctrl-3 = <0x0f>;
        pinctrl-4 = <0x10>;
        pinctrl-5 = <0x11>;

        emmc {
            status = "okay";
            port = <0x05>;
            pinname = "emmc";
            ocr_avail = <0x200000>;
            caps = "MMC_CAP_8_BIT_DATA\0MMC_CAP_MMC_HIGHSPEED\0MMC_CAP_SD_HIGHSPEED\0MMC_CAP_NONREMOVABLE\0MMC_CAP_ERASE\0MMC_CAP_HW_RESET";
            f_min = <0x493e0>;
            f_max = <0x2faf080>;
            max_req_size = <0x20000>;
            gpio_dat3 = "BOOT_3";
            card_type = <0x01>;
        };
    };

    i2c@c1108500 {
        compatible = "amlogic,aml_i2c";
        dev_name = "i2c-A";
        status = "ok";
        reg = <0xc1108500 0x20>;
        device_id = <0x01>;
        pinctrl-names = "default";
        pinctrl-0 = <0x12>;
        #address-cells = <0x01>;
        #size-cells = <0x00>;
        use_pio = <0x00>;
        master_i2c_speed = <0x493e0>;
    };

    i2c@c11087c0 {
        compatible = "amlogic,aml_i2c";
        dev_name = "i2c-B";
        status = "ok";
        reg = <0xc11087c0 0x20>;
        device_id = <0x02>;
        pinctrl-names = "default";
        pinctrl-0 = <0x13>;
        #address-cells = <0x01>;
        #size-cells = <0x00>;
        use_pio = <0x00>;
        master_i2c_speed = <0x493e0>;
    };

    i2c@c11087e0 {
        compatible = "amlogic,aml_i2c";
        dev_name = "i2c-C";
        status = "ok";
        reg = <0xc11087e0 0x20>;
        device_id = <0x03>;
        pinctrl-names = "default";
        #address-cells = <0x01>;
        #size-cells = <0x00>;
        use_pio = <0x00>;
        master_i2c_speed = <0x493e0>;
    };

    i2c@c1108d20 {
        compatible = "amlogic,aml_i2c";
        dev_name = "i2c-D";
        status = "ok";
        reg = <0xc1108d20 0x20>;
        device_id = <0x04>;
        pinctrl-names = "default";
        pinctrl-0 = <0x14>;
        #address-cells = <0x01>;
        #size-cells = <0x00>;
        use_pio = <0x00>;
        master_i2c_speed = <0x493e0>;
    };

    dvfs {
        compatible = "amlogic, amlogic-dvfs";
        #address-cells = <0x01>;
        #size-cells = <0x00>;
        status = "ok";

        vcck_dvfs {
            dvfs_id = <0x01>;
            table_count = <0x0d>;
            dvfs_table = <0x17700 0xd1f60 0xd1f60 0x2ee00 0xd1f60 0xd1f60 0x4c2c0 0xd1f60 0xd1f60 0x639c0 0xd1f60 0xd1f60 0x7b0c0 0xd1f60 0xd1f60 0x927c0 0xd1f60 0xd1f60 0xafc80 0xd1f60 0xd1f60 0xc7380 0xdbba0 0xdbba0 0xf6180 0xe09c0 0xe09c0 0x124f80 0xecd10 0xecd10 0x142440 0x10c8e0 0x10c8e0 0x16b480 0x10c8e0 0x10c8e0 0x177000 0x116520 0x116520>;
        };
    };

    meson_vcck_dvfs_driver {
        compatible = "amlogic, meson_vcck_dvfs";
        dev_name = "meson_vcck_dvfs_driver";
        status = "ok";
        pinctrl-names = "default";
        pinctrl-0 = <0x15>;
        use_pwm = <0x01>;
        pmw_controller = "PWM_C";
        table_count = <0x1d>;
        cs_voltage_table = <0x1c0000 0xd1f60 0x1b0001 0xd4670 0x1a0002 0xd6d80 0x190003 0xd9490 0x180004 0xdbba0 0x170005 0xde2b0 0x160006 0xe09c0 0x150007 0xe30d0 0x140008 0xe57e0 0x130009 0xe7ef0 0x12000a 0xea600 0x11000b 0xecd10 0x10000c 0xef420 0xf000d 0xf1b30 0xe000e 0xf4240 0xd000f 0xf6950 0xc0010 0xf9060 0xb0011 0xfb770 0xa0012 0xfde80 0x90013 0x100590 0x80014 0x102ca0 0x70015 0x1053b0 0x60016 0x107ac0 0x50017 0x10a1d0 0x40018 0x10c8e0 0x30019 0x10eff0 0x2001a 0x111700 0x1001b 0x113e10 0x1c 0x116520>;
    };

    arm_pmu {
        compatible = "arm,cortex-a9-pmu";
        status = "ok";
        interrupts = <0x00 0x89 0x04 0x00 0x8a 0x04 0x00 0x99 0x04 0x00 0x9a 0x04>;
    };

    usb_con {
        lm-compatible = "logicmodule-bus";

        usb_b {
            lm-compatible = "amlogic,usb";
            lm-periph-id = <0x01>;
            clock-src = "usb1";
            port-id = <0x01>;
            port-type = <0x01>;
            port-speed = <0x00>;
            port-config = <0x00>;
            port-dma = <0x00>;
            port-id-mode = <0x01>;
            status = "okay";
        };

        usb_a {
            lm-compatible = "amlogic,usb";
            lm-periph-id = <0x00>;
            clock-src = "usb0";
            port-id = <0x00>;
            port-type = <0x01>;
            port-speed = <0x00>;
            port-config = <0x00>;
            port-dma = <0x00>;
            port-id-mode = <0x00>;
            gpio-vbus-power = "GPIOAO_5";
            gpio-work-mask = <0x01>;
            status = "okay";
        };
    };

    audio_platform {
        compatible = "amlogic,aml-i2s";
        dev_name = "aml-i2s.0";
        status = "okay";
    };

    audio_dai {
        compatible = "amlogic,aml-i2s-dai";
        dev_name = "aml-i2s-dai.0";
        status = "okay";
    };

    audio_spdif_dai {
        compatible = "amlogic,aml-spdif-dai";
        dev_name = "aml-spdif-dai.0";
        status = "okay";
    };

    audio_spdif_codec {
        compatible = "amlogic,aml-spdif-codec";
        dev_name = "spdif-dit.0";
        pinctrl-names = "aml_audio_spdif";
        pinctrl-0 = <0x16>;
        status = "okay";
    };

    audio_pcm2BT_codec {
        compatible = "amlogic,pcm2BT-codec";
        dev_name = "pcm2bt.0";
        status = "okay";
    };

    audio_pcm_dai {
        compatible = "amlogic,aml-pcm-dai";
        dev_name = "aml-pcm-dai.0";
        status = "okay";
    };

    audio_pcm {
        compatible = "amlogic,aml-pcm";
        dev_name = "aml-pcm.0";
        status = "okay";
    };

    audio_m8_audio {
        compatible = "amlogic,m8_audio_codec";
        dev_name = "aml_m8_codec.0";
        status = "disable";
    };

    dummy_codec {
        compatible = "amlogic,aml_dummy_codec";
        dev_name = "dummy_codec.0";
        status = "okay";
    };

    aml_audio_codec {
        compatible = "amlogic,audio_codec";

        rt5616 {
            codec_name = "rt5616";
            i2c_addr = <0x1b>;
            i2c_bus = "i2c_bus_d";
            id_reg = <0x00>;
            id_val = <0x21>;
            capless = <0x00>;
            status = "disable";
        };

        rt5631 {
            codec_name = "rt5631";
            i2c_addr = <0x1a>;
            i2c_bus = "i2c_bus_b";
            id_reg = <0x00>;
            id_val = <0x01>;
            capless = <0x00>;
            status = "disable";
        };

        wm8960 {
            codec_name = "wm8960";
            i2c_addr = <0x1a>;
            i2c_bus = "i2c_bus_b";
            capless = <0x01>;
            status = "disable";
        };

        dummy {
            codec_name = "dummy_codec";
            status = "okay";
        };
    };

    aml_m8_sound_card {
        compatible = "sound_card, aml_snd_m8";
        aml,sound_card = "AML-M8AUDIO";
        aml,codec_dai = "AML-M8\0rt5616-aif1\0rt5631-hifi\0wm8960-hifi\0dummy_codec";
        aml,audio-routing-rt5616 = "Ext Spk\0LOUTL\0Ext Spk\0LOUTR\0HP\0HPOL\0HP\0HPOR\0micbias1\0MAIN MIC\0IN2P\0micbias1";
        aml,audio-routing-amlm8 = "Ext Spk\0LINEOUTL\0Ext Spk\0LINEOUTR\0HP\0HP_L\0HP\0HP_R\0MICBIAS\0MAIN MIC\0LINPUT1\0MICBIAS";
        aml,audio-routing-dummy = "Ext Spk\0LOUTL\0Ext Spk\0LOUTR";
        mute_gpio = "GPIO_BSD_EN";
        hp_disable;
        hp_paraments = <0x320 0x12c 0x00 0x05 0x01>;
        pinctrl-names = "aml_snd_m8";
        pinctrl-0 = <0x17>;
        status = "okay";
    };

    aml_cams {
        compatible = "amlogic,cams_prober";
        status = "okay";
        pinctrl-names = "gpio\0csi";
        pinctrl-0 = <0x18>;
        pinctrl-1 = <0x19>;

        cam_0 {
            cam_name = "ar0543";
            front_back = <0x00>;
            i2c_bus = "i2c_bus_d";
            gpio_pwdn = "GPIOH_6";
            gpio_rst = "GPIOH_4";
            mirror_flip = <0x00>;
            vertical_flip = <0x00>;
            config_path = "/system/etc/camera_isp_cfg/ar0543_skt";
            mclk = <0x2ee0>;
            bt_path = "csi";
            interface = "mipi";
            clk_channel = [61 00];
            status = "okay";
        };

        cam_1 {
            cam_name = "ov5647";
            front_back = <0x00>;
            i2c_bus = "i2c_bus_d";
            gpio_pwdn = "GPIOH_5";
            gpio_rst = "GPIOH_4";
            mirror_flip = <0x00>;
            vertical_flip = <0x00>;
            config_path = "/system/etc/camera_isp_cfg/ov5647_cw0767";
            bt_path = "csi";
            interface = "mipi";
            clk_channel = [62 00];
            status = "okay";
        };

        cam_2 {
            cam_name = "ar0833";
            front_back = <0x00>;
            i2c_bus = "i2c_bus_d";
            gpio_pwdn = "GPIOH_6";
            gpio_rst = "GPIOH_4";
            mirror_flip = <0x00>;
            vertical_flip = <0x00>;
            config_path = "/system/etc/camera_isp_cfg/ar0833_skt";
            mclk = <0x2ee0>;
            bt_path = "csi";
            interface = "mipi";
            clk_channel = [61 00];
            status = "okay";
        };
    };

    gpio_keypad {
        compatible = "amlogic,gpio_keypad";
        status = "okay";
        scan_period = <0x14>;
        key_num = <0x01>;
        key_name = "power";
        key_code = <0x74>;
        key_pin = "GPIOAO_3";
        irq_keyup = <0x06>;
        irq_keydown = <0x07>;
    };

    saradc {
        compatible = "amlogic,saradc";
        status = "okay";
    };

    meson-remote {
        compatible = "amlogic,aml_remote";
        dev_name = "meson-remote";
        status = "ok";
        ao_baseaddr = <0xf3100480>;
        pinctrl-names = "default";
        pinctrl-0 = <0x1a>;
    };

    spi@cc000000 {
        compatible = "amlogic,apollo_spi_nor";
        status = "ok";
        reg = <0xcc000000 0x4000000>;
        pinctrl-names = "default";
        pinctrl-0 = <0x1b>;
        nr-parts = <0x02>;
        nr-part-0 = <0x1c>;
        nr-part-1 = <0x1d>;

        bootloader {
            offset = <0x00>;
            size = <0x100000>;
            linux,phandle = <0x1c>;
            phandle = <0x1c>;
        };

        ubootenv {
            offset = <0x100000>;
            size = <0x10000>;
            linux,phandle = <0x1d>;
            phandle = <0x1d>;
        };
    };

    nand {
        compatible = "amlogic,aml_nand";
        dev_name = "nand";
        status = "ok";
        reg = <0xd0048600 0x24>;
        pinctrl-names = "nand_rb_mod\0nand_norb_mod";
        pinctrl-0 = <0x1e 0x1f 0x20 0x21>;
        pinctrl-1 = <0x1e 0x1f 0x20 0x21>;
        device_id = <0x00>;
        plat-names = "nandnormal";
        plat-num = <0x01>;
        plat-part-0 = <0x22>;

        normal {
            enable_pad = "ce0\0ce1\0ce2\0ce3";
            busy_pad = "rb0";
            linux,phandle = <0x22>;
            phandle = <0x22>;
        };
    };

    efuse {
        compatible = "amlogic,efuse";
        dev_name = "efuse";
        status = "okay";
        plat-pos = <0x00 0x1c6>;
        plat-count = <0x3a>;
        usid-min = <0x08>;
        usid-max = <0x1f>;
    };

    thermal {
        compatible = "amlogic-thermal";
        #thermal-cells = <0x07>;
        dev_name = "aml_thermal";
        trip_point = <0x46 0x16b481 0x16b481 0x1ff 0x1ff 0x03 0x02 0x50 0x124f81 0x124f81 0x1b3 0x1b3 0x02 0x02 0x5a 0xc3501 0xc3501 0x148 0x148 0x01 0x01 0x104 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff 0xffffffff>;
        cpu_cali_a = <0x00>;
        idle_interval = <0x3e8>;
        use_virtual_thermal;
        freq_sample_period = <0x1e>;
        report_time = <0x01 0x0a 0x1e 0x3c>;
        cpu_virtual = <0x7a120 0x28 0x28 0x28 0x28 0x927c0 0x2d 0x37 0x3c 0x41 0xc3500 0x32 0x3c 0x41 0x46 0xf4240 0x37 0x41 0x46 0x4b 0x124f80 0x3c 0x46 0x4b 0x50 0x149970 0x41 0x4b 0x50 0x55>;
        gpu_virtual = <0xb7 0x28 0x28 0x28 0x28 0xfb 0x28 0x2d 0x32 0x37 0x13f 0x32 0x3c 0x41 0x46 0x1aa 0x37 0x41 0x46 0x4b 0x1ff 0x3c 0x46 0x4b 0x50>;
    };

    securitykey {
        compatible = "amlogic,aml_keys";
        status = "ok";
    };

    unifykey {
        compatible = "amlogic,unifykey";
        status = "ok";
        unifykey-num = <0x06>;
        unifykey-index-0 = <0x23>;
        unifykey-index-1 = <0x24>;
        unifykey-index-2 = <0x25>;
        unifykey-index-3 = <0x26>;
        unifykey-index-4 = <0x27>;
        unifykey-index-5 = <0x28>;

        key_0 {
            key-name = "usid";
            key-device = "nandkey";
            key-dataformat = "allascii";
            key-permit = "read\0write\0del";
            linux,phandle = <0x23>;
            phandle = <0x23>;
        };

        key_1 {
            key-name = "mac";
            key-device = "nandkey";
            key-dataformat = "hexdata";
            key-permit = "read\0write\0del";
            linux,phandle = <0x24>;
            phandle = <0x24>;
        };

        key_2 {
            key-name = "hdcp";
            key-device = "nandkey";
            key-dataformat = "hexdata";
            key-permit = "read\0write\0del";
            linux,phandle = <0x25>;
            phandle = <0x25>;
        };

        key_3 {
            key-name = "secure_boot_set";
            key-device = "efusekey";
            key-dataformat = "hexdata";
            key-permit = "read\0write";
            linux,phandle = <0x26>;
            phandle = <0x26>;
        };

        key_4 {
            key-name = "mac_bt";
            key-device = "nandkey";
            key-dataformat = "hexdata";
            key-permit = "read\0write\0del";
            linux,phandle = <0x27>;
            phandle = <0x27>;
        };

        key_5 {
            key-name = "mac_wifi";
            key-device = "nandkey";
            key-dataformat = "hexdata";
            key-permit = "read\0write\0del";
            linux,phandle = <0x28>;
            phandle = <0x28>;
        };
    };

    amhdmitx {
        compatible = "amlogic,amhdmitx";
        dev_name = "amhdmitx";
        status = "ok";
        vend-data = <0x29>;
        pwr-ctrl = <0x2a>;

        vend_data {
            vendor_name = "Amlogic";
            vendor_id = <0x00>;
            product_desc = "M8 MBox SKTv1";
            cec_osd_string = "MBox";
            cec_config = <0x0f>;
            ao_cec = <0x01>;
            linux,phandle = <0x29>;
            phandle = <0x29>;
        };

        pwr_ctrl {
            pwr_5v_on = [00];
            pwr_5v_off = [00];
            pwr_3v3_on = [00];
            pwr_3v3_off = [00];
            pwr_hpll_vdd_on = [00];
            pwr_hpll_vdd_off = [00];
            linux,phandle = <0x2a>;
            phandle = <0x2a>;
        };
    };

    aml_pm {
        compatible = "amlogic,pm-m8";
        dev_name = "aml_pm_m8";
        status = "okay";
    };

    cpufreq-meson {
        compatible = "amlogic,cpufreq-meson";
        syspll_fixed;
        status = "okay";
    };

    gpio {
        compatible = "amlogic,m8b-gpio";
        dev_name = "gpio";
        #gpio-cells = <0x02>;
    };

    pinmux {
        compatible = "amlogic,pinmux-m8b";
        dev_name = "pinmux";
        #pinmux-cells = <0x02>;

        ao_uart {
            amlogic,setmask = <0x0a 0x1800>;
            amlogic,pins = "GPIOAO_0\0GPIOAO_1";
            linux,phandle = <0x03>;
            phandle = <0x03>;
        };

        b_uart {
            amlogic,setmask = <0x04 0x3c0>;
            amlogic,pins = "GPIOX_16\0GPIOX_17\0GPIOX_18\0GPIOX_19";
            linux,phandle = <0x04>;
            phandle = <0x04>;
        };

        nand_input {
            amlogic,pins = "BOOT_0\0BOOT_1\0BOOT_2\0BOOT_3\0BOOT_4\0BOOT_5\0BOOT_6\0BOOT_7\0BOOT_12\0BOOT_13\0BOOT_8\0BOOT_9\0BOOT_10\0BOOT_11\0BOOT_14\0BOOT_15\0BOOT_16\0BOOT_17";
            amlogic,enable-output = <0x01>;
            linux,phandle = <0x1e>;
            phandle = <0x1e>;
        };

        conf_nand {
            amlogic,pins = "BOOT_0\0BOOT_1\0BOOT_2\0BOOT_3\0BOOT_4\0BOOT_5\0BOOT_6\0BOOT_7\0BOOT_15";
            amlogic,pullup = <0x00>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x1f>;
            phandle = <0x1f>;
        };

        conf_nand1 {
            amlogic,pins = "BOOT_8\0BOOT_10";
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x20>;
            phandle = <0x20>;
        };

        nand {
            amlogic,setmask = <0x02 0x7fe0000>;
            amlogic,clrmask = <0x05 0x0e 0x06 0x3f000000 0x04 0x7c000000>;
            amlogic,pins = "BOOT_0\0BOOT_1\0BOOT_2\0BOOT_3\0BOOT_4\0BOOT_5\0BOOT_6\0BOOT_7\0BOOT_8\0BOOT_9\0BOOT_10\0BOOT_12\0BOOT_13\0BOOT_14\0BOOT_15\0BOOT_16\0BOOT_17";
            linux,phandle = <0x21>;
            phandle = <0x21>;
        };

        sdhc_b_pin {
            amlogic,setmask = <0x02 0xfc00>;
            amlogic,clrmask = <0x02 0xf0 0x08 0x600>;
            amlogic,pins = "CARD_0\0CARD_1\0CARD_2\0CARD_3\0CARD_4\0CARD_5";
        };

        sdhc_c_pin {
            amlogic,setmask = <0x06 0x3f000000>;
            amlogic,clrmask = <0x04 0x6c000000 0x02 0x4c00000>;
            amlogic,pins = "BOOT_0\0BOOT_1\0BOOT_2\0BOOT_3\0BOOT_10\0BOOT_11";
        };

        sdhc_a_pin {
            amlogic,setmask = <0x08 0x3f>;
            amlogic,clrmask = <0x05 0x6c00>;
            amlogic,pins = "GPIOX_0\0GPIOX_1\0GPIOX_2\0GPIOX_3\0GPIOX_8\0GPIOX_9";
        };

        sdio_all_pins {
            amlogic,setmask = <0x08 0x3f>;
            amlogic,clrmask = <0x06 0x3f000000 0x02 0xfc00 0x05 0x6c00>;
            amlogic,pins = "GPIOX_0\0GPIOX_1\0GPIOX_2\0GPIOX_3\0GPIOX_8\0GPIOX_9";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x0a>;
            phandle = <0x0a>;
        };

        sdio_clk_cmd_pins {
            amlogic,setmask = <0x08 0x03>;
            amlogic,clrmask = <0x06 0x3f000000 0x02 0xfc00 0x05 0x6c00>;
            amlogic,pins = "GPIOX_8\0GPIOX_9";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x09>;
            phandle = <0x09>;
        };

        sd_all_pins {
            amlogic,setmask = <0x02 0xfc00>;
            amlogic,clrmask = <0x06 0x3f000000 0x08 0x63f 0x02 0xf0>;
            amlogic,pins = "CARD_0\0CARD_1\0CARD_2\0CARD_3\0CARD_4\0CARD_5";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x06>;
            phandle = <0x06>;
        };

        sd_1bit_pins {
            amlogic,setmask = <0x02 0x8c00>;
            amlogic,clrmask = <0x06 0x3f000000 0x08 0x3f 0x02 0xf0>;
            amlogic,pins = "CARD_0\0CARD_1\0CARD_2\0CARD_3\0CARD_4\0CARD_5";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x0b>;
            phandle = <0x0b>;
        };

        sd_clk_cmd_pins {
            amlogic,setmask = <0x02 0xc00>;
            amlogic,clrmask = <0x06 0x3f000000 0x08 0x3f 0x02 0xf0>;
            amlogic,pins = "CARD_2\0CARD_3";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x05>;
            phandle = <0x05>;
        };

        emmc_all_pins {
            amlogic,setmask = <0x06 0xfc000000>;
            amlogic,clrmask = <0x02 0x6c2fc00 0x08 0x3f 0x04 0x6c000000>;
            amlogic,pins = "BOOT_0\0BOOT_1\0BOOT_2\0BOOT_3\0BOOT_8\0BOOT_10";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x08>;
            phandle = <0x08>;
        };

        emmc_clk_cmd_pins {
            amlogic,setmask = <0x06 0xc0000000>;
            amlogic,clrmask = <0x02 0x6c2fc00 0x08 0x3f 0x07 0xc0000>;
            amlogic,pins = "BOOT_8\0BOOT_10";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x07>;
            phandle = <0x07>;
        };

        sdhc_sd_clk_cmd_pins {
            amlogic,setmask = <0x02 0x30>;
            amlogic,clrmask = <0x05 0x7c00 0x04 0x7c000000 0x02 0xfc00 0x08 0x600>;
            amlogic,pins = "CARD_2\0CARD_3";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x0c>;
            phandle = <0x0c>;
        };

        sdhc_sd_all_pins {
            amlogic,setmask = <0x02 0xf0>;
            amlogic,clrmask = <0x05 0x7c00 0x04 0x7c000000 0x02 0xfc00 0x08 0x600>;
            amlogic,pins = "CARD_0\0CARD_1\0CARD_2\0CARD_3\0CARD_4\0CARD_5";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x0d>;
            phandle = <0x0d>;
        };

        sdhc_emmc_clk_cmd_pins {
            amlogic,setmask = <0x07 0xc0000>;
            amlogic,clrmask = <0x02 0x4c000f0 0x05 0x7c00 0x06 0xff000000>;
            amlogic,pins = "BOOT_8\0BOOT_10";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x0e>;
            phandle = <0x0e>;
        };

        sdhc_emmc_all_pins {
            amlogic,setmask = <0x04 0x70000000 0x07 0xc0000>;
            amlogic,clrmask = <0x02 0x4c000f0 0x05 0x7c00 0x06 0xff000000>;
            amlogic,pins = "BOOT_0\0BOOT_1\0BOOT_2\0BOOT_3\0BOOT_4\0BOOT_5\0BOOT_6\0BOOT_7\0BOOT_8\0BOOT_10";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x0f>;
            phandle = <0x0f>;
        };

        sdhc_sdio_clk_cmd_pins {
            amlogic,setmask = <0x05 0xc00>;
            amlogic,clrmask = <0x02 0x58000f0 0x04 0x7c000000 0x08 0x3f>;
            amlogic,pins = "GPIOX_8\0GPIOX_9";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x10>;
            phandle = <0x10>;
        };

        sdhc_sdio_all_pins {
            amlogic,setmask = <0x05 0x6c00>;
            amlogic,clrmask = <0x02 0x58000f0 0x04 0x7c000000 0x08 0x3f>;
            amlogic,pins = "GPIOX_0\0GPIOX_1\0GPIOX_2\0GPIOX_3\0GPIOX_8\0GPIOX_9";
            amlogic,enable-output = <0x01>;
            amlogic,pullup = <0x01>;
            amlogic,pullupen = <0x01>;
            linux,phandle = <0x11>;
            phandle = <0x11>;
        };

        aml_cam_gpio_pins {
            amlogic,setmask = <0x03 0x80000 0x09 0x37c>;
            amlogic,pins = "GPIOH_9\0GPIOY_6\0GPIOY_7\0GPIOY_8\0GPIOY_9\0GPIOY_10\0GPIOY_11\0GPIOY_12\0GPIOY_13\0GPIOY_14";
            linux,phandle = <0x18>;
            phandle = <0x18>;
        };

        aml_cam_csi_pins {
            amlogic,setmask = <0x03 0x80000>;
            amlogic,pins = "GPIOH_9";
            linux,phandle = <0x19>;
            phandle = <0x19>;
        };

        a_i2c {
            amlogic,setmask = <0x09 0xc0000000>;
            amlogic,clrmask = <0x00 0x3c0300 0x06 0xc00000 0x08 0x1800000>;
            amlogic,pins = "GPIODV_24\0GPIODV_25";
            linux,phandle = <0x12>;
            phandle = <0x12>;
        };

        b_i2c {
            amlogic,setmask = <0x09 0x30000000>;
            amlogic,clrmask = <0x00 0x480 0x06 0x300000 0x08 0x10780000>;
            amlogic,pins = "GPIODV_26\0GPIODV_27";
            linux,phandle = <0x13>;
            phandle = <0x13>;
        };

        d_i2c {
            amlogic,setmask = <0x04 0x0c>;
            amlogic,clrmask = <0x06 0x3000>;
            amlogic,pins = "GPIOH_7\0GPIOH_8";
            linux,phandle = <0x14>;
            phandle = <0x14>;
        };

        remote_pin {
            amlogic,setmask = <0x0a 0x01>;
            amlogic,pins = "GPIOAO_7";
            linux,phandle = <0x1a>;
            phandle = <0x1a>;
        };

        audio_pin {
            amlogic,setmask = <0x0a 0x78000000>;
            amlogic,clrmask = <0x0a 0x80002000>;
            amlogic,pins = "GPIOAO_8\0GPIOAO_9\0GPIOAO_10\0GPIOAO_11";
            linux,phandle = <0x17>;
            phandle = <0x17>;
        };

        audio_pin1 {
            amlogic,setmask = <0x01 0x80>;
            amlogic,clrmask = <0x01 0x10000>;
            amlogic,pins = "GPIOY_3";
            linux,phandle = <0x16>;
            phandle = <0x16>;
        };

        aml_spi_nor_pins {
            amlogic,setmask = <0x05 0x0f>;
            amlogic,clrmask = <0x02 0x10380000>;
            amlogic,pins = "BOOT_11\0BOOT_12\0BOOT_13\0BOOT_18";
            linux,phandle = <0x1b>;
            phandle = <0x1b>;
        };

        aml_pwm {
            amlogic,setmask = <0x03 0x1000000>;
            amlogic,clrmask = <0x00 0x48 0x07 0x10000020>;
            amlogic,pins = "GPIODV_9";
            linux,phandle = <0x15>;
            phandle = <0x15>;
        };

        dvb_p_ts0_pins {
            amlogic,setmask = <0x03 0x37>;
            amlogic,clrmask = <0x05 0xc0 0x09 0x37c>;
            amlogic,pins = "GPIOY_9\0GPIOY_10\0GPIOY_11\0GPIOY_12\0GPIOY_13\0GPIOY_14\0GPIOY_6\0GPIOY_7\0GPIOY_0\0GPIOY_1\0GPIOY_8";
            linux,phandle = <0x2b>;
            phandle = <0x2b>;
        };

        dvb_s_ts0_pins {
            amlogic,setmask = <0x03 0x17>;
            amlogic,clrmask = <0x09 0x378>;
            amlogic,pins = "GPIOY_9\0GPIOY_0\0GPIOY_1\0GPIOY_8";
            linux,phandle = <0x2c>;
            phandle = <0x2c>;
        };
    };

    meson-eth {
        compatible = "amlogic,meson-eth";
        dev_name = "meson-eth";
        status = "okay";
        ethbaseaddr = <0xfe0c0000>;
        interruptnum = <0x28>;
        new_maclogic = <0x01>;
    };

    meson-rng {
        compatible = "amlogic,meson-rng";
        status = "ok";
    };

    dvb {
        compatible = "amlogic,dvb";
        ts0 = "parallel";
        ts0_control = <0x00>;
        ts0_invert = <0x00>;
        pinctrl-names = "p_ts0\0s_ts0";
        pinctrl-0 = <0x2b>;
        pinctrl-1 = <0x2c>;
    };

    dvbfe {
        compatible = "amlogic,dvbfe";
        dtv_demod0 = "Si2168";
        dtv_demod0_i2c_adap_id = <0x04>;
        dtv_demod0_i2c_addr = <0x64>;
        dtv_demod0_reset_value = <0x00>;
        dtv_demod0_reset_gpio = "GPIOY_3";
        fe0_dtv_demod = <0x00>;
        fe0_ts = <0x00>;
        fe0_dev = <0x00>;
    };
};

 

Boot process fails in

"faild to get aml_reserved_end address"

Before loading kernel:

Spoiler

EFUSE machid is not set.                                                        
Using machid 0xf81 from environment                                             
faild to get aml_reserved_end address                                           
the default relocate ramdisk and fdt address-relocate_addr: 0x20000000          
   Loading Ramdisk to 1f724000, end 1fffff37 ... OK                             
   Loading Device Tree to 1f71b000, end 1f7231ab ... OK 

Here is a boot with meson8b-mxq.dtb dtb.

Spoiler

QA5:A;SVN:B72;POC:3FF;STS:0;BOOT:0;INIT:0;READ:0;CHECK:0;PASS:0;
no sdio debug board detected3
TE : 24774
BT : 09:27:46 Dec 17 2015
PMU:NONE
##### VDDEE voltage = 0x044c1100

CPU clock is 792MHz

DDR mode: 32 bit mode
DDR size: 1GB (auto)
DDR check: Pass!
DDR clock: 636MHz with 2T mode
DDR pll bypass: Disabled
DDR init use : 14706 us

HHH
ucl decompress...pass
0x12345678
Boot from internal device 1st NAND

TE : 214472

System Started


U-boot-00000-g6ca4f77-dirty(m8b_pfd_s805_v1@) (Dec 17 2015 - 09:27:37)

clr h-ram
DRAM:  1 GiB
relocation Offset is: 2feb8000
show partition table:
part: 0, name :       logo, size : 2000000
part: 1, name :   recovery, size : 2000000
part: 2, name :       misc, size : 2000000
part: 3, name :       boot, size : 2000000
part: 4, name :     system, size : 40000000
part: 5, name :      cache, size : 20000000
part: 6, name :       data, size : end
aml_card_type=0x100
MMC:   [mmc_register] add mmc dev_num=0, port=1, if_type=6
[mmc_register] add mmc dev_num=1, port=2, if_type=6
SDIO Port B: 0, SDIO Port C: 1
out reg=c8100024,value=bfff3fff
power init
out reg=c110804c,value=dfffffff
IR init done!
register usb cfg[0][1] = 3ff67b84
register usb cfg[2][0] = 3ff6ab20
NAND:  NAND BOOT: boot_device_flag 1
Nand PHY driver Version: 2.01.001.0004 (c) 2013 Amlogic Inc.
amlnf_phy_init : amlnf init flag 0
NAND device id: ad de 14 a7 42 4a ad de
detect NAND device: E revision 1Ynm NAND 8GiB H27UCG8T2E
nand chip ce mask 1
AML_NAND_NEW_OOB : new oob
bus_cycle=6, bus_timing=8,system=3.9ns,flash->T_REA =16,flash->T_RHOH=15
hynix nand get default reg value at blk:7, page:1792
NAND CKECK  : arg nbbt: arg_valid= 1, valid_blk_addr = 4, valid_page_addr = 0
NAND CKECK  : arg ncnf: arg_valid= 1, valid_blk_addr = 6, valid_page_addr = 0
nand block at blk 20 is bad
nand block at blk 21 is bad
NAND CKECK  : arg nkey: arg_valid= 1, valid_blk_addr = 5, valid_page_addr = 2
i=0,register --- nand_key
nand block at blk 20 is bad
nand block at blk 21 is bad
NAND CKECK  : arg nenv: arg_valid= 1, valid_blk_addr = 10, valid_page_addr = 72
nand block at blk 20 is bad
nand block at blk 21 is bad
NAND CKECK  : arg phyp: arg_valid= 1, valid_blk_addr = 8, valid_page_addr = 2
nand blk 20 is shipped bad block
nand blk 21 is shipped bad block
amlnand_phydev_init,1172,phydev->offset=0,phydev->size=1000000
amlnand_phydev_init,1172,phydev->offset=d800000,phydev->size=27000000
amlnand_phydev_init,1172,phydev->offset=34800000,phydev->size=55000000
amlnand_phydev_init,1172,phydev->offset=89800000,phydev->size=176800000
nfboot    : offset: 0x000000000000 -0x000001000000 : partitons 0 : single_chip single_plane
nfcache   : offset: 0x00000d800000 -0x000027000000 : partitons 1 : single_chip multi_plane
nfcode    : offset: 0x000034800000 -0x000055000000 : partitons 5 : single_chip multi_plane
nfdata    : offset: 0x000089800000 -0x000176800000 : partitons 1 : single_chip multi_plane
bad block count = 0
bad block count = 0
bad block count = 0
bad block count = 0
amlnf_logic_init: START
amlnf_logic_init:  COMPLETE
get_boot_device_flag: init_ret 0
get_boot_device_flag NAND BOOT:
NAND BOOT,nand_env_relocate_spec : env_relocate_spec 49
uboot env amlnf_env_read : ####
set_storage_device_flag: store 1
      Multi dtb tool version: v2 .
      Multi dtb detected, support 2 dtbs.
        aml_dt soc: m8b platform: m201 variant: 1G
        dtb 0 soc: m8b   plat: m201   vari: 1G
        dtb 1 soc: m8b   plat: m201   vari: 512M
      Find match dtb: 0
vpu clk_level in dts: 3
set vpu clk: 182150000Hz, readback: 182150000Hz(0x701)
Net:   Meson_Ethernet
init suspend firmware done. (ret:0)
cvbs trimming.1.v5: 0xa0, 0x0
pfd_s805p_is_pwdn = false
 board_work_state_show_high
out reg=c8100024,value=bfff3fef
hdmi tx power init
TV mode 720p selected.
mode = 6  vic = 4
set HDMI vic: 4
mode is: 6
viu chan = 1
config HPLL
config HPLL done
reconfig packet setting done
bmp scale:  mode=720p , x=0, y=0, w=1280, h=720
reboot_mode=charging
efuse version is not selected.
Hit Enter key to stop autoboot -- :  1 0
exit abortboot: 0
(Re)start USB(0)...
USB0:   dwc_usb driver version: 2.94 6-June-2012
USB (1) peri reg base: c1108820
USB (1) use clock source: XTAL input
USB (1) base addr: 0xc90c0000
Force id mode: Host
dwc_otg: Highspeed device found !

scanning bus 0 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

** Invalid boot device **

** Invalid boot device **

** Invalid boot device **

** Invalid boot device **
[mmc_init] SDIO Port B:0, if_type=7, initialized OK!
Device: SDIO Port B
Manufacturer ID: 0
OEM: 0
Name: Tran Speed: 20000000
Rd Block Len: 512
SD version 2.0
High Capacity: Yes
Capacity: 32105299968
Boot Part Size: 0
Bus Width: 4-bit
reading s805_autoscript

861 bytes read
## Executing script at 11000000
hdmi tx power init
TV mode 1080p selected.
mode = 8  vic = 16
set HDMI vic: 16
mode is: 8
viu chan = 1
config HPLL
config HPLL done
reconfig packet setting done
reading uEnv.txt

272 bytes read
reading /uImage

11042064 bytes read
reading /uInitrd

9289591 bytes read
reading /dtb/meson8b-mxq.dtb

20908 bytes read
## Booting kernel from Legacy Image at 14000000 ...
   Image Name:   Linux kernel
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    11042000 Bytes = 10.5 MiB
   Load Address: 00208000
   Entry Point:  00208000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 15000000 ...
   Image Name:   uInitrd
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    9289527 Bytes = 8.9 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 11800000
   Booting using the fdt blob at 0x11800000
board_usb_stop cfg: 0
   Loading Kernel Image ... OK
OK
uboot time: 13781682 us.
EFUSE machid is not set.
Using machid 0xf81 from environment
faild to get aml_reserved_end address
the default relocate ramdisk and fdt address-relocate_addr: 0x20000000
   Loading Ramdisk to 1f724000, end 1fffff37 ... OK
   Loading Device Tree to 1f71b000, end 1f7231ab ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.7.0-rc6-aml-s812 (root@vbox) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)), GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.05.5 SMP Sun May 24 09:30:33 MSK 2020
[    0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: TRONFY MXQ S805
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 64 MiB at 0x3c000000
[    0.000000] percpu: Embedded 16 pages/cpu s34440 r8192 d22904 u65536
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 259908
[    0.000000] Kernel command line: root=LABEL=ROOTFS rootfstype=ext4 rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0 logo=osd1,loaded,0x7900000,${hdmimode},full
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 937352K/1046528K available (16384K kernel code, 692K rwdata, 4512K rodata, 1024K init, 965K bss, 43640K reserved, 65536K cma-reserved, 196608K highmem)
[    0.000000] random: get_random_u32 called from cache_random_seq_create+0x7c/0x12c with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 119 to 8 gpio interrupt mux initialized
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 early BRESP only supported with Cortex-A9
[    0.000000] L2C-310: disabling Cortex-A9 specific feature bits
[    0.000000] L2C-310 ID prefetch enabled, offset 8 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 512 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x3ec60000
[    0.000018] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000043] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000105] Switching to timer-based delay loop, resolution 1000ns
[    0.000826] Console: colour dummy device 80x30
[    0.001351] printk: console [tty0] enabled
[    0.001414] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[    0.001455] pid_max: default: 32768 minimum: 301
[    0.001819] LSM: Security Framework initializing
[    0.002156] Smack:  Initializing.
[    0.002175] Smack:  IPv6 port labeling enabled.
[    0.002403] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002444] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.003807] CPU: Testing write buffer coherency: ok
[    0.004190] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.005460] Setting up static identity map for 0x300000 - 0x300060
[    0.005705] rcu: Hierarchical SRCU implementation.
[    0.006677] smp: Bringing up secondary CPUs ...
[    0.007643] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.008821] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.009862] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.010011] smp: Brought up 1 node, 4 CPUs
[    0.010086] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.010107] CPU: All CPU(s) started in SVC mode.
[    0.010969] devtmpfs: initialized
[    0.018055] VFP support v0.3: implementor 41 architecture 2 part 30 variant 5 rev 1
[    0.018469] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.018520] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.022582] xor: measuring software checksum speed
[    0.060324]    arm4regs  :   667.000 MB/sec
[    0.100326]    8regs     :   634.000 MB/sec
[    0.140327]    32regs    :   587.000 MB/sec
[    0.180323]    neon      :   672.000 MB/sec
[    0.180345] xor: using function: neon (672.000 MB/sec)
[    0.180437] pinctrl core: initialized pinctrl subsystem
[    0.181421] thermal_sys: Registered thermal governor 'fair_share'
[    0.181428] thermal_sys: Registered thermal governor 'bang_bang'
[    0.181459] thermal_sys: Registered thermal governor 'step_wise'
[    0.181481] thermal_sys: Registered thermal governor 'user_space'
[    0.182641] NET: Registered protocol family 16
[    0.185280] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.186806] cpuidle: using governor menu
[    0.187387] No ATAGs?
[    0.187569] hw-breakpoint: found 2 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.187616] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.232010] cryptd: max_cpu_qlen set to 1000
[    0.328379] raid6: neonx8   gen()   498 MB/s
[    0.396336] raid6: neonx8   xor()   354 MB/s
[    0.464357] raid6: neonx4   gen()   552 MB/s
[    0.532326] raid6: neonx4   xor()   396 MB/s
[    0.600341] raid6: neonx2   gen()   619 MB/s
[    0.668335] raid6: neonx2   xor()   429 MB/s
[    0.736371] raid6: neonx1   gen()   427 MB/s
[    0.804327] raid6: neonx1   xor()   373 MB/s
[    0.872423] raid6: int32x8  gen()   190 MB/s
[    0.940369] raid6: int32x8  xor()   121 MB/s
[    1.008396] raid6: int32x4  gen()   217 MB/s
[    1.076394] raid6: int32x4  xor()   132 MB/s
[    1.144419] raid6: int32x2  gen()   255 MB/s
[    1.212393] raid6: int32x2  xor()   133 MB/s
[    1.280381] raid6: int32x1  gen()   258 MB/s
[    1.348381] raid6: int32x1  xor()   127 MB/s
[    1.348402] raid6: using algorithm neonx2 gen() 619 MB/s
[    1.348422] raid6: .... xor() 429 MB/s, rmw enabled
[    1.348441] raid6: using neon recovery algorithm
[    1.350987] iommu: Default domain type: Translated
[    1.351892] SCSI subsystem initialized
[    1.352576] usbcore: registered new interface driver usbfs
[    1.352677] usbcore: registered new interface driver hub
[    1.352861] usbcore: registered new device driver usb
[    1.353463] pps_core: LinuxPPS API ver. 1 registered
[    1.353490] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.353550] PTP clock support registered
[    1.353607] EDAC MC: Ver: 3.0.0
[    1.354766] Advanced Linux Sound Architecture Driver Initialized.
[    1.355617] NetLabel: Initializing
[    1.355644] NetLabel:  domain hash size = 128
[    1.355661] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.355776] NetLabel:  unlabeled traffic allowed by default
[    1.356657] clocksource: Switched to clocksource timer
[    1.357406] VFS: Disk quotas dquot_6.6.0
[    1.357534] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.357766] FS-Cache: Loaded
[    1.358119] CacheFiles: Loaded
[    1.372132] NET: Registered protocol family 2
[    1.373202] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.373273] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.373395] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.373556] TCP: Hash tables configured (established 8192 bind 8192)
[    1.373733] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.373805] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.374134] NET: Registered protocol family 1
[    1.374957] RPC: Registered named UNIX socket transport module.
[    1.374988] RPC: Registered udp transport module.
[    1.375007] RPC: Registered tcp transport module.
[    1.375026] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.375372] Trying to unpack rootfs image as initramfs...
[    1.626117] Freeing initrd memory: 9072K
[    1.627791] hw perfevents: enabled with armv7_cortex_a5 PMU driver, 3 counters available
[    1.866058] Initialise system trusted keyrings
[    1.866394] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    1.876836] DLM installed
[    1.878605] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.881185] NFS: Registering the id_resolver key type
[    1.881254] Key type id_resolver registered
[    1.881275] Key type id_legacy registered
[    1.881307] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.881330] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.883581] FS-Cache: Netfs 'cifs' registered for caching
[    1.884343] Key type cifs.spnego registered
[    1.884390] Key type cifs.idmap registered
[    1.884573] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.885366] fuse: init (API version 7.31)
[    1.886585] JFS: nTxBlock = 7905, nTxLock = 63247
[    1.891975] SGI XFS with security attributes, no debug enabled
[    1.894828] NILFS version 2 loaded
[    1.896621] gfs2: GFS2 installed
[    1.959335] NET: Registered protocol family 38
[    1.959381] Key type asymmetric registered
[    1.959402] Asymmetric key parser 'x509' registered
[    1.959492] bounce: pool size: 64 pages
[    1.959592] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.959625] io scheduler mq-deadline registered
[    1.959644] io scheduler kyber registered
[    1.971350] soc soc0: Amlogic Meson8b (S805) RevA (1b - 0:B72) detected
[    1.972223] pwm-regulator: supplied by regulator-dummy
[    1.972589] VCC3V3: supplied by VCC5V
[    1.972748] VCC1V8: supplied by VCC3V3
[    1.973051] pwm-regulator: supplied by regulator-dummy
[    1.979467] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    1.983350] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 24, base_baud = 9960937) is a meson_uart
[    2.875642] printk: console [ttyAML0] enabled
[    2.882270] usbcore: registered new interface driver udl
[    2.900236] brd: module loaded
[    2.913132] loop: module loaded
[    2.913183] dummy-irq: no IRQ given.  Use irq=N
[    2.916964] Loading iSCSI transport class v2.0-870.
[    2.920821] rdac: device handler registered
[    2.924380] hp_sw: device handler registered
[    2.928496] emc: device handler registered
[    2.932900] alua: device handler registered
[    2.937229] iscsi: registered transport (tcp)
[    2.942118] SSFDC read-only Flash Translation layer
[    2.945960] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.954283] libphy: Fixed MDIO Bus: probed
[    2.956921] tun: Universal TUN/TAP device driver, 1.6
[    2.961847] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    2.969650] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    2.982870] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.984298] ehci-platform: EHCI generic platform driver
[    2.989753] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.995726] ohci-platform: OHCI generic platform driver
[    3.001583] usbcore: registered new interface driver usb-storage
[    3.006935] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    3.016077] mousedev: PS/2 mouse device common for all mice
[    3.022599] i2c /dev entries driver
[    3.025401] pps_ldisc: PPS line discipline registered
[    3.031906] usbcore: registered new interface driver pcwd_usb
[    3.036631] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[    3.044065] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[    3.054448] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 792000 KHz
[    3.062631] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 816000 KHz
[    3.070877] sdhci: Secure Digital Host Controller Interface driver
[    3.073670] sdhci: Copyright(c) Pierre Ossman
[    3.078264] usbcore: registered new interface driver ushc
[    3.085135] platform c1108c20.mmc:slot@1: Got CD GPIO
[    3.122910] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.126388] ledtrig-cpu: registered to indicate activity on CPUs
[    3.131806] hid: raw HID events driver (C) Jiri Kosina
[    3.134918] usbcore: registered new interface driver usbhid
[    3.139694] usbhid: USB HID core driver
[    3.146384] remoteproc remoteproc0: meson-mx-ao-arc is available
[    3.149634] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    3.159121] remoteproc remoteproc0: powering up meson-mx-ao-arc
[    3.161797] no UART detected at 0x1
[    3.165095] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    3.170176] oprofile: using timer interrupt.
[    3.172712] mmc0: new high speed SDHC card at address 59b4
[    3.173196] mmcblk0: mmc0:59b4 5cMJR 29.9 GiB
[    3.178161] remoteproc remoteproc0: request_firmware failed: -2
[    3.179380]  mmcblk0: p1 p2
[    3.182582] NET: Registered protocol family 26
[    3.205386] GACT probability on
[    3.208497] Mirror/redirect action on
[    3.212200] Simple TC action Loaded
[    3.216048] netem: version 1.3
[    3.218736] u32 classifier
[    3.221368]     Performance counters on
[    3.225184]     input device check on
[    3.228821]     Actions configured
[    3.252046] xt_time: kernel timezone is -0000
[    3.252106] IPVS: Registered protocols ()
[    3.254905] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    3.262649] IPVS: ipvs loaded.
[    3.265285] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    3.271020] gre: GRE over IPv4 demultiplexor driver
[    3.275486] ip_gre: GRE over IPv4 tunneling driver
[    3.281234] IPv4 over IPsec tunneling driver
[    3.285338] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    3.290986] Initializing XFRM netlink socket
[    3.295114] IPsec XFRM device driver
[    3.299176] NET: Registered protocol family 10
[    3.343249] Segment Routing with IPv6
[    3.343415] mip6: Mobile IPv6
[    3.345305] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.351119] ip6_gre: GRE over IPv6 tunneling driver
[    3.355600] NET: Registered protocol family 17
[    3.359498] NET: Registered protocol family 15
[    3.363948] Bridge firewalling registered
[    3.368102] NET: Registered protocol family 5
[    3.372372] NET: Unregistered protocol family 5
[    3.377008] 8021q: 802.1Q VLAN Support v1.8
[    3.385165] DCCP: Activated CCID 2 (TCP-like)
[    3.385251] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[    3.391661] sctp: Hash tables configured (bind 512/512)
[    3.396874] NET: Registered protocol family 21
[    3.400844] Registered RDS/tcp transport
[    3.404781] 9pnet: Installing 9P2000 support
[    3.408948] Key type dns_resolver registered
[    3.413170] openvswitch: Open vSwitch switching datapath
[    3.419023] NET: Registered protocol family 40
[    3.422923] mpls_gso: MPLS GSO support
[    3.427131] ThumbEE CPU extension supported.
[    3.430898] Registering SWP/SWPB emulation handler
[    3.494359] registered taskstats version 1
[    3.494399] Loading compiled-in X.509 certificates
[    3.497909] Key type ._fscrypt registered
[    3.501652] Key type .fscrypt registered
[    3.505553] Key type fscrypt-provisioning registered
[    3.511484] Btrfs loaded, crc32c=crc32c-generic
[    3.530374] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    3.531368] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    3.537661] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    3.544317] meson8b-dwmac c9410000.ethernet: User ID: 0x10, Synopsys ID: 0x37
[    3.550712] meson8b-dwmac c9410000.ethernet:     DWMAC1000
[    3.555868] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    3.563335] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    3.570802] meson8b-dwmac c9410000.ethernet: COE Type 2
[    3.576011] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    3.583046] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    3.589501] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    3.595380] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    3.601196] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    3.609190] meson8b-dwmac c9410000.ethernet: device MAC address 3e:8f:4c:97:9f:1d
[    3.617012] libphy: stmmac: probed
[    3.672380] dwc2 c9040000.usb: supply vusb_d not found, using dummy regulator
[    3.674264] dwc2 c9040000.usb: supply vusb_a not found, using dummy regulator
[    3.699599] dwc2 c9040000.usb: DWC OTG Controller
[    3.699720] dwc2 c9040000.usb: new USB bus registered, assigned bus number 1
[    3.705883] dwc2 c9040000.usb: irq 26, io mem 0xc9040000
[    3.711536] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    3.719343] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.726532] usb usb1: Product: DWC OTG Controller
[    3.731217] usb usb1: Manufacturer: Linux 5.7.0-rc6-aml-s812 dwc2_hsotg
[    3.737821] usb usb1: SerialNumber: c9040000.usb
[    3.746036] hub 1-0:1.0: USB hub found
[    3.746144] hub 1-0:1.0: 1 port detected
[    3.750786] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    3.757235] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    3.824873] dwc2 c90c0000.usb: DWC OTG Controller
[    3.824928] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 2
[    3.831033] dwc2 c90c0000.usb: irq 27, io mem 0xc90c0000
[    3.836478] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    3.844550] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.851750] usb usb2: Product: DWC OTG Controller
[    3.856440] usb usb2: Manufacturer: Linux 5.7.0-rc6-aml-s812 dwc2_hsotg
[    3.863039] usb usb2: SerialNumber: c90c0000.usb
[    3.868126] hub 2-0:1.0: USB hub found
[    3.871416] hub 2-0:1.0: 1 port detected
[    3.876522] meson-mx-ao-arc-firmware ao-arc-firmware: Failed to request mbox channel #0
[    3.886191] printk: console [netcon0] enabled
[    3.887599] netconsole: network logging started
[    3.892576] ALSA device list:
[    3.897773]   No soundcards found.
[    3.899916] Freeing unused kernel memory: 1024K
[    3.903259] Run /init as init process
[    4.272688] usb 2-1: new high-speed USB device number 2 using dwc2
[    4.482149] usb 2-1: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
[    4.484776] usb 2-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.491871] usb 2-1: Product: USB2.0 Hub
[    4.497578] hub 2-1:1.0: USB hub found
[    4.499809] hub 2-1:1.0: 4 ports detected
[    4.519283] random: fast init done
[    5.598161] EXT4-fs (mmcblk0p2): mounted filesystem with writeback data mode. Opts: data=writeback
[    6.823039] systemd[1]: System time before build time, advancing clock.
[    6.856719] systemd[1]: systemd 245.4-4ubuntu3 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    6.874307] systemd[1]: Detected architecture arm.
[    6.924994] systemd[1]: Set hostname to <aml-s812>.
[    7.510660] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket â /run/dbus/system_bus_socket; please update the unit file accordingly.
[    7.906124] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock â /run/docker.sock; please update the unit file accordingly.
[    7.968536] random: systemd: uninitialized urandom read (16 bytes read)
[    7.971068] systemd[1]: system-modprobe.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    7.982210] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    7.995179] systemd[1]: Created slice system-modprobe.slice.
[    7.996923] random: systemd: uninitialized urandom read (16 bytes read)
[    8.004970] systemd[1]: Created slice system-serial\x2dgetty.slice.
[    8.009513] random: systemd: uninitialized urandom read (16 bytes read)
[    8.017746] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    8.024467] systemd[1]: Created slice User and Session Slice.
[    8.028528] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    8.036273] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    8.043715] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[    8.055158] systemd[1]: Reached target Local Encrypted Volumes.
[    8.061229] systemd[1]: Reached target Remote File Systems.
[    8.066573] systemd[1]: Reached target Slices.
[    8.070985] systemd[1]: Reached target Swap.
[    8.075218] systemd[1]: Reached target System Time Set.
[    8.081144] systemd[1]: Listening on Syslog Socket.
[    8.085871] systemd[1]: Listening on fsck to fsckd communication Socket.
[    8.092391] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    8.112997] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[    8.116478] systemd[1]: Listening on Journal Socket (/dev/log).
[    8.124474] systemd[1]: Listening on Journal Socket.
[    8.128114] systemd[1]: Listening on udev Control Socket.
[    8.134909] systemd[1]: Listening on udev Kernel Socket.
[    8.137916] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    8.145571] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped.
[    8.159515] systemd[1]: Mounting Kernel Debug File System...
[    8.160810] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[    8.176844] systemd[1]: Starting Restore / save the current clock...
[    8.189160] systemd[1]: Starting Set the console keyboard layout...
[    8.199075] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    8.202818] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[    8.218777] systemd[1]: Started Nameserver information manager.
[    8.227523] systemd[1]: Reached target Network (Pre).
[    8.258110] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    8.262205] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    8.341225] systemd[1]: Starting Load Kernel Modules...
[    8.350859] systemd[1]: Starting Remount Root and Kernel File Systems...
[    8.361332] systemd[1]: Starting udev Coldplug all Devices...
[    8.372288] systemd[1]: Mounted Kernel Debug File System.
[    8.376822] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    8.407051] systemd[1]: Finished Load Kernel Modules.
[    8.415858] systemd[1]: Mounting FUSE Control File System...
[    8.423816] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro
[    8.424978] systemd[1]: Mounting Kernel Configuration File System...
[    8.439861] systemd[1]: Starting Apply Kernel Variables...
[    8.450088] systemd[1]: Finished Remount Root and Kernel File Systems.
[    8.452053] systemd[1]: Mounted FUSE Control File System.
[    8.458451] systemd[1]: Mounted Kernel Configuration File System.
[    8.472241] systemd[1]: Finished Restore / save the current clock.
[    8.487069] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    8.491610] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    8.506194] systemd[1]: Starting Load/Save Random Seed...
[    8.513426] systemd[1]: Starting Create System Users...

Armbian 20.05.5 Focal ttyAML0

aml-s812 login:

 

 

 

 

On 5/25/2020 at 11:52 AM, balbes150 said:

HDMI works on the s805 with all DTBS from the image composition. If there is no image, you need to check the connection and hardware used. I have two TV boxes s805 HDMI works.

 

 

I've tested 3 HDMI cables and in all of them doens't works, monitor says out of range.

So I've tested in my TV and it  shows the S805 logo, but not console. I supose that if I have used a desktop version it have showed a graphical environment.

But in android it works in both, computer monitor and console.

I'll do more tests.

Thanks.

PS: My monitor is a Benq ew2775zh and should support 1080p.

 

Link to comment
Share on other sites

I need a little help here. I dont know where Im going wrong. I have a mxq meson8b_m201_1G variant. The only rom ive been able to boot is "Armbian_5.67_Aml-s805_Debian_stretch_default_3.10.108_20181207" 

 

Armbian_5.67_Aml-s805_Debian_stretch_next_4.20.0-rc3-next-20181123 would not boot and a I tried a few of the roms from this thread. Ive tried pointing uEnv.ini to each of the DTB file. Ive tried renaming them to dtb.img and putting them in the root of my sd card and even  tried using the meson8b_m201_1G.dtb in both ways from the rom that worked.

 

am i missing a step? any guidance appreciated.

Link to comment
Share on other sites

@brunog do you test also the lastes 20200523 from meagadrive site ? , please after 4.20.0 ( also all NEXT) Kernel only do the uEnv.ini edit thing , please do not copy and rename dtb.img

without a serial console log file we cannot see why your kernel stop please use the uart interface , like @elbuit use the meson8b_mxq.dtb in uEnv.ini and please stay calm

 

@ everyone that use the 5.6 and newer rom files please conisder that first boot take up to 5-10 minute because image automaticly reszise to complete SD-card also HDMI works only with multi mode TV ( because image switch between 1080p30(boot) 1080p60(Kernel load )  )

 

@elbuit looks like your box use same pins for bluetooth and Wifi . i hhave also some warnings but 5.7 kernel still beta , all image have hdmi output (also non desktop ) but desktop will start after root login and create new user boot to lightdm desktop envoirment , your tv get the hdmi information but "out of range" mean that reslution or refresh rate do not match ( my tv has all 720p25 to 1080p60 possible format ; and switching 3 time the mode when boot box)

Link to comment
Share on other sites

@balbes150 thank you for answering, appreciate it!

 

@RaptorSDS I get "out of range" signal on my monitor but i can see the picture just fine (it gives an "out of range" signal every few seconds but i can see the console just fine) is there a way to solve it? im using HDMI on a 4K monitor.

 

For anyone interested I have an M8s+ device with S812/2G ram/8G emmc/1G ethernet, on the board it says S812_M8_Rev1.1 dated 2015/05/21 & the default DTB in balbes150 latest armbian images (meson8m2-mxiii-plus.dtb) works fine but no emmc detected - I tried extracting dtb from the box android 5.1.1 but it doesnt work...

I also have a mecool m8s+ pro with s905x which works out of the box with the images but unfortunately ethernet is only 100 even though its newer...

 

 

Link to comment
Share on other sites

26 minutes ago, s812us said:

@balbes150 thank you for answering, appreciate it!

 

@RaptorSDS I get "out of range" signal on my monitor but i can see the picture just fine (it gives an "out of range" signal every few seconds but i can see the console just fine) is there a way to solve it? im using HDMI on a 4K monitor.

 

For anyone interested I have an M8s+ device with S812/2G ram/8G emmc/1G ethernet, on the board it says S812_M8_Rev1.1 dated 2015/05/21 & the default DTB in balbes150 latest armbian images (meson8m2-mxiii-plus.dtb) works fine but no emmc detected - I tried extracting dtb from the box android 5.1.1 but it doesnt work...

I also have a mecool m8s+ pro with s905x which works out of the box with the images but unfortunately ethernet is only 100 even though its newer...

 

 

maybe its better to test with meson8m2-m8s.dtb (its more in common on your specs) , the linux kernel can only 1 device per controller at the moment  ,so wen can have SD-Card+wifi or sd-card+NAND( the NAND u-boot does not support new Kernel )

also like i said above dtb from Kernel(also recompile) 3.xx.xx thats android 4 ,5 and 6 do not work on kernel 5 because of different system names and function

Link to comment
Share on other sites

hi @RaptorSDS, thanks for answering!

 

the meson8m2-m8s.dtb was my first try and all seemed ok & better than all DTB's because it detected wireless/bluetooth also.

until i tried using ethernet & it doesnt work - even though its detected as eth0 with mac address it has failure to get ip address, cant connect to the network, cant get ip address (dhcp/static) & when restarting eth0 interface it says "connection timed out".
the device has RTL8211F ethernet chipset & dtb of meson8m2-mxiii-plus detects ethernet (but not wireless/bluetooth...)

im using Armbian_20.05.5_Aml-s812_buster_current_5.7.0-rc6_20200523.img.

 

This is dmesg.log from meson8m2-mxiii-plus.dtb with working ethernet : (exceptions are from HDMI connected, disregard it)

 

Spoiler

[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.7.0-rc6-aml-s812 (root@vbox) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)), GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.05.5 SMP Tue May 26 12:02:58 MSK 2020
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Tronsmart MXIII Plus
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 64 MiB at 0x7c000000
[    0.000000] On node 0 totalpages: 523520
[    0.000000]   Normal zone: 1724 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 195840 pages, LIFO batch:63
[    0.000000]   HighMem zone: 327680 pages, LIFO batch:63
[    0.000000] percpu: Embedded 16 pages/cpu s34440 r8192 d22904 u65536
[    0.000000] pcpu-alloc: s34440 r8192 d22904 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 521796
[    0.000000] Kernel command line: root=LABEL=ROOTFS rootfstype=ext4 rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0 logo=osd1,loaded,0x7900000,${hdmimode},full
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1978324K/2094080K available (16384K kernel code, 692K rwdata, 4512K rodata, 1024K init, 965K bss, 50220K reserved, 65536K cma-reserved, 1245184K highmem)
[    0.000000] random: get_random_u32 called from cache_random_seq_create+0x7c/0x12c with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 134 to 8 gpio interrupt mux initialized
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 8 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x7ec80001
[    0.000010] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000023] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000048] Switching to timer-based delay loop, resolution 1000ns
[    0.000466] Console: colour dummy device 80x30
[    0.000692] printk: console [tty0] enabled
[    0.000723] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[    0.000742] pid_max: default: 32768 minimum: 301
[    0.000925] LSM: Security Framework initializing
[    0.001101] Smack:  Initializing.
[    0.001109] Smack:  IPv6 port labeling enabled.
[    0.001226] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001243] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001921] CPU: Testing write buffer coherency: ok
[    0.001949] CPU0: Spectre v2: using BPIALL workaround
[    0.002109] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.002630] Setting up static identity map for 0x300000 - 0x300060
[    0.002738] rcu: Hierarchical SRCU implementation.
[    0.003145] smp: Bringing up secondary CPUs ...
[    0.003680] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.003685] CPU1: Spectre v2: using BPIALL workaround
[    0.004307] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.004312] CPU2: Spectre v2: using BPIALL workaround
[    0.004921] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.004926] CPU3: Spectre v2: using BPIALL workaround
[    0.005015] smp: Brought up 1 node, 4 CPUs
[    0.005029] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.005039] CPU: All CPU(s) started in SVC mode.
[    0.005451] devtmpfs: initialized
[    0.008983] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.009161] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.009185] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.010712] xor: measuring software checksum speed
[    0.048162]    arm4regs  :  1871.000 MB/sec
[    0.088162]    8regs     :  1443.000 MB/sec
[    0.128161]    32regs    :  1559.000 MB/sec
[    0.168161]    neon      :  1366.000 MB/sec
[    0.168171] xor: using function: arm4regs (1871.000 MB/sec)
[    0.168210] pinctrl core: initialized pinctrl subsystem
[    0.168673] thermal_sys: Registered thermal governor 'fair_share'
[    0.168676] thermal_sys: Registered thermal governor 'bang_bang'
[    0.168689] thermal_sys: Registered thermal governor 'step_wise'
[    0.168699] thermal_sys: Registered thermal governor 'user_space'
[    0.169254] NET: Registered protocol family 16
[    0.170857] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.171506] cpuidle: using governor menu
[    0.171779] No ATAGs?
[    0.171859] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.171878] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.191200] cryptd: max_cpu_qlen set to 1000
[    0.268164] raid6: neonx8   gen()  1229 MB/s
[    0.336169] raid6: neonx8   xor()   818 MB/s
[    0.404158] raid6: neonx4   gen()  1483 MB/s
[    0.472163] raid6: neonx4   xor()  1040 MB/s
[    0.540165] raid6: neonx2   gen()  1848 MB/s
[    0.608162] raid6: neonx2   xor()  1236 MB/s
[    0.676159] raid6: neonx1   gen()  1444 MB/s
[    0.744160] raid6: neonx1   xor()  1009 MB/s
[    0.812176] raid6: int32x8  gen()   402 MB/s
[    0.880158] raid6: int32x8  xor()   250 MB/s
[    0.948177] raid6: int32x4  gen()   443 MB/s
[    1.016181] raid6: int32x4  xor()   268 MB/s
[    1.084175] raid6: int32x2  gen()   561 MB/s
[    1.152185] raid6: int32x2  xor()   285 MB/s
[    1.220167] raid6: int32x1  gen()   521 MB/s
[    1.288173] raid6: int32x1  xor()   236 MB/s
[    1.288182] raid6: using algorithm neonx2 gen() 1848 MB/s
[    1.288191] raid6: .... xor() 1236 MB/s, rmw enabled
[    1.288200] raid6: using neon recovery algorithm
[    1.289161] iommu: Default domain type: Translated 
[    1.289535] SCSI subsystem initialized
[    1.289657] libata version 3.00 loaded.
[    1.289807] usbcore: registered new interface driver usbfs
[    1.289842] usbcore: registered new interface driver hub
[    1.289913] usbcore: registered new device driver usb
[    1.290194] pps_core: LinuxPPS API ver. 1 registered
[    1.290205] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.290226] PTP clock support registered
[    1.290248] EDAC MC: Ver: 3.0.0
[    1.290757] Advanced Linux Sound Architecture Driver Initialized.
[    1.291138] NetLabel: Initializing
[    1.291150] NetLabel:  domain hash size = 128
[    1.291158] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.291200] NetLabel:  unlabeled traffic allowed by default
[    1.291640] clocksource: Switched to clocksource timer
[    1.291960] VFS: Disk quotas dquot_6.6.0
[    1.292017] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.292144] FS-Cache: Loaded
[    1.292750] CacheFiles: Loaded
[    1.297622] NET: Registered protocol family 2
[    1.298079] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.298113] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.298170] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.298259] TCP: Hash tables configured (established 8192 bind 8192)
[    1.298334] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.298366] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.298515] NET: Registered protocol family 1
[    1.298862] RPC: Registered named UNIX socket transport module.
[    1.298876] RPC: Registered udp transport module.
[    1.298884] RPC: Registered tcp transport module.
[    1.298892] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.299034] Trying to unpack rootfs image as initramfs...
[    1.543915] Freeing initrd memory: 6420K
[    1.544756] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    1.681698] Initialise system trusted keyrings
[    1.681880] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    1.686146] DLM installed
[    1.686934] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.688046] NFS: Registering the id_resolver key type
[    1.688071] Key type id_resolver registered
[    1.688080] Key type id_legacy registered
[    1.688094] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.688104] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.689084] FS-Cache: Netfs 'cifs' registered for caching
[    1.689394] Key type cifs.spnego registered
[    1.689412] Key type cifs.idmap registered
[    1.689487] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.689800] fuse: init (API version 7.31)
[    1.690288] JFS: nTxBlock = 8192, nTxLock = 65536
[    1.695381] SGI XFS with security attributes, no debug enabled
[    1.696701] NILFS version 2 loaded
[    1.697479] gfs2: GFS2 installed
[    1.727728] NET: Registered protocol family 38
[    1.727752] Key type asymmetric registered
[    1.727763] Asymmetric key parser 'x509' registered
[    1.727806] bounce: pool size: 64 pages
[    1.727852] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.727866] io scheduler mq-deadline registered
[    1.727874] io scheduler kyber registered
[    1.733621] soc soc0: Amlogic Meson8m2 (S812) RevA (1d - 0:74E) detected
[    1.736259] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    1.737939] c11084c0.serial: ttyAML1 at MMIO 0xc11084c0 (irq = 20, base_baud = 8854166) is a meson_uart
[    1.738323] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 28, base_baud = 8854166) is a meson_uart
[    2.642896] printk: console [ttyAML0] enabled
[    2.648354] usbcore: registered new interface driver udl
[    2.659195] brd: module loaded
[    2.664778] loop: module loaded
[    2.664809] dummy-irq: no IRQ given.  Use irq=N
[    2.667612] Loading iSCSI transport class v2.0-870.
[    2.671999] rdac: device handler registered
[    2.675920] hp_sw: device handler registered
[    2.680087] emc: device handler registered
[    2.684243] alua: device handler registered
[    2.688514] iscsi: registered transport (tcp)
[    2.693184] SSFDC read-only Flash Translation layer
[    2.697501] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.704852] libphy: Fixed MDIO Bus: probed
[    2.708156] tun: Universal TUN/TAP device driver, 1.6
[    2.713151] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    2.720826] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    2.732284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.735809] ehci-platform: EHCI generic platform driver
[    2.741125] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.747172] ohci-platform: OHCI generic platform driver
[    2.752744] usbcore: registered new interface driver usb-storage
[    2.758361] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    2.767301] mousedev: PS/2 mouse device common for all mice
[    2.773310] i2c /dev entries driver
[    2.777029] VCCK: Bringing 600000uV into 825000-825000uV
[    2.781993] VDD_EE: Bringing 600000uV into 950000-950000uV
[    2.787437] VDD_DDR: Bringing 600000uV into 1500000-1500000uV
[    2.793152] VDDIO_AO28: Bringing 900000uV into 2900000-2900000uV
[    2.799139] VDDIO_AO18: Bringing 900000uV into 1800000-1800000uV
[    2.805009] VCC1V8: Bringing 600000uV into 1800000-1800000uV
[    2.810639] VCC2V8: Bringing 900000uV into 2850000-2850000uV
[    2.816283] AVDD1V8: Bringing 900000uV into 1800000-1800000uV
[    2.821994] VDD_LDO: Bringing 1700000uV into 2700000-2700000uV
[    2.828556] pps_ldisc: PPS line discipline registered
[    2.833633] usbcore: registered new interface driver pcwd_usb
[    2.838823] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[    2.846329] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[    2.857488] pwrseq_simple: probe of sdio-pwrseq failed with error -5
[    2.860868] sdhci: Secure Digital Host Controller Interface driver
[    2.866876] sdhci: Copyright(c) Pierre Ossman
[    2.871394] usbcore: registered new interface driver ushc
[    2.877755] platform c1108c20.mmc:slot@1: Got CD GPIO
[    2.912129] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.916675] ledtrig-cpu: registered to indicate activity on CPUs
[    2.919102] hid: raw HID events driver (C) Jiri Kosina
[    2.924343] usbcore: registered new interface driver usbhid
[    2.929084] usbhid: USB HID core driver
[    2.932902] remoteproc remoteproc0: meson-mx-ao-arc is available
[    2.938728] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    2.948278] remoteproc remoteproc0: powering up meson-mx-ao-arc
[    2.954244] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    2.959835] mmc0: new high speed SDHC card at address b368
[    2.963790] remoteproc remoteproc0: request_firmware failed: -2
[    2.969481] no UART detected at 0x1
[    2.978890] mmcblk0: mmc0:b368 USD   3.76 GiB 
[    2.984597]  mmcblk0: p1 p2
[    2.984861] oprofile: using arm/armv7-ca9
[    2.990781] NET: Registered protocol family 26
[    2.994202] GACT probability on
[    2.997411] Mirror/redirect action on
[    3.001030] Simple TC action Loaded
[    3.005955] netem: version 1.3
[    3.007477] u32 classifier
[    3.010145]     Performance counters on
[    3.013953]     input device check on
[    3.017591]     Actions configured
[    3.036546] xt_time: kernel timezone is -0000
[    3.036598] IPVS: Registered protocols ()
[    3.039281] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    3.048899] IPVS: ipvs loaded.
[    3.049696] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    3.055386] gre: GRE over IPv4 demultiplexor driver
[    3.059903] ip_gre: GRE over IPv4 tunneling driver
[    3.066410] IPv4 over IPsec tunneling driver
[    3.069543] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    3.076750] Initializing XFRM netlink socket
[    3.079513] IPsec XFRM device driver
[    3.083404] NET: Registered protocol family 10
[    3.127357] Segment Routing with IPv6
[    3.127489] mip6: Mobile IPv6
[    3.130447] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.134784] ip6_gre: GRE over IPv6 tunneling driver
[    3.139411] NET: Registered protocol family 17
[    3.143536] NET: Registered protocol family 15
[    3.147994] Bridge firewalling registered
[    3.152072] NET: Registered protocol family 5
[    3.156336] NET: Unregistered protocol family 5
[    3.160868] 8021q: 802.1Q VLAN Support v1.8
[    3.171131] DCCP: Activated CCID 2 (TCP-like)
[    3.171170] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[    3.175996] sctp: Hash tables configured (bind 512/512)
[    3.181179] NET: Registered protocol family 21
[    3.185357] Registered RDS/tcp transport
[    3.189259] 9pnet: Installing 9P2000 support
[    3.193475] Key type dns_resolver registered
[    3.197719] openvswitch: Open vSwitch switching datapath
[    3.203302] NET: Registered protocol family 40
[    3.207432] mpls_gso: MPLS GSO support
[    3.211463] ThumbEE CPU extension supported.
[    3.215375] Registering SWP/SWPB emulation handler
[    3.270649] registered taskstats version 1
[    3.270681] Loading compiled-in X.509 certificates
[    3.274036] Key type ._fscrypt registered
[    3.278556] Key type .fscrypt registered
[    3.281787] Key type fscrypt-provisioning registered
[    3.289366] Btrfs loaded, crc32c=crc32c-generic
[    3.302283] reg-fixed-voltage: probe of regulator-va-5v failed with error -5
[    3.304845] meson-drm d0100000.vpu: Queued 3 outputs on vpu
[    3.309452] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.317394] meson-drm d0100000.vpu: bound d0042000.hdmi-tx (ops 0xc143448c)
[    3.323092] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu on minor 0
[    3.432600] [drm] kms: can't enable cloning when we probably wanted to.
[    3.486013] meson-drm d0100000.vpu: meson_vclk_setup(1, 594000, 594000, 594000, 0)
[    3.727821] ------------[ cut here ]------------
[    3.727893] WARNING: CPU: 0 PID: 321 at drivers/gpu/drm/drm_atomic_helper.c:1495 drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8
[    3.727909] [CRTC:42:meson_crtc] vblank wait timed out
[    3.727917] Modules linked in:
[    3.727958] CPU: 0 PID: 321 Comm: kworker/0:2 Not tainted 5.7.0-rc6-aml-s812 #20.05.5
[    3.727970] Hardware name: Amlogic Meson platform
[    3.728014] Workqueue: events deferred_probe_work_func
[    3.728092] [<c030f744>] (unwind_backtrace) from [<c030ab3c>] (show_stack+0x10/0x14)
[    3.728131] [<c030ab3c>] (show_stack) from [<c0a68700>] (dump_stack+0xc0/0xd4)
[    3.728171] [<c0a68700>] (dump_stack) from [<c0335ce0>] (__warn+0xbc/0xd8)
[    3.728209] [<c0335ce0>] (__warn) from [<c0335d90>] (warn_slowpath_fmt+0x94/0xb8)
[    3.728258] [<c0335d90>] (warn_slowpath_fmt) from [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8)
[    3.728312] [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1) from [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm+0x5c/0x6c)
[    3.728356] [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm) from [<c0b36564>] (commit_tail+0x9c/0x1b0)
[    3.728397] [<c0b36564>] (commit_tail) from [<c0b37190>] (drm_atomic_helper_commit+0x134/0x158)
[    3.728444] [<c0b37190>] (drm_atomic_helper_commit) from [<c0b65264>] (drm_client_modeset_commit_atomic+0x16c/0x210)
[    3.728484] [<c0b65264>] (drm_client_modeset_commit_atomic) from [<c0b65360>] (drm_client_modeset_commit_locked+0x58/0x184)
[    3.728526] [<c0b65360>] (drm_client_modeset_commit_locked) from [<c0b3c7c4>] (drm_fb_helper_pan_display+0xc8/0x1dc)
[    3.728565] [<c0b3c7c4>] (drm_fb_helper_pan_display) from [<c0aa2b1c>] (fb_pan_display+0x9c/0x110)
[    3.728606] [<c0aa2b1c>] (fb_pan_display) from [<c0ab0a74>] (bit_update_start+0x14/0x30)
[    3.728645] [<c0ab0a74>] (bit_update_start) from [<c0aaec04>] (fbcon_switch+0x348/0x498)
[    3.728683] [<c0aaec04>] (fbcon_switch) from [<c0af5be4>] (redraw_screen+0xdc/0x258)
[    3.728720] [<c0af5be4>] (redraw_screen) from [<c0aaf0e8>] (fbcon_prepare_logo+0x394/0x410)
[    3.728756] [<c0aaf0e8>] (fbcon_prepare_logo) from [<c0aaf5d0>] (fbcon_init+0x46c/0x578)
[    3.728788] [<c0aaf5d0>] (fbcon_init) from [<c0af48b8>] (visual_init+0xbc/0x104)
[    3.728822] [<c0af48b8>] (visual_init) from [<c0af5f40>] (do_bind_con_driver+0x1e0/0x3bc)
[    3.728857] [<c0af5f40>] (do_bind_con_driver) from [<c0af646c>] (do_take_over_console+0x138/0x1d4)
[    3.728893] [<c0af646c>] (do_take_over_console) from [<c0aab6c8>] (do_fbcon_takeover+0x74/0xd4)
[    3.728927] [<c0aab6c8>] (do_fbcon_takeover) from [<c0aa3770>] (register_framebuffer+0x204/0x2d8)
[    3.728966] [<c0aa3770>] (register_framebuffer) from [<c0b3b468>] (__drm_fb_helper_initial_config_and_unlock+0x3a4/0x550)
[    3.729005] [<c0b3b468>] (__drm_fb_helper_initial_config_and_unlock) from [<c0b3bbf8>] (drm_fbdev_client_hotplug+0xdc/0x194)
[    3.729041] [<c0b3bbf8>] (drm_fbdev_client_hotplug) from [<c0b3bd64>] (drm_fbdev_generic_setup+0x94/0x110)
[    3.729083] [<c0b3bd64>] (drm_fbdev_generic_setup) from [<c0b771cc>] (meson_drv_bind_master+0x404/0x51c)
[    3.729134] [<c0b771cc>] (meson_drv_bind_master) from [<c0b98364>] (try_to_bring_up_master+0x160/0x1a8)
[    3.729173] [<c0b98364>] (try_to_bring_up_master) from [<c0b987a4>] (component_master_add_with_match+0xc4/0xf8)
[    3.729209] [<c0b987a4>] (component_master_add_with_match) from [<c0b773ac>] (meson_drv_probe+0xc8/0x100)
[    3.729244] [<c0b773ac>] (meson_drv_probe) from [<c0ba0b94>] (platform_drv_probe+0x48/0x98)
[    3.729282] [<c0ba0b94>] (platform_drv_probe) from [<c0b9ede8>] (really_probe+0x1e0/0x344)
[    3.729323] [<c0b9ede8>] (really_probe) from [<c0b9f060>] (driver_probe_device+0x60/0x168)
[    3.729361] [<c0b9f060>] (driver_probe_device) from [<c0b9d250>] (bus_for_each_drv+0x80/0xc4)
[    3.729398] [<c0b9d250>] (bus_for_each_drv) from [<c0b9eb94>] (__device_attach+0xd0/0x13c)
[    3.729435] [<c0b9eb94>] (__device_attach) from [<c0b9defc>] (bus_probe_device+0x84/0x8c)
[    3.729473] [<c0b9defc>] (bus_probe_device) from [<c0b9e384>] (deferred_probe_work_func+0x64/0x90)
[    3.729517] [<c0b9e384>] (deferred_probe_work_func) from [<c03502a8>] (process_one_work+0x218/0x474)
[    3.729557] [<c03502a8>] (process_one_work) from [<c0350548>] (worker_thread+0x44/0x5d4)
[    3.729593] [<c0350548>] (worker_thread) from [<c0356acc>] (kthread+0x14c/0x150)
[    3.729628] [<c0356acc>] (kthread) from [<c0300148>] (ret_from_fork+0x14/0x2c)
[    3.729645] Exception stack(0xedf7dfb0 to 0xedf7dff8)
[    3.729671] dfa0:                                     00000000 00000000 00000000 00000000
[    3.729703] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    3.729728] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[    3.729760] ---[ end trace 235b8f376c373674 ]---
[    4.646786] Console: switching to colour frame buffer device 480x135
[    5.246875] meson-drm d0100000.vpu: fb0: mesondrmfb frame buffer device
[    5.254092] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    5.260062] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    5.266281] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    5.272732] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    5.279302] meson8b-dwmac c9410000.ethernet: 	DWMAC1000
[    5.284495] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    5.291947] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    5.299401] meson8b-dwmac c9410000.ethernet: COE Type 2
[    5.304601] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    5.311623] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    5.318068] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    5.323934] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    5.329741] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    5.337717] meson8b-dwmac c9410000.ethernet: device MAC address 86:b3:52:0d:7b:14
[    5.345403] libphy: stmmac: probed
[    5.400759] dwc2 c9040000.usb: supply vusb_d not found, using dummy regulator
[    5.403016] dwc2 c9040000.usb: supply vusb_a not found, using dummy regulator
[    5.545924] dwc2 c9040000.usb: EPs: 7, dedicated fifos, 1984 entries in SPRAM
[    5.552078] using random self ethernet address
[    5.553080] using random host ethernet address
[    5.559852] usb0: HOST MAC 12:42:90:d9:dc:68
[    5.561965] usb0: MAC 36:80:6e:d3:c3:a7
[    5.565680] using random self ethernet address
[    5.570024] using random host ethernet address
[    5.574586] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
[    5.581041] g_ether gadget: g_ether ready
[    5.585030] dwc2 c9040000.usb: bound driver g_ether
[    5.591187] dwc2 c9040000.usb: DWC OTG Controller
[    5.594640] dwc2 c9040000.usb: new USB bus registered, assigned bus number 1
[    5.601694] dwc2 c9040000.usb: irq 31, io mem 0xc9040000
[    5.607474] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    5.615117] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.622304] usb usb1: Product: DWC OTG Controller
[    5.626970] usb usb1: Manufacturer: Linux 5.7.0-rc6-aml-s812 dwc2_hsotg
[    5.633556] usb usb1: SerialNumber: c9040000.usb
[    5.641439] hub 1-0:1.0: USB hub found
[    5.641836] hub 1-0:1.0: 1 port detected
[    5.646594] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    5.652891] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    5.719853] dwc2 c90c0000.usb: DWC OTG Controller
[    5.719990] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 2
[    5.726069] dwc2 c90c0000.usb: irq 32, io mem 0xc90c0000
[    5.731434] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    5.739575] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.746764] usb usb2: Product: DWC OTG Controller
[    5.751445] usb usb2: Manufacturer: Linux 5.7.0-rc6-aml-s812 dwc2_hsotg
[    5.765534] usb usb2: SerialNumber: c90c0000.usb
[    5.778951] hub 2-0:1.0: USB hub found
[    5.792082] hub 2-0:1.0: 1 port detected
[    5.805975] meson-mx-ao-arc-firmware ao-arc-firmware: Failed to request mbox channel #0
[    5.824248] printk: console [netcon0] enabled
[    5.953917] netconsole: network logging started
[    6.272684] usb 2-1: new full-speed USB device number 2 using dwc2
[    6.720140] ALSA device list:
[    6.746794]   No soundcards found.
[    6.760622] Freeing unused kernel memory: 1024K
[    6.774159] Run /init as init process
[    6.787382]   with arguments:
[    6.787383]     /init
[    6.787385]   with environment:
[    6.787386]     HOME=/
[    6.787388]     TERM=linux
[    6.787390]     logo=osd1,loaded,0x7900000,${hdmimode},full
[    6.787564] process '/usr/bin/sh' started with executable stack
[    6.941448] usb 2-1: New USB device found, idVendor=1b1c, idProduct=1b0a, bcdDevice= 1.03
[    6.958199] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.974606] usb 2-1: Product: Corsair K30A Gaming Keyboard
[    6.989307] usb 2-1: Manufacturer: Corsair
[    7.005092] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/c90c0000.usb/usb2/2-1/2-1:1.0/0003:1B1C:1B0A.0001/input/input0
[    7.053682] random: fast init done
[    7.084077] hid-generic 0003:1B1C:1B0A.0001: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-c90c0000.usb-1/input0
[    7.109342] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/c90c0000.usb/usb2/2-1/2-1:1.1/0003:1B1C:1B0A.0002/input/input1
[    7.111981] input: adc-keys as /devices/platform/adc-keys/input/input2
[    7.191937] hid-generic 0003:1B1C:1B0A.0002: input,hidraw1: USB HID v1.11 Device [Corsair Corsair K30A Gaming Keyboard] on usb-c90c0000.usb-1/input1
[    7.218518] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/c90c0000.usb/usb2/2-1/2-1:1.2/0003:1B1C:1B0A.0003/input/input3
[    7.301191] hid-generic 0003:1B1C:1B0A.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-c90c0000.usb-1/input2
[    9.632562] EXT4-fs (mmcblk0p2): mounted filesystem with writeback data mode. Opts: data=writeback
[   11.202306] random: crng init done
[   13.401262] systemd[1]: System time before build time, advancing clock.
[   14.294129] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[   15.057766] systemd[1]: Detected architecture arm.
[   16.145502] systemd[1]: Set hostname to <aml-s812>.
[   16.600940] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[   17.152643] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[   18.223154] systemd[1]: Listening on Journal Socket.
[   18.261144] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   18.293013] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[   18.313345] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   18.348864] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped.
[   18.578399] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro
[   19.328339] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
[   19.366160] systemd[1]: Started Set the console keyboard layout.
[   19.383558] systemd[1]: Started Load/Save Random Seed.
[   19.434315] systemd[1]: Started Helper to synchronize boot up for ifupdown.
[   20.698871] systemd[1]: Started Create System Users.
[   20.722259] systemd[1]: Starting Create Static Device Nodes in /dev...
[   20.800692] systemd[1]: Started Create Static Device Nodes in /dev.
[   20.826967] systemd[1]: Starting udev Kernel Device Manager...
[   20.843358] systemd[1]: Reached target Local File Systems (Pre).
[   20.935260] systemd[1]: Mounting /tmp...
[   21.315482] cs4334-codec i2s-audio-codec: Failed to create new controls -517
[   21.315513] gx-sound-card sound: ASoC: failed to instantiate card -517
[   21.371111] Registered IR keymap rc-empty
[   21.371201] rc rc0: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0
[   21.372561] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[   21.372676] input: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0/input4
[   21.375416] meson-ir c8100480.ir-receiver: receiver initialized
[   21.376439] cs4334-codec i2s-audio-codec: Failed to create new controls -517
[   21.376472] gx-sound-card sound: ASoC: failed to instantiate card -517
[   21.399784] meson-ao-cec c8100100.cec: core clock request failed
[   21.399830] meson-ao-cec c8100100.cec: CEC controller registration failed
[   21.399902] meson-ao-cec: probe of c8100100.cec failed with error -2
[   21.415465] lima d00c0000.gpu: IRQ ppmmu3 not found
[   21.415575] lima d00c0000.gpu: IRQ ppmmu7 not found
[   21.415588] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
[   21.415619] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
[   21.415714] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
[   21.415749] lima d00c0000.gpu: pp2 - mali450 version major 0 minor 0
[   21.415772] lima d00c0000.gpu: IRQ pp3 not found
[   21.415784] lima d00c0000.gpu: pp4 - mali450 version major 0 minor 0
[   21.415812] lima d00c0000.gpu: pp5 - mali450 version major 0 minor 0
[   21.415841] lima d00c0000.gpu: pp6 - mali450 version major 0 minor 0
[   21.415870] lima d00c0000.gpu: IRQ pp7 not found
[   21.415876] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
[   21.415883] lima d00c0000.gpu: l2 cache 128K, 4-way, 64byte cache line, 128bit external bus
[   21.415891] lima d00c0000.gpu: l2 cache 128K, 4-way, 64byte cache line, 128bit external bus
[   21.425609] lima d00c0000.gpu: bus rate = 141666667
[   21.425619] lima d00c0000.gpu: mod rate = 24000000
[   21.425701] debugfs: Directory 'd00c0000.gpu-mali' with parent 'VDD_EE' already present!
[   21.427189] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 1
[   21.428159] cs4334-codec i2s-audio-codec: Failed to create new controls -517
[   21.428199] gx-sound-card sound: ASoC: failed to instantiate card -517
[   22.549532] ------------[ cut here ]------------
[   22.549574] WARNING: CPU: 1 PID: 633 at drivers/gpu/drm/drm_atomic_helper.c:1495 drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8
[   22.549582] [CRTC:42:meson_crtc] vblank wait timed out
[   22.549586] Modules linked in: joydev lima ao_cec gpu_sched meson_ir snd_soc_spdif_tx snd_soc_cs4334 adc_keys
[   22.549635] CPU: 1 PID: 633 Comm: setfont Tainted: G        W         5.7.0-rc6-aml-s812 #20.05.5
[   22.549640] Hardware name: Amlogic Meson platform
[   22.549677] [<c030f744>] (unwind_backtrace) from [<c030ab3c>] (show_stack+0x10/0x14)
[   22.549699] [<c030ab3c>] (show_stack) from [<c0a68700>] (dump_stack+0xc0/0xd4)
[   22.549720] [<c0a68700>] (dump_stack) from [<c0335ce0>] (__warn+0xbc/0xd8)
[   22.549739] [<c0335ce0>] (__warn) from [<c0335d90>] (warn_slowpath_fmt+0x94/0xb8)
[   22.549764] [<c0335d90>] (warn_slowpath_fmt) from [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8)
[   22.549792] [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1) from [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm+0x5c/0x6c)
[   22.549814] [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm) from [<c0b36564>] (commit_tail+0x9c/0x1b0)
[   22.549834] [<c0b36564>] (commit_tail) from [<c0b37190>] (drm_atomic_helper_commit+0x134/0x158)
[   22.549860] [<c0b37190>] (drm_atomic_helper_commit) from [<c0b65264>] (drm_client_modeset_commit_atomic+0x16c/0x210)
[   22.549881] [<c0b65264>] (drm_client_modeset_commit_atomic) from [<c0b65360>] (drm_client_modeset_commit_locked+0x58/0x184)
[   22.549903] [<c0b65360>] (drm_client_modeset_commit_locked) from [<c0b3c7c4>] (drm_fb_helper_pan_display+0xc8/0x1dc)
[   22.549923] [<c0b3c7c4>] (drm_fb_helper_pan_display) from [<c0aa2b1c>] (fb_pan_display+0x9c/0x110)
[   22.549944] [<c0aa2b1c>] (fb_pan_display) from [<c0ab0a74>] (bit_update_start+0x14/0x30)
[   22.549963] [<c0ab0a74>] (bit_update_start) from [<c0aaec04>] (fbcon_switch+0x348/0x498)
[   22.549982] [<c0aaec04>] (fbcon_switch) from [<c0af5be4>] (redraw_screen+0xdc/0x258)
[   22.550001] [<c0af5be4>] (redraw_screen) from [<c0aae770>] (fbcon_do_set_font+0x20c/0x278)
[   22.550019] [<c0aae770>] (fbcon_do_set_font) from [<c0aafca4>] (fbcon_set_font+0x1e8/0x21c)
[   22.550038] [<c0aafca4>] (fbcon_set_font) from [<c0afb03c>] (con_font_op+0x3b0/0x4e8)
[   22.550061] [<c0afb03c>] (con_font_op) from [<c0aec874>] (vt_ioctl+0xccc/0x1790)
[   22.550081] [<c0aec874>] (vt_ioctl) from [<c0adb824>] (tty_ioctl+0x274/0xb04)
[   22.550100] [<c0adb824>] (tty_ioctl) from [<c049e004>] (ksys_ioctl+0x1cc/0xb80)
[   22.550119] [<c049e004>] (ksys_ioctl) from [<c0300240>] (__sys_trace_return+0x0/0x20)
[   22.550128] Exception stack(0xec703fa8 to 0xec703ff0)
[   22.550145] 3fa0:                   00000200 00000010 00000003 00004b72 bea5632c 00000000
[   22.550163] 3fc0: 00000200 00000010 0232e6d0 00000036 004dc000 b6f04968 bea5632c 00000008
[   22.550174] 3fe0: 004dc064 bea56304 004c92bf b6e76f08
[   22.550183] ---[ end trace 235b8f376c373675 ]---
[   27.575230] systemd[1]: armbian-zram-config.service: Main process exited, code=exited, status=1/FAILURE
[   27.575624] systemd[1]: armbian-zram-config.service: Failed with result 'exit-code'.
[   27.577585] systemd[1]: Failed to start Armbian ZRAM config.
[   27.628318] systemd[1]: Starting Armbian memory supported logging...
[   27.648471] systemd[1]: Started Raise network interfaces.
[   27.658765] meson8b-dwmac c9410000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[   27.661043] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[   27.661057] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[   27.661068] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rgmii-id link mode
[   30.742335] systemd[1]: Started Armbian memory supported logging.
[   30.768350] systemd[1]: Starting Journal Service...
[   30.921370] systemd[1]: Started Journal Service.
[   30.989414] systemd-journald[832]: Received request to flush runtime journal from PID 1
[   31.746933] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   31.746961] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   37.855671] USB_VBUS: disabling
[   38.990186] EXT4-fs (mmcblk0p2): resizing filesystem from 345088 to 798976 blocks
[   57.553629] EXT4-fs (mmcblk0p2): resized filesystem to 798976
[   75.007732] rc rc0: two consecutive events of type space

 

 

 

This is dmesg.log from meson8m2-m8s.dtb with non-working ethernet :(exceptions are from HDMI connected, disregard it)


 

Spoiler

[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.7.0-rc6-aml-s812 (root@vbox) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)), GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.05.5 SMP Tue May 26 12:02:58 MSK 2020
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Akaso M8S
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] cma: Reserved 64 MiB at 0x7c000000
[    0.000000] On node 0 totalpages: 523520
[    0.000000]   Normal zone: 1724 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 195840 pages, LIFO batch:63
[    0.000000]   HighMem zone: 327680 pages, LIFO batch:63
[    0.000000] percpu: Embedded 16 pages/cpu s34440 r8192 d22904 u65536
[    0.000000] pcpu-alloc: s34440 r8192 d22904 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 521796
[    0.000000] Kernel command line: root=LABEL=ROOTFS rootfstype=ext4 rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0 logo=osd1,loaded,0x7900000,${hdmimode},full
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1978320K/2094080K available (16384K kernel code, 692K rwdata, 4512K rodata, 1024K init, 965K bss, 50224K reserved, 65536K cma-reserved, 1245184K highmem)
[    0.000000] random: get_random_u32 called from cache_random_seq_create+0x7c/0x12c with crng_init=0
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 134 to 8 gpio interrupt mux initialized
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 8 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x7ec80001
[    0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000022] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000049] Switching to timer-based delay loop, resolution 1000ns
[    0.000469] Console: colour dummy device 80x30
[    0.000693] printk: console [tty0] enabled
[    0.000726] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[    0.000744] pid_max: default: 32768 minimum: 301
[    0.000930] LSM: Security Framework initializing
[    0.001104] Smack:  Initializing.
[    0.001112] Smack:  IPv6 port labeling enabled.
[    0.001229] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001247] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.001923] CPU: Testing write buffer coherency: ok
[    0.001951] CPU0: Spectre v2: using BPIALL workaround
[    0.002118] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.002676] Setting up static identity map for 0x300000 - 0x300060
[    0.002793] rcu: Hierarchical SRCU implementation.
[    0.003245] smp: Bringing up secondary CPUs ...
[    0.003820] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.003826] CPU1: Spectre v2: using BPIALL workaround
[    0.004508] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.004512] CPU2: Spectre v2: using BPIALL workaround
[    0.005116] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.005120] CPU3: Spectre v2: using BPIALL workaround
[    0.005202] smp: Brought up 1 node, 4 CPUs
[    0.005215] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.005225] CPU: All CPU(s) started in SVC mode.
[    0.005640] devtmpfs: initialized
[    0.009207] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.009384] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.009406] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.010925] xor: measuring software checksum speed
[    0.048165]    arm4regs  :  1865.000 MB/sec
[    0.088163]    8regs     :  1439.000 MB/sec
[    0.128164]    32regs    :  1555.000 MB/sec
[    0.168163]    neon      :  1363.000 MB/sec
[    0.168172] xor: using function: arm4regs (1865.000 MB/sec)
[    0.168221] pinctrl core: initialized pinctrl subsystem
[    0.168677] thermal_sys: Registered thermal governor 'fair_share'
[    0.168680] thermal_sys: Registered thermal governor 'bang_bang'
[    0.168694] thermal_sys: Registered thermal governor 'step_wise'
[    0.168703] thermal_sys: Registered thermal governor 'user_space'
[    0.169258] NET: Registered protocol family 16
[    0.170862] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.171509] cpuidle: using governor menu
[    0.171777] No ATAGs?
[    0.171859] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.171880] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.191483] cryptd: max_cpu_qlen set to 1000
[    0.268185] raid6: neonx8   gen()  1226 MB/s
[    0.336164] raid6: neonx8   xor()   817 MB/s
[    0.404178] raid6: neonx4   gen()  1483 MB/s
[    0.472169] raid6: neonx4   xor()  1039 MB/s
[    0.540164] raid6: neonx2   gen()  1848 MB/s
[    0.608167] raid6: neonx2   xor()  1236 MB/s
[    0.676177] raid6: neonx1   gen()  1443 MB/s
[    0.744164] raid6: neonx1   xor()  1009 MB/s
[    0.812207] raid6: int32x8  gen()   402 MB/s
[    0.880186] raid6: int32x8  xor()   250 MB/s
[    0.948169] raid6: int32x4  gen()   443 MB/s
[    1.016168] raid6: int32x4  xor()   268 MB/s
[    1.084174] raid6: int32x2  gen()   562 MB/s
[    1.152170] raid6: int32x2  xor()   285 MB/s
[    1.220215] raid6: int32x1  gen()   521 MB/s
[    1.288207] raid6: int32x1  xor()   236 MB/s
[    1.288216] raid6: using algorithm neonx2 gen() 1848 MB/s
[    1.288225] raid6: .... xor() 1236 MB/s, rmw enabled
[    1.288233] raid6: using neon recovery algorithm
[    1.289814] iommu: Default domain type: Translated 
[    1.290212] SCSI subsystem initialized
[    1.290326] libata version 3.00 loaded.
[    1.290474] usbcore: registered new interface driver usbfs
[    1.290516] usbcore: registered new interface driver hub
[    1.290561] usbcore: registered new device driver usb
[    1.290840] pps_core: LinuxPPS API ver. 1 registered
[    1.290851] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.290876] PTP clock support registered
[    1.290898] EDAC MC: Ver: 3.0.0
[    1.291391] Advanced Linux Sound Architecture Driver Initialized.
[    1.291758] NetLabel: Initializing
[    1.291769] NetLabel:  domain hash size = 128
[    1.291778] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    1.291821] NetLabel:  unlabeled traffic allowed by default
[    1.292334] clocksource: Switched to clocksource timer
[    1.292715] VFS: Disk quotas dquot_6.6.0
[    1.292776] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.292886] FS-Cache: Loaded
[    1.293045] CacheFiles: Loaded
[    1.297976] NET: Registered protocol family 2
[    1.298446] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    1.298480] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.298537] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.298626] TCP: Hash tables configured (established 8192 bind 8192)
[    1.298704] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.298736] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.298875] NET: Registered protocol family 1
[    1.299211] RPC: Registered named UNIX socket transport module.
[    1.299226] RPC: Registered udp transport module.
[    1.299234] RPC: Registered tcp transport module.
[    1.299242] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.299395] Trying to unpack rootfs image as initramfs...
[    1.545220] Freeing initrd memory: 6420K
[    1.546083] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    1.682238] Initialise system trusted keyrings
[    1.682407] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    1.686667] DLM installed
[    1.687443] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.688536] NFS: Registering the id_resolver key type
[    1.688563] Key type id_resolver registered
[    1.688573] Key type id_legacy registered
[    1.688587] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.688596] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.689571] FS-Cache: Netfs 'cifs' registered for caching
[    1.689880] Key type cifs.spnego registered
[    1.689898] Key type cifs.idmap registered
[    1.689971] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.690283] fuse: init (API version 7.31)
[    1.690783] JFS: nTxBlock = 8192, nTxLock = 65536
[    1.695921] SGI XFS with security attributes, no debug enabled
[    1.697216] NILFS version 2 loaded
[    1.697974] gfs2: GFS2 installed
[    1.727902] NET: Registered protocol family 38
[    1.727927] Key type asymmetric registered
[    1.727936] Asymmetric key parser 'x509' registered
[    1.727980] bounce: pool size: 64 pages
[    1.728026] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.728040] io scheduler mq-deadline registered
[    1.728049] io scheduler kyber registered
[    1.733975] soc soc0: Amlogic Meson8m2 (S812) RevA (1d - 0:74E) detected
[    1.736619] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[    1.738308] c11084c0.serial: ttyAML6 at MMIO 0xc11084c0 (irq = 20, base_baud = 8854166) is a meson_uart
[    1.738419] serial serial0: tty port ttyAML6 registered
[    1.738605] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 29, base_baud = 8854166) is a meson_uart
[    2.647426] printk: console [ttyAML0] enabled
[    2.652895] usbcore: registered new interface driver udl
[    2.663774] brd: module loaded
[    2.669410] loop: module loaded
[    2.669441] dummy-irq: no IRQ given.  Use irq=N
[    2.672242] Loading iSCSI transport class v2.0-870.
[    2.676646] rdac: device handler registered
[    2.680523] hp_sw: device handler registered
[    2.684716] emc: device handler registered
[    2.688851] alua: device handler registered
[    2.693152] iscsi: registered transport (tcp)
[    2.697829] SSFDC read-only Flash Translation layer
[    2.702132] mtdoops: mtd device (mtddev=name/number) must be supplied
[    2.709514] libphy: Fixed MDIO Bus: probed
[    2.712793] tun: Universal TUN/TAP device driver, 1.6
[    2.717783] ipddp.c:v0.01 8/28/97 Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    2.725445] ipddp0: Appletalk-IP Encap. mode by Bradford W. Johnson <johns393@maroon.tc.umn.edu>
[    2.737039] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.740440] ehci-platform: EHCI generic platform driver
[    2.745760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.751804] ohci-platform: OHCI generic platform driver
[    2.757393] usbcore: registered new interface driver usb-storage
[    2.762992] udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
[    2.771933] mousedev: PS/2 mouse device common for all mice
[    2.777958] i2c /dev entries driver
[    2.781175] pps_ldisc: PPS line discipline registered
[    2.787040] usbcore: registered new interface driver pcwd_usb
[    2.792078] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=1)
[    2.799699] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[    2.807927] VCCK: supplied by VCC5V
[    2.811550] core: _opp_supported_by_regulators: OPP minuV: 825000 maxuV: 825000, not supported by regulator
[    2.820981] cpu cpu0: _opp_add: OPP not supported by regulators (96000000)
[    2.827922] core: _opp_supported_by_regulators: OPP minuV: 825000 maxuV: 825000, not supported by regulator
[    2.837536] cpu cpu0: _opp_add: OPP not supported by regulators (192000000)
[    2.844524] core: _opp_supported_by_regulators: OPP minuV: 825000 maxuV: 825000, not supported by regulator
[    2.854171] cpu cpu0: _opp_add: OPP not supported by regulators (312000000)
[    2.861174] core: _opp_supported_by_regulators: OPP minuV: 825000 maxuV: 825000, not supported by regulator
[    2.870810] cpu cpu0: _opp_add: OPP not supported by regulators (408000000)
[    2.877796] core: _opp_supported_by_regulators: OPP minuV: 825000 maxuV: 825000, not supported by regulator
[    2.887453] cpu cpu0: _opp_add: OPP not supported by regulators (504000000)
[    2.894452] core: _opp_supported_by_regulators: OPP minuV: 850000 maxuV: 850000, not supported by regulator
[    2.904095] cpu cpu0: _opp_add: OPP not supported by regulators (600000000)
[    2.911102] core: _opp_supported_by_regulators: OPP minuV: 850000 maxuV: 850000, not supported by regulator
[    2.920741] cpu cpu0: _opp_add: OPP not supported by regulators (720000000)
[    2.927726] core: _opp_supported_by_regulators: OPP minuV: 875000 maxuV: 875000, not supported by regulator
[    2.937383] cpu cpu0: _opp_add: OPP not supported by regulators (816000000)
[    2.944388] core: _opp_supported_by_regulators: OPP minuV: 925000 maxuV: 925000, not supported by regulator
[    2.954026] cpu cpu0: _opp_add: OPP not supported by regulators (1008000000)
[    2.961176] core: _opp_supported_by_regulators: OPP minuV: 1025000 maxuV: 1025000, not supported by regulator
[    2.970934] cpu cpu0: _opp_add: OPP not supported by regulators (1416000000)
[    2.978008] core: _opp_supported_by_regulators: OPP minuV: 1100000 maxuV: 1100000, not supported by regulator
[    2.987833] cpu cpu0: _opp_add: OPP not supported by regulators (1608000000)
[    2.995115] thermal thermal_zone0: binding zone soc with cdev thermal-cpufreq-0 failed:-22
[    3.003589] sdhci: Secure Digital Host Controller Interface driver
[    3.009258] sdhci: Copyright(c) Pierre Ossman
[    3.013792] usbcore: registered new interface driver ushc
[    3.019857] VCC3V3: supplied by VCC5V
[    3.022781] meson-mx-sdhc c1108e00.mmc: Got CD GPIO
[    3.054062] platform c1108c20.mmc:slot@0: allocated mmc-pwrseq
[    3.080319] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.081523] ledtrig-cpu: registered to indicate activity on CPUs
[    3.086614] hid: raw HID events driver (C) Jiri Kosina
[    3.091660] usbcore: registered new interface driver usbhid
[    3.094147] mmc0: new high speed SDXC card at address e624
[    3.096997] usbhid: USB HID core driver
[    3.097286] remoteproc remoteproc0: meson-mx-ao-arc is available
[    3.102811] mmcblk0: mmc0:e624 SC64G 59.5 GiB 
[    3.106428] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    3.113439] VCC1V8: supplied by VCC5V
[    3.116700] remoteproc remoteproc0: powering up meson-mx-ao-arc
[    3.126344]  mmcblk0: p1 p2
[    3.130001] remoteproc remoteproc0: Direct firmware load for rproc-meson-mx-ao-arc-fw failed with error -2
[    3.138317] no UART detected at 0x1
[    3.138630] remoteproc remoteproc0: request_firmware failed: -2
[    3.150319] oprofile: using arm/armv7-ca9
[    3.161757] NET: Registered protocol family 26
[    3.166010] GACT probability on
[    3.169117] Mirror/redirect action on
[    3.172768] Simple TC action Loaded
[    3.176546] netem: version 1.3
[    3.179285] u32 classifier
[    3.181950]     Performance counters on
[    3.185755]     input device check on
[    3.189393]     Actions configured
[    3.212451] xt_time: kernel timezone is -0000
[    3.212506] IPVS: Registered protocols ()
[    3.215187] IPVS: Connection hash table configured (size=4096, memory=32Kbytes)
[    3.223083] IPVS: ipvs loaded.
[    3.225639] ipip: IPv4 and MPLS over IPv4 tunneling driver
[    3.231259] gre: GRE over IPv4 demultiplexor driver
[    3.235822] ip_gre: GRE over IPv4 tunneling driver
[    3.241319] IPv4 over IPsec tunneling driver
[    3.245530] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    3.251276] Initializing XFRM netlink socket
[    3.255416] IPsec XFRM device driver
[    3.259373] NET: Registered protocol family 10
[    3.302791] Segment Routing with IPv6
[    3.302935] mip6: Mobile IPv6
[    3.304644] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.310410] ip6_gre: GRE over IPv6 tunneling driver
[    3.314924] NET: Registered protocol family 17
[    3.318979] NET: Registered protocol family 15
[    3.323453] Bridge firewalling registered
[    3.327556] NET: Registered protocol family 5
[    3.331823] NET: Unregistered protocol family 5
[    3.336363] 8021q: 802.1Q VLAN Support v1.8
[    3.348948] DCCP: Activated CCID 2 (TCP-like)
[    3.348995] DCCP: Activated CCID 3 (TCP-Friendly Rate Control)
[    3.353895] sctp: Hash tables configured (bind 512/512)
[    3.359094] NET: Registered protocol family 21
[    3.363189] Registered RDS/tcp transport
[    3.367119] 9pnet: Installing 9P2000 support
[    3.371327] Key type dns_resolver registered
[    3.375531] openvswitch: Open vSwitch switching datapath
[    3.381201] NET: Registered protocol family 40
[    3.385264] mpls_gso: MPLS GSO support
[    3.389401] ThumbEE CPU extension supported.
[    3.393199] Registering SWP/SWPB emulation handler
[    3.456371] registered taskstats version 1
[    3.456408] Loading compiled-in X.509 certificates
[    3.459756] Key type ._fscrypt registered
[    3.463644] Key type .fscrypt registered
[    3.467506] Key type fscrypt-provisioning registered
[    3.473160] Btrfs loaded, crc32c=crc32c-generic
[    3.489631] meson-drm d0100000.vpu: Queued 3 outputs on vpu
[    3.489864] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.496695] meson-drm d0100000.vpu: bound d0042000.hdmi-tx (ops 0xc143448c)
[    3.503537] [drm] Initialized meson 1.0.0 20161109 for d0100000.vpu on minor 0
[    3.609289] [drm] kms: can't enable cloning when we probably wanted to.
[    3.652501] meson-drm d0100000.vpu: meson_vclk_setup(1, 594000, 594000, 594000, 0)
[    3.892355] ------------[ cut here ]------------
[    3.892372] WARNING: CPU: 0 PID: 12 at drivers/gpu/drm/drm_atomic_helper.c:1495 drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8
[    3.892375] [CRTC:42:meson_crtc] vblank wait timed out
[    3.892376] Modules linked in:
[    3.892385] CPU: 0 PID: 12 Comm: kworker/0:1 Not tainted 5.7.0-rc6-aml-s812 #20.05.5
[    3.892387] Hardware name: Amlogic Meson platform
[    3.892396] Workqueue: events deferred_probe_work_func
[    3.892415] [<c030f744>] (unwind_backtrace) from [<c030ab3c>] (show_stack+0x10/0x14)
[    3.892423] [<c030ab3c>] (show_stack) from [<c0a68700>] (dump_stack+0xc0/0xd4)
[    3.892431] [<c0a68700>] (dump_stack) from [<c0335ce0>] (__warn+0xbc/0xd8)
[    3.892438] [<c0335ce0>] (__warn) from [<c0335d90>] (warn_slowpath_fmt+0x94/0xb8)
[    3.892447] [<c0335d90>] (warn_slowpath_fmt) from [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8)
[    3.892457] [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1) from [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm+0x5c/0x6c)
[    3.892464] [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm) from [<c0b36564>] (commit_tail+0x9c/0x1b0)
[    3.892471] [<c0b36564>] (commit_tail) from [<c0b37190>] (drm_atomic_helper_commit+0x134/0x158)
[    3.892480] [<c0b37190>] (drm_atomic_helper_commit) from [<c0b65264>] (drm_client_modeset_commit_atomic+0x16c/0x210)
[    3.892487] [<c0b65264>] (drm_client_modeset_commit_atomic) from [<c0b65360>] (drm_client_modeset_commit_locked+0x58/0x184)
[    3.892494] [<c0b65360>] (drm_client_modeset_commit_locked) from [<c0b3c7c4>] (drm_fb_helper_pan_display+0xc8/0x1dc)
[    3.892502] [<c0b3c7c4>] (drm_fb_helper_pan_display) from [<c0aa2b1c>] (fb_pan_display+0x9c/0x110)
[    3.892511] [<c0aa2b1c>] (fb_pan_display) from [<c0ab0a74>] (bit_update_start+0x14/0x30)
[    3.892517] [<c0ab0a74>] (bit_update_start) from [<c0aaec04>] (fbcon_switch+0x348/0x498)
[    3.892525] [<c0aaec04>] (fbcon_switch) from [<c0af5be4>] (redraw_screen+0xdc/0x258)
[    3.892531] [<c0af5be4>] (redraw_screen) from [<c0aaf0e8>] (fbcon_prepare_logo+0x394/0x410)
[    3.892537] [<c0aaf0e8>] (fbcon_prepare_logo) from [<c0aaf5d0>] (fbcon_init+0x46c/0x578)
[    3.892542] [<c0aaf5d0>] (fbcon_init) from [<c0af48b8>] (visual_init+0xbc/0x104)
[    3.892548] [<c0af48b8>] (visual_init) from [<c0af5f40>] (do_bind_con_driver+0x1e0/0x3bc)
[    3.892554] [<c0af5f40>] (do_bind_con_driver) from [<c0af646c>] (do_take_over_console+0x138/0x1d4)
[    3.892560] [<c0af646c>] (do_take_over_console) from [<c0aab6c8>] (do_fbcon_takeover+0x74/0xd4)
[    3.892566] [<c0aab6c8>] (do_fbcon_takeover) from [<c0aa3770>] (register_framebuffer+0x204/0x2d8)
[    3.892572] [<c0aa3770>] (register_framebuffer) from [<c0b3b468>] (__drm_fb_helper_initial_config_and_unlock+0x3a4/0x550)
[    3.892578] [<c0b3b468>] (__drm_fb_helper_initial_config_and_unlock) from [<c0b3bbf8>] (drm_fbdev_client_hotplug+0xdc/0x194)
[    3.892584] [<c0b3bbf8>] (drm_fbdev_client_hotplug) from [<c0b3bd64>] (drm_fbdev_generic_setup+0x94/0x110)
[    3.892592] [<c0b3bd64>] (drm_fbdev_generic_setup) from [<c0b771cc>] (meson_drv_bind_master+0x404/0x51c)
[    3.892603] [<c0b771cc>] (meson_drv_bind_master) from [<c0b98364>] (try_to_bring_up_master+0x160/0x1a8)
[    3.892609] [<c0b98364>] (try_to_bring_up_master) from [<c0b987a4>] (component_master_add_with_match+0xc4/0xf8)
[    3.892615] [<c0b987a4>] (component_master_add_with_match) from [<c0b773ac>] (meson_drv_probe+0xc8/0x100)
[    3.892622] [<c0b773ac>] (meson_drv_probe) from [<c0ba0b94>] (platform_drv_probe+0x48/0x98)
[    3.892628] [<c0ba0b94>] (platform_drv_probe) from [<c0b9ede8>] (really_probe+0x1e0/0x344)
[    3.892635] [<c0b9ede8>] (really_probe) from [<c0b9f060>] (driver_probe_device+0x60/0x168)
[    3.892641] [<c0b9f060>] (driver_probe_device) from [<c0b9d250>] (bus_for_each_drv+0x80/0xc4)
[    3.892648] [<c0b9d250>] (bus_for_each_drv) from [<c0b9eb94>] (__device_attach+0xd0/0x13c)
[    3.892654] [<c0b9eb94>] (__device_attach) from [<c0b9defc>] (bus_probe_device+0x84/0x8c)
[    3.892660] [<c0b9defc>] (bus_probe_device) from [<c0b9e384>] (deferred_probe_work_func+0x64/0x90)
[    3.892668] [<c0b9e384>] (deferred_probe_work_func) from [<c03502a8>] (process_one_work+0x218/0x474)
[    3.892675] [<c03502a8>] (process_one_work) from [<c0350548>] (worker_thread+0x44/0x5d4)
[    3.892681] [<c0350548>] (worker_thread) from [<c0356acc>] (kthread+0x14c/0x150)
[    3.892688] [<c0356acc>] (kthread) from [<c0300148>] (ret_from_fork+0x14/0x2c)
[    3.892691] Exception stack(0xc02b3fb0 to 0xc02b3ff8)
[    3.892695] 3fa0:                                     00000000 00000000 00000000 00000000
[    3.892700] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[    3.892705] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[    3.892708] ---[ end trace 181c12cfe8f5e5e6 ]---
[    4.036558] Console: switching to colour frame buffer device 480x135
[    4.637103] meson-drm d0100000.vpu: fb0: mesondrmfb frame buffer device
[    4.644482] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    4.650281] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    4.656516] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    4.663062] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    4.669536] meson8b-dwmac c9410000.ethernet: 	DWMAC1000
[    4.674724] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    4.682175] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    4.689629] meson8b-dwmac c9410000.ethernet: COE Type 2
[    4.694829] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    4.701851] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    4.708293] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    4.714161] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    4.719967] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    4.727946] meson8b-dwmac c9410000.ethernet: device MAC address de:eb:80:66:00:d3
[    4.735684] libphy: stmmac: probed
[    4.768646] dwc2 c9040000.usb: supply vusb_d not found, using dummy regulator
[    4.770388] dwc2 c9040000.usb: supply vusb_a not found, using dummy regulator
[    4.789092] dwc2 c9040000.usb: DWC OTG Controller
[    4.789268] dwc2 c9040000.usb: new USB bus registered, assigned bus number 1
[    4.795356] dwc2 c9040000.usb: irq 31, io mem 0xc9040000
[    4.800743] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    4.808847] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.816038] usb usb1: Product: DWC OTG Controller
[    4.820718] usb usb1: Manufacturer: Linux 5.7.0-rc6-aml-s812 dwc2_hsotg
[    4.827305] usb usb1: SerialNumber: c9040000.usb
[    4.832302] hub 1-0:1.0: USB hub found
[    4.835654] hub 1-0:1.0: 1 port detected
[    4.840115] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    4.846691] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    4.912553] dwc2 c90c0000.usb: DWC OTG Controller
[    4.912723] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 2
[    4.918808] dwc2 c90c0000.usb: irq 32, io mem 0xc90c0000
[    4.924188] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.07
[    4.932303] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.939495] usb usb2: Product: DWC OTG Controller
[    4.944175] usb usb2: Manufacturer: Linux 5.7.0-rc6-aml-s812 dwc2_hsotg
[    4.950763] usb usb2: SerialNumber: c90c0000.usb
[    4.955723] hub 2-0:1.0: USB hub found
[    4.959112] hub 2-0:1.0: 1 port detected
[    4.964232] meson-mx-ao-arc-firmware ao-arc-firmware: Failed to request mbox channel #0
[    4.974608] printk: console [netcon0] enabled
[    4.975284] netconsole: network logging started
[    4.980211] ALSA device list:
[    4.982797]   No soundcards found.
[    4.986826] Freeing unused kernel memory: 1024K
[    4.992716] Run /init as init process
[    5.010221]   with arguments:
[    5.010224]     /init
[    5.010226]   with environment:
[    5.010228]     HOME=/
[    5.010230]     TERM=linux
[    5.010232]     logo=osd1,loaded,0x7900000,${hdmimode},full
[    5.010443] process '/usr/bin/sh' started with executable stack
[    5.356382] usb 2-1: new full-speed USB device number 2 using dwc2
[    5.358405] input: adc-keys as /devices/platform/adc-keys/input/input0
[    5.586271] usb 2-1: New USB device found, idVendor=1b1c, idProduct=1b0a, bcdDevice= 1.03
[    5.606745] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.626107] usb 2-1: Product: Corsair K30A Gaming Keyboard
[    5.643991] usb 2-1: Manufacturer: Corsair
[    5.664297] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/c90c0000.usb/usb2/2-1/2-1:1.0/0003:1B1C:1B0A.0001/input/input1
[    5.708377] random: fast init done
[    5.748894] hid-generic 0003:1B1C:1B0A.0001: input,hidraw0: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-c90c0000.usb-1/input0
[    5.780303] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/c90c0000.usb/usb2/2-1/2-1:1.1/0003:1B1C:1B0A.0002/input/input2
[    5.864629] hid-generic 0003:1B1C:1B0A.0002: input,hidraw1: USB HID v1.11 Device [Corsair Corsair K30A Gaming Keyboard] on usb-c90c0000.usb-1/input1
[    5.894278] input: Corsair Corsair K30A Gaming Keyboard as /devices/platform/soc/c90c0000.usb/usb2/2-1/2-1:1.2/0003:1B1C:1B0A.0003/input/input3
[    5.980792] hid-generic 0003:1B1C:1B0A.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K30A Gaming Keyboard] on usb-c90c0000.usb-1/input2
[    6.152817] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    6.174168] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.195632] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.218186] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    6.279516] mmc1: new high speed SDIO card at address 0001
[    6.812040] EXT4-fs (mmcblk0p2): mounted filesystem with writeback data mode. Opts: data=writeback
[    7.860612] systemd[1]: System time before build time, advancing clock.
[    7.922683] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    7.958738] systemd[1]: Detected architecture arm.
[    8.065463] systemd[1]: Set hostname to <aml-s812>.
[    8.395101] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    8.426542] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    8.686414] random: crng init done
[    8.795042] systemd[1]: Listening on udev Control Socket.
[    8.837283] systemd[1]: Listening on udev Kernel Socket.
[    8.879007] systemd[1]: Listening on Journal Socket.
[    8.925216] systemd[1]: Mounting Kernel Debug File System...
[    8.986355] systemd[1]: Starting Load Kernel Modules...
[    9.355607] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro
[   10.594691] VDD_EE: supplied by VCC5V
[   10.603634] lima d00c0000.gpu: IRQ ppmmu3 not found
[   10.603739] lima d00c0000.gpu: IRQ ppmmu7 not found
[   10.603754] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
[   10.603791] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
[   10.603904] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
[   10.603947] lima d00c0000.gpu: pp2 - mali450 version major 0 minor 0
[   10.603985] lima d00c0000.gpu: IRQ pp3 not found
[   10.604001] lima d00c0000.gpu: pp4 - mali450 version major 0 minor 0
[   10.604036] lima d00c0000.gpu: pp5 - mali450 version major 0 minor 0
[   10.604071] lima d00c0000.gpu: pp6 - mali450 version major 0 minor 0
[   10.604103] lima d00c0000.gpu: IRQ pp7 not found
[   10.604110] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
[   10.604120] lima d00c0000.gpu: l2 cache 128K, 4-way, 64byte cache line, 128bit external bus
[   10.604128] lima d00c0000.gpu: l2 cache 128K, 4-way, 64byte cache line, 128bit external bus
[   10.605023] lima d00c0000.gpu: bus rate = 141666667
[   10.605029] lima d00c0000.gpu: mod rate = 24000000
[   10.605106] debugfs: Directory 'd00c0000.gpu-mali' with parent 'VDD_EE' already present!
[   10.607796] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 1
[   10.676437] Bluetooth: Core ver 2.22
[   10.676441] Bluetooth: Starting self testing
[   10.709294] es7134 i2s-audio-codec: supply VDD not found, using dummy regulator
[   10.709430] gx-sound-card sound: snd-soc-dummy-dai <-> I2S FIFO mapping ok
[   10.712757] Bluetooth: ECDH test passed in 35456 usecs
[   10.716147] Registered IR keymap rc-empty
[   10.716252] rc rc0: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0
[   10.716534] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[   10.716711] input: meson-ir as /devices/platform/soc/c8100000.aobus/c8100480.ir-receiver/rc/rc0/input4
[   10.718397] meson-ir c8100480.ir-receiver: receiver initialized
[   10.721001] gx-sound-card sound: snd-soc-dummy-dai <-> SPDIF FIFO mapping ok
[   10.725011] gx-sound-card sound: es7134-hifi <-> I2S Encoder mapping ok
[   10.725037] gx-sound-card sound: dit-hifi <-> SPDIF Encoder mapping ok
[   10.758351] Bluetooth: SMP test passed in 5966 usecs
[   10.758473] Bluetooth: Finished self testing
[   10.758541] NET: Registered protocol family 31
[   10.758545] Bluetooth: HCI device and connection manager initialized
[   10.758558] Bluetooth: HCI socket layer initialized
[   10.758564] Bluetooth: L2CAP socket layer initialized
[   10.758579] Bluetooth: SCO socket layer initialized
[   10.857703] Bluetooth: HCI UART driver ver 2.3
[   10.857715] Bluetooth: HCI UART protocol H4 registered
[   10.857723] Bluetooth: HCI UART protocol BCSP registered
[   10.857812] Bluetooth: HCI UART protocol LL registered
[   10.857816] Bluetooth: HCI UART protocol ATH3K registered
[   10.858312] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   10.858509] Bluetooth: HCI UART protocol Intel registered
[   10.858733] Bluetooth: HCI UART protocol Broadcom registered
[   10.858792] Bluetooth: HCI UART protocol QCA registered
[   10.858798] Bluetooth: HCI UART protocol AG6XX registered
[   10.858841] Bluetooth: HCI UART protocol Marvell registered
[   10.925748] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   10.988920] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   10.992692] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   10.992702] cfg80211: failed to load regulatory.db
[   11.148699] brcmfmac: F1 signature read @0x18000000=0x16044330
[   11.156578] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4330-sdio for chip BCM4330/4
[   11.156747] usbcore: registered new interface driver brcmfmac
[   11.185047] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac4330-sdio.akaso,m8s.txt failed with error -2
[   11.645155] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4330-sdio for chip BCM4330/4
[   11.645223] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[   11.648591] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4330/4 wl0: Oct 25 2011 19:34:12 version 5.90.125.104
[   11.748420] ------------[ cut here ]------------
[   11.748445] WARNING: CPU: 0 PID: 646 at drivers/gpu/drm/drm_atomic_helper.c:1495 drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8
[   11.748448] [CRTC:42:meson_crtc] vblank wait timed out
[   11.748449] Modules linked in: brcmfmac brcmutil cfg80211 hci_uart btqca btrtl btbcm btintel joydev ao_cec meson_ir snd_soc_spdif_tx bluetooth rfkill lima snd_soc_es7134 gpu_sched adc_keys
[   11.748479] CPU: 0 PID: 646 Comm: setfont Tainted: G        W         5.7.0-rc6-aml-s812 #20.05.5
[   11.748481] Hardware name: Amlogic Meson platform
[   11.748496] [<c030f744>] (unwind_backtrace) from [<c030ab3c>] (show_stack+0x10/0x14)
[   11.748504] [<c030ab3c>] (show_stack) from [<c0a68700>] (dump_stack+0xc0/0xd4)
[   11.748512] [<c0a68700>] (dump_stack) from [<c0335ce0>] (__warn+0xbc/0xd8)
[   11.748518] [<c0335ce0>] (__warn) from [<c0335d90>] (warn_slowpath_fmt+0x94/0xb8)
[   11.748526] [<c0335d90>] (warn_slowpath_fmt) from [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8)
[   11.748536] [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1) from [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm+0x5c/0x6c)
[   11.748543] [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm) from [<c0b36564>] (commit_tail+0x9c/0x1b0)
[   11.748550] [<c0b36564>] (commit_tail) from [<c0b37190>] (drm_atomic_helper_commit+0x134/0x158)
[   11.748559] [<c0b37190>] (drm_atomic_helper_commit) from [<c0b65264>] (drm_client_modeset_commit_atomic+0x16c/0x210)
[   11.748566] [<c0b65264>] (drm_client_modeset_commit_atomic) from [<c0b65360>] (drm_client_modeset_commit_locked+0x58/0x184)
[   11.748574] [<c0b65360>] (drm_client_modeset_commit_locked) from [<c0b3c7c4>] (drm_fb_helper_pan_display+0xc8/0x1dc)
[   11.748581] [<c0b3c7c4>] (drm_fb_helper_pan_display) from [<c0aa2b1c>] (fb_pan_display+0x9c/0x110)
[   11.748589] [<c0aa2b1c>] (fb_pan_display) from [<c0ab0a74>] (bit_update_start+0x14/0x30)
[   11.748595] [<c0ab0a74>] (bit_update_start) from [<c0aaec04>] (fbcon_switch+0x348/0x498)
[   11.748602] [<c0aaec04>] (fbcon_switch) from [<c0af5be4>] (redraw_screen+0xdc/0x258)
[   11.748610] [<c0af5be4>] (redraw_screen) from [<c0aae770>] (fbcon_do_set_font+0x20c/0x278)
[   11.748615] [<c0aae770>] (fbcon_do_set_font) from [<c0aafca4>] (fbcon_set_font+0x1e8/0x21c)
[   11.748622] [<c0aafca4>] (fbcon_set_font) from [<c0afb03c>] (con_font_op+0x3b0/0x4e8)
[   11.748630] [<c0afb03c>] (con_font_op) from [<c0aec874>] (vt_ioctl+0xccc/0x1790)
[   11.748637] [<c0aec874>] (vt_ioctl) from [<c0adb824>] (tty_ioctl+0x274/0xb04)
[   11.748645] [<c0adb824>] (tty_ioctl) from [<c049e004>] (ksys_ioctl+0x1cc/0xb80)
[   11.748652] [<c049e004>] (ksys_ioctl) from [<c0300240>] (__sys_trace_return+0x0/0x20)
[   11.748656] Exception stack(0xeb8adfa8 to 0xeb8adff0)
[   11.748661] dfa0:                   00000200 00000010 00000003 00004b72 beaf432c 00000000
[   11.748666] dfc0: 00000200 00000010 018166d0 00000036 004c3000 b6fc4968 beaf432c 00000008
[   11.748670] dfe0: 004c3064 beaf4304 004b02bf b6f36f08
[   11.748674] ---[ end trace 181c12cfe8f5e5e7 ]---
[   12.288395] ------------[ cut here ]------------
[   12.288414] WARNING: CPU: 2 PID: 659 at drivers/gpu/drm/drm_atomic_helper.c:1495 drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8
[   12.288417] [CRTC:42:meson_crtc] vblank wait timed out
[   12.288419] Modules linked in: brcmfmac brcmutil cfg80211 hci_uart btqca btrtl btbcm btintel joydev ao_cec meson_ir snd_soc_spdif_tx bluetooth rfkill lima snd_soc_es7134 gpu_sched adc_keys
[   12.288449] CPU: 2 PID: 659 Comm: setfont Tainted: G        W         5.7.0-rc6-aml-s812 #20.05.5
[   12.288451] Hardware name: Amlogic Meson platform
[   12.288467] [<c030f744>] (unwind_backtrace) from [<c030ab3c>] (show_stack+0x10/0x14)
[   12.288475] [<c030ab3c>] (show_stack) from [<c0a68700>] (dump_stack+0xc0/0xd4)
[   12.288483] [<c0a68700>] (dump_stack) from [<c0335ce0>] (__warn+0xbc/0xd8)
[   12.288490] [<c0335ce0>] (__warn) from [<c0335d90>] (warn_slowpath_fmt+0x94/0xb8)
[   12.288498] [<c0335d90>] (warn_slowpath_fmt) from [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1+0x2a0/0x2a8)
[   12.288508] [<c0b33c68>] (drm_atomic_helper_wait_for_vblanks.part.1) from [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm+0x5c/0x6c)
[   12.288515] [<c0b366dc>] (drm_atomic_helper_commit_tail_rpm) from [<c0b36564>] (commit_tail+0x9c/0x1b0)
[   12.288522] [<c0b36564>] (commit_tail) from [<c0b37190>] (drm_atomic_helper_commit+0x134/0x158)
[   12.288531] [<c0b37190>] (drm_atomic_helper_commit) from [<c0b65264>] (drm_client_modeset_commit_atomic+0x16c/0x210)
[   12.288538] [<c0b65264>] (drm_client_modeset_commit_atomic) from [<c0b65360>] (drm_client_modeset_commit_locked+0x58/0x184)
[   12.288545] [<c0b65360>] (drm_client_modeset_commit_locked) from [<c0b3c7c4>] (drm_fb_helper_pan_display+0xc8/0x1dc)
[   12.288553] [<c0b3c7c4>] (drm_fb_helper_pan_display) from [<c0aa2b1c>] (fb_pan_display+0x9c/0x110)
[   12.288561] [<c0aa2b1c>] (fb_pan_display) from [<c0ab0a74>] (bit_update_start+0x14/0x30)
[   12.288567] [<c0ab0a74>] (bit_update_start) from [<c0aaec04>] (fbcon_switch+0x348/0x498)
[   12.288574] [<c0aaec04>] (fbcon_switch) from [<c0af5be4>] (redraw_screen+0xdc/0x258)
[   12.288580] [<c0af5be4>] (redraw_screen) from [<c0aae770>] (fbcon_do_set_font+0x20c/0x278)
[   12.288586] [<c0aae770>] (fbcon_do_set_font) from [<c0aafca4>] (fbcon_set_font+0x1e8/0x21c)
[   12.288593] [<c0aafca4>] (fbcon_set_font) from [<c0afb03c>] (con_font_op+0x3b0/0x4e8)
[   12.288600] [<c0afb03c>] (con_font_op) from [<c0aec874>] (vt_ioctl+0xccc/0x1790)
[   12.288608] [<c0aec874>] (vt_ioctl) from [<c0adb824>] (tty_ioctl+0x274/0xb04)
[   12.288615] [<c0adb824>] (tty_ioctl) from [<c049e004>] (ksys_ioctl+0x1cc/0xb80)
[   12.288622] [<c049e004>] (ksys_ioctl) from [<c0300240>] (__sys_trace_return+0x0/0x20)
[   12.288626] Exception stack(0xeb99dfa8 to 0xeb99dff0)
[   12.288631] dfa0:                   00000200 00000010 00000003 00004b72 beca832c 00000000
[   12.288636] dfc0: 00000200 00000010 007c46d0 00000036 00474000 b6f85968 beca832c 00000008
[   12.288640] dfe0: 00474064 beca8304 004612bf b6ef7f08
[   12.288643] ---[ end trace 181c12cfe8f5e5e8 ]---
[   13.169587] systemd[1]: Started File System Check on /dev/disk/by-label/BOOT.
[   13.198274] systemd[1]: Mounting /boot...
[   13.254179] systemd[1]: Mounted /boot.
[   13.275737] systemd[1]: Reached target Local File Systems.
[   13.299932] systemd[1]: Started ifup for eth0.
[   13.323032] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[   13.327368] systemd[1]: Starting Armbian ZRAM config...
[   13.358128] systemd[1]: Starting Set console font and keymap...
[   13.387047] systemd[1]: Starting Raise network interfaces...
[   13.419569] systemd[1]: Started Set console font and keymap.
[   13.716602] meson8b-dwmac c9410000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[   13.719046] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[   13.719058] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[   13.719067] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rmii link mode
[   17.071354] systemd-journald[865]: Received request to flush runtime journal from PID 1
[   17.824090] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   17.824176] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   20.864359] rc rc0: two consecutive events of type space
[   22.940383] ieee80211 phy0: brcmf_p2p_create_p2pdev: timeout occurred
[   22.940393] ieee80211 phy0: brcmf_cfg80211_add_iface: add iface p2p-dev-wlan0 type 10 failed: err=-5
[   35.804352] VCCK: disabling

 

maybe someone can help? :)

Edited by s812us
Formatting
Link to comment
Share on other sites

So follow up to my previous message ive been able to find the culprit of non working ethernet on the meson8m2-m8s.dtb file:

I decompiled both DTB's & compared the ethernet sections and was able to narrow it to the following parameter: phy-connection-type.

when it is set to "rgmii" ethernet is not working, but when set to "rgmii-id" ethernet is working! (referenced from https://patchwork.kernel.org/patch/9447579/)

so i recompiled the DTS got ethernet working but now cpu speed is always fixed on 1.2GHZ no matter what i try...so i reverted back to meson8m2-mxiii-plus.dtb.

 

I now have the following problem: i cant run docker probably due to some missing kernel modules which are missing, im familiar with comiling kernels for x86/64 & openwrt but never compiled for this kind of device, can someone point me to a good resource on how to compile kernel for S812 devices?

Thanks!

Link to comment
Share on other sites

@s812us - you might have a look at this dts file: https://github.com/hexdump0815/linux-mainline-and-mali-amlogic-kernel/blob/master/misc.m8x/dtb/meson8m2-m8s-dvfs.dts - it is basically an m8s dts with frequency scaling added - the one in the kernel tree only has this one fixed frequency of 1.2ghz ... the dts is for v5.6 - for the latest kernel from martin (which balbes150 is using for his images i think) you may try https://github.com/hexdump0815/linux-mainline-meson8-kernel/blob/master/misc.m8x/dtb/meson8m2-m8s-dvfs.dts - in both repos you can also find a file called readme.m8x which should give you enough information about how to compile a kernel (you might just need to adjust some paths maybe)

 

good luck and best wishes - hexdump

Link to comment
Share on other sites

@RaptorSDS thank you for your help. Ive got it running with 20200523 from the meagadrive site and meson8b-ec100.dtb. No other dbs worked accept odroidc1 which crashed. The device running with meson8b-ec100.dtb seems stable for the most part but crashed a few times installing with apt-get. I will provide serial console logs when i get time if you want them.

 

another problem is that the display output over hdmi doesnt fit the screen and lines are cut off from all sides. I attached picture of this. you will see that zram config also failed .

 

(picture of screen)

 

if there is anything i can do to fix these issues please point me in the right direction and everyone thank you for your hard work.

 

Link to comment
Share on other sites

4 hours ago, brunog said:

@RaptorSDS thank you for your help. Ive got it running with 20200523 from the meagadrive site and meson8b-ec100.dtb. No other dbs worked accept odroidc1 which crashed. The device running with meson8b-ec100.dtb seems stable for the most part but crashed a few times installing with apt-get. I will provide serial console logs when i get time if you want them.

 

another problem is that the display output over hdmi doesnt fit the screen and lines are cut off from all sides. I attached picture of this. you will see that zram config also failed .

 

(picture of screen)

 

if there is anything i can do to fix these issues please point me in the right direction and everyone thank you for your hard work.

 

on my samsung UE37Eh5200 it was wrong setting from tv , under display->fit display -> there a mode like 16:9 4:3 ,auto,wide screen , and smart screen . after switchen from auto to smart screen its fit back to screen , looks like same error on pic

Link to comment
Share on other sites

@hexdump Thank you very much for the detailed & thorough response!

I have looked at your github with kernel sources & cloned the s812 mainline kernel & your repo. so basically is there any special environment or tools i have to install in order to start compiling the kernel or i can just config, build & apply your patches?

Thanks again for your response it has been very helpful!

Edited by s812us
Link to comment
Share on other sites

41 minutes ago, Junoxe said:

Ah! Thats why Wetek Core (s812H) is not working with any Armbian build?

The presence of NAND only restricts installation to internal memory. This does not affect the launch.

Link to comment
Share on other sites

Hi

I have an OTT TV BOX M8S+ (S812),  i have installed armbian but HDMI output image looks corrupted.

20200625-205543.jpg

 

I can access it by ssh and it seems to work fine except for the HDMI output.

Any idea what it could be?

 

Thanks

Link to comment
Share on other sites

3 hours ago, balbes150 said:

In order to make assumptions,  need initial information that is completely missing.  :ph34r:

Thanks for answering. The image used is Armbian_20.05.3_Aml-s812_buster_current_5.7.0-rc3-gbec4f4648-dirty_20200427.img

 

dmesg output:

 

[    0.000000] Booting Linux on physical CPU 0x200
[    0.000000] Linux version 5.7.0-rc3-aml-s812-gbec4f4648-dirty (root@vbox) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)), GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #20.05.3 SMP Mon Apr 27 12:35:24 MSK 2020
[    0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Tronsmart MXIII Plus
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 64 MiB at 0x7c000000
[    0.000000] On node 0 totalpages: 523520
[    0.000000]   DMA zone: 1532 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 195840 pages, LIFO batch:63
[    0.000000]   HighMem zone: 327680 pages, LIFO batch:63
[    0.000000] percpu: Embedded 20 pages/cpu s49356 r8192 d24372 u81920
[    0.000000] pcpu-alloc: s49356 r8192 d24372 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 521988
[    0.000000] Kernel command line: root=LABEL=ROOTFS rootfstype=ext4 rootflags=data=writeback rw console=ttyAML0,115200n8 console=tty0 no_console_suspend consoleblank=0 fsck.repair=yes net.ifnames=0 logo=osd1,loaded,0x7900000,${hdmimode},full 
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1982120K/2094080K available (13312K kernel code, 1794K rwdata, 5416K rodata, 2048K init, 403K bss, 46424K reserved, 65536K cma-reserved, 1245184K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU event tracing is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] irq_meson_gpio: 134 to 8 gpio interrupt mux initialized
[    0.000000] L2C-310 erratum 769419 enabled
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9
[    0.000000] L2C-310 ID prefetch enabled, offset 8 lines
[    0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
[    0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB
[    0.000000] L2C-310: CACHE_ID 0x4100a0c9, AUX_CTRL 0x7ec80001
[    0.000000] random: get_random_bytes called from start_kernel+0x300/0x494 with crng_init=0
[    0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
[    0.000023] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[    0.000049] Switching to timer-based delay loop, resolution 1000ns
[    0.001885] Console: colour dummy device 80x30
[    0.002121] printk: console [tty0] enabled
[    0.002156] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000)
[    0.002173] pid_max: default: 32768 minimum: 301
[    0.002276] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002294] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.002694] CPU: Testing write buffer coherency: ok
[    0.002719] CPU0: Spectre v2: using BPIALL workaround
[    0.002854] CPU0: thread -1, cpu 0, socket 2, mpidr 80000200
[    0.003289] Setting up static identity map for 0x300000 - 0x3000ac
[    0.004018] rcu: Hierarchical SRCU implementation.
[    0.005620] EFI services will not be available.
[    0.005739] smp: Bringing up secondary CPUs ...
[    0.006195] CPU1: thread -1, cpu 1, socket 2, mpidr 80000201
[    0.006200] CPU1: Spectre v2: using BPIALL workaround
[    0.006730] CPU2: thread -1, cpu 2, socket 2, mpidr 80000202
[    0.006735] CPU2: Spectre v2: using BPIALL workaround
[    0.007232] CPU3: thread -1, cpu 3, socket 2, mpidr 80000203
[    0.007237] CPU3: Spectre v2: using BPIALL workaround
[    0.007308] smp: Brought up 1 node, 4 CPUs
[    0.007321] SMP: Total of 4 processors activated (8.00 BogoMIPS).
[    0.007330] CPU: All CPU(s) started in SVC mode.
[    0.007661] devtmpfs: initialized
[    0.010637] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.010801] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.010822] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.012100] pinctrl core: initialized pinctrl subsystem
[    0.013052] thermal_sys: Registered thermal governor 'step_wise'
[    0.013358] DMI not present or invalid.
[    0.013613] NET: Registered protocol family 16
[    0.015156] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.016461] cpuidle: using governor menu
[    0.016710] No ATAGs?
[    0.016778] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.016798] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.018273] Serial: AMBA PL011 UART driver
[    0.041370] AT91: Could not find identification node
[    0.043142] iommu: Default domain type: Translated 
[    0.043321] vgaarb: loaded
[    0.043788] SCSI subsystem initialized
[    0.043911] libata version 3.00 loaded.
[    0.044059] usbcore: registered new interface driver usbfs
[    0.044094] usbcore: registered new interface driver hub
[    0.044133] usbcore: registered new device driver usb
[    0.044978] pps_core: LinuxPPS API ver. 1 registered
[    0.044989] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.045009] PTP clock support registered
[    0.045115] EDAC MC: Ver: 3.0.0
[    0.046838] clocksource: Switched to clocksource timer
[    0.686184] NET: Registered protocol family 2
[    0.686566] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[    0.686594] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.686651] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.686740] TCP: Hash tables configured (established 8192 bind 8192)
[    0.686812] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.686873] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.686981] NET: Registered protocol family 1
[    0.687236] RPC: Registered named UNIX socket transport module.
[    0.687250] RPC: Registered udp transport module.
[    0.687259] RPC: Registered tcp transport module.
[    0.687267] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.687280] PCI: CLS 0 bytes, default 64
[    0.687505] Trying to unpack rootfs image as initramfs...
[    0.852535] Freeing initrd memory: 5092K
[    0.853298] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
[    0.853985] Initialise system trusted keyrings
[    0.854102] workingset: timestamp_bits=30 max_order=19 bucket_order=0
[    0.857827] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.858238] NFS: Registering the id_resolver key type
[    0.858261] Key type id_resolver registered
[    0.858270] Key type id_legacy registered
[    0.858284] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.858308] ntfs: driver 2.1.32 [Flags: R/O].
[    0.858560] Key type asymmetric registered
[    0.858571] Asymmetric key parser 'x509' registered
[    0.858609] bounce: pool size: 64 pages
[    0.858635] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.858649] io scheduler mq-deadline registered
[    0.858658] io scheduler kyber registered
[    0.877182] soc soc0: Amlogic Meson8m2 (S812) RevA (1d - 0:74E) detected
[    0.903901] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    0.906125] SuperH (H)SCI(F) driver initialized
[    0.906723] c11084c0.serial: ttyAML1 at MMIO 0xc11084c0 (irq = 20, base_baud = 8854166) is a meson_uart
[    0.907154] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 28, base_baud = 8854166) is a meson_uart
[    1.613048] printk: console [ttyAML0] enabled
[    1.617910] msm_serial: driver initialized
[    1.621563] STMicroelectronics ASC driver initialized
[    1.627314] STM32 USART driver initialized
[    1.639760] brd: module loaded
[    1.644355] loop: module loaded
[    1.650900] libphy: Fixed MDIO Bus: probed
[    1.651489] CAN device driver interface
[    1.653819] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
[    1.659546] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.664619] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.670564] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
[    1.677456] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.686486] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
[    1.690409] usbcore: registered new interface driver pegasus
[    1.696021] usbcore: registered new interface driver asix
[    1.701399] usbcore: registered new interface driver ax88179_178a
[    1.707466] usbcore: registered new interface driver cdc_ether
[    1.713276] usbcore: registered new interface driver smsc75xx
[    1.719001] usbcore: registered new interface driver smsc95xx
[    1.724706] usbcore: registered new interface driver net1080
[    1.730350] usbcore: registered new interface driver cdc_subset
[    1.736234] usbcore: registered new interface driver zaurus
[    1.741800] usbcore: registered new interface driver cdc_ncm
[    1.749178] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.753903] ehci-pci: EHCI PCI platform driver
[    1.758356] ehci-platform: EHCI generic platform driver
[    1.763654] ehci-orion: EHCI orion driver
[    1.767621] SPEAr-ehci: EHCI SPEAr driver
[    1.771578] ehci-st: EHCI STMicroelectronics driver
[    1.776431] ehci-exynos: EHCI Exynos driver
[    1.780601] ehci-atmel: EHCI Atmel driver
[    1.784582] tegra-ehci: Tegra EHCI driver
[    1.788597] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.794655] ohci-pci: OHCI PCI platform driver
[    1.799096] ohci-platform: OHCI generic platform driver
[    1.804379] SPEAr-ohci: OHCI SPEAr driver
[    1.808344] ohci-st: OHCI STMicroelectronics driver
[    1.813183] ohci-atmel: OHCI Atmel driver
[    1.817565] usbcore: registered new interface driver usb-storage
[    1.826362] i2c /dev entries driver
[    1.827980] VCCK: Bringing 600000uV into 825000-825000uV
[    1.832318] VDD_EE: Bringing 600000uV into 950000-950000uV
[    1.837759] VDD_DDR: Bringing 600000uV into 1500000-1500000uV
[    1.843454] VDDIO_AO28: Bringing 900000uV into 2900000-2900000uV
[    1.849441] VDDIO_AO18: Bringing 900000uV into 1800000-1800000uV
[    1.855330] VCC1V8: Bringing 600000uV into 1800000-1800000uV
[    1.860982] VCC2V8: Bringing 900000uV into 2850000-2850000uV
[    1.866591] AVDD1V8: Bringing 900000uV into 1800000-1800000uV
[    1.872321] VDD_LDO: Bringing 1700000uV into 2700000-2700000uV
[    1.885654] meson_wdt c1109900.watchdog: Watchdog enabled (timeout=8 sec, nowayout=0)
[    1.891066] pwrseq_simple: probe of sdio-pwrseq failed with error -5
[    1.894348] sdhci: Secure Digital Host Controller Interface driver
[    1.900360] sdhci: Copyright(c) Pierre Ossman
[    1.906563] Synopsys Designware Multimedia Card Interface Driver
[    1.912784] platform c1108c20.mmc:slot@1: Got CD GPIO
[    1.941295] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.949646] ledtrig-cpu: registered to indicate activity on CPUs
[    1.952058] usbcore: registered new interface driver usbhid
[    1.955597] usbhid: USB HID core driver
[    1.968232] drop_monitor: Initializing network drop monitor service
[    1.970499] NET: Registered protocol family 10
[    1.974812] Segment Routing with IPv6
[    1.977160] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.983970] NET: Registered protocol family 17
[    1.987339] can: controller area network core (rev 20170425 abi 9)
[    1.993538] NET: Registered protocol family 29
[    1.997906] can: raw protocol (rev 20170425)
[    2.002097] can: broadcast manager protocol (rev 20170425 t)
[    2.007768] can: netlink gateway (rev 20190810) max_hops=1
[    2.013880] Key type dns_resolver registered
[    2.018286] ThumbEE CPU extension supported.
[    2.021699] Registering SWP/SWPB emulation handler
[    2.026924] Loading compiled-in X.509 certificates
[    2.040018] reg-fixed-voltage: probe of regulator-va-5v failed with error -5
[    2.044841] meson8b-dwmac c9410000.ethernet: IRQ eth_wake_irq not found
[    2.048042] meson8b-dwmac c9410000.ethernet: IRQ eth_lpi not found
[    2.054244] meson8b-dwmac c9410000.ethernet: PTP uses main clock
[    2.060620] meson8b-dwmac c9410000.ethernet: User ID: 0x11, Synopsys ID: 0x37
[    2.060752] mmc0: new high speed SDHC card at address b368
[    2.067285] meson8b-dwmac c9410000.ethernet: 	DWMAC1000
[    2.072978] mmcblk0: mmc0:b368 00000 15.1 GiB 
[    2.077944] meson8b-dwmac c9410000.ethernet: DMA HW capability register supported
[    2.089812] meson8b-dwmac c9410000.ethernet: RX Checksum Offload Engine supported
[    2.097266] meson8b-dwmac c9410000.ethernet: COE Type 2
[    2.098799]  mmcblk0: p1 p2
[    2.102459] meson8b-dwmac c9410000.ethernet: TX Checksum insertion supported
[    2.112260] meson8b-dwmac c9410000.ethernet: Wake-Up On Lan supported
[    2.118688] meson8b-dwmac c9410000.ethernet: Normal descriptors
[    2.124563] meson8b-dwmac c9410000.ethernet: Ring mode enabled
[    2.130376] meson8b-dwmac c9410000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[    2.138355] meson8b-dwmac c9410000.ethernet: device MAC address e6:72:a5:52:c9:65
[    2.146014] libphy: stmmac: probed
[    2.209471] dwc2 c9040000.usb: supply vusb_d not found, using dummy regulator
[    2.211115] dwc2 c9040000.usb: supply vusb_a not found, using dummy regulator
[    2.230495] dwc2 c9040000.usb: DWC OTG Controller
[    2.230551] dwc2 c9040000.usb: new USB bus registered, assigned bus number 1
[    2.236612] dwc2 c9040000.usb: irq 31, io mem 0xc9040000
[    2.242428] hub 1-0:1.0: USB hub found
[    2.245632] hub 1-0:1.0: 1 port detected
[    2.251150] dwc2 c90c0000.usb: supply vusb_d not found, using dummy regulator
[    2.256673] dwc2 c90c0000.usb: supply vusb_a not found, using dummy regulator
[    2.328937] dwc2 c90c0000.usb: DWC OTG Controller
[    2.329155] dwc2 c90c0000.usb: new USB bus registered, assigned bus number 2
[    2.335199] dwc2 c90c0000.usb: irq 32, io mem 0xc90c0000
[    2.342639] hub 2-0:1.0: USB hub found
[    2.344216] hub 2-0:1.0: 1 port detected
[    2.352758] Freeing unused kernel memory: 2048K
[    2.379164] Run /init as init process
[    2.379221]   with arguments:
[    2.379226]     /init
[    2.379231]   with environment:
[    2.379237]     HOME=/
[    2.379242]     TERM=linux
[    2.379247]     logo=osd1,loaded,0x7900000,${hdmimode},full
[    2.379634] process '/usr/bin/sh' started with executable stack
[    2.966997] random: fast init done
[    4.444224] EXT4-fs (mmcblk0p2): mounted filesystem with writeback data mode. Opts: data=writeback
[    6.267827] systemd[1]: System time before build time, advancing clock.
[    6.322408] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    6.340471] systemd[1]: Detected architecture arm.
[    6.345552] systemd[1]: Set hostname to <aml-s812>.
[    6.793874] systemd[1]: File /lib/systemd/system/systemd-journald.service:12 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    6.805365] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    7.272105] random: systemd: uninitialized urandom read (16 bytes read)
[    7.283172] random: systemd: uninitialized urandom read (16 bytes read)
[    7.284837] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    7.292064] random: systemd: uninitialized urandom read (16 bytes read)
[    7.297461] systemd[1]: Listening on Journal Socket.
[    7.302364] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    7.311876] systemd[1]: Listening on Journal Socket (/dev/log).
[    7.316310] systemd[1]: Listening on udev Kernel Socket.
[    7.681559] EXT4-fs (mmcblk0p2): re-mounted. Opts: commit=600,errors=remount-ro
[   10.212967] lima d00c0000.gpu: IRQ ppmmu3 not found
[   10.213052] lima d00c0000.gpu: IRQ ppmmu7 not found
[   10.213064] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
[   10.213091] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
[   10.213118] lima d00c0000.gpu: pp1 - mali450 version major 0 minor 0
[   10.213147] lima d00c0000.gpu: pp2 - mali450 version major 0 minor 0
[   10.213167] lima d00c0000.gpu: IRQ pp3 not found
[   10.213177] lima d00c0000.gpu: pp4 - mali450 version major 0 minor 0
[   10.213201] lima d00c0000.gpu: pp5 - mali450 version major 0 minor 0
[   10.213230] lima d00c0000.gpu: pp6 - mali450 version major 0 minor 0
[   10.213250] lima d00c0000.gpu: IRQ pp7 not found
[   10.213256] lima d00c0000.gpu: l2 cache 8K, 4-way, 64byte cache line, 128bit external bus
[   10.213263] lima d00c0000.gpu: l2 cache 128K, 4-way, 64byte cache line, 128bit external bus
[   10.213269] lima d00c0000.gpu: l2 cache 128K, 4-way, 64byte cache line, 128bit external bus
[   10.213906] lima d00c0000.gpu: bus rate = 141666667
[   10.213912] lima d00c0000.gpu: mod rate = 24000000
[   10.213968] debugfs: Directory 'd00c0000.gpu-mali' with parent 'VDD_EE' already present!
[   10.261616] [drm] Initialized lima 1.1.0 20191231 for d00c0000.gpu on minor 0
[   12.023801] systemd[1]: Condition check resulted in /sys/subsystem/net/devices/eth0 being skipped.
[   12.087708] systemd[1]: Found device /dev/disk/by-label/BOOT.
[   12.090532] systemd[1]: Starting File System Check on /dev/disk/by-label/BOOT...
[   12.091097] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
[   12.126385] systemd[1]: Started File System Check Daemon to report status.
[   12.726749] systemd[1]: Started File System Check on /dev/disk/by-label/BOOT.
[   12.732479] systemd[1]: Mounting /boot...
[   12.978983] systemd[1]: Mounted /boot.
[   12.980777] systemd[1]: Reached target Local File Systems.
[   12.987573] systemd[1]: Starting Raise network interfaces...
[   16.193997] meson8b-dwmac c9410000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[   16.196028] meson8b-dwmac c9410000.ethernet eth0: No Safety Features support found
[   16.196040] meson8b-dwmac c9410000.ethernet eth0: PTP not supported by HW
[   16.196048] meson8b-dwmac c9410000.ethernet eth0: configuring for phy/rgmii-id link mode
[   18.890718] systemd[1]: Started Armbian memory supported logging.
[   18.893033] systemd[1]: Starting Journal Service...
[   19.007684] systemd[1]: Started Journal Service.
[   19.053678] systemd-journald[425]: Received request to flush runtime journal from PID 1
[   20.398470] meson8b-dwmac c9410000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[   20.398487] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   20.782531] random: crng init done
[   20.782536] random: 7 urandom warning(s) missed due to ratelimiting
[   28.492186] EXT4-fs (mmcblk0p2): resizing filesystem from 332800 to 3839172 blocks
[   58.609180] EXT4-fs (mmcblk0p2): resized to 1048576 blocks
[   80.476261] EXT4-fs (mmcblk0p2): resized to 1572864 blocks
[  104.233382] EXT4-fs (mmcblk0p2): resized to 2097152 blocks
[  126.137055] EXT4-fs (mmcblk0p2): resized to 2621440 blocks
[  148.382979] EXT4-fs (mmcblk0p2): resized to 3145728 blocks
[  169.915885] EXT4-fs (mmcblk0p2): resized to 3670016 blocks
[  178.480183] EXT4-fs (mmcblk0p2): resized filesystem to 3839172

 

Link to comment
Share on other sites

Hey everyone, i have MINIX-NEO-8 right now im running Armbian_5.44_S812_Ubuntu_xenial_3.10.108_server_20180521.img with meson8m2_n200_2G_LAN100.dt and it works perfect, but it has old kernel 3.1, so i wanted to make upgrade.

I have try following images and dtd's with out any luck and need advice on next steps.

 

Armbian_20.05.5_Aml-s812_buster_current_5.7.0-rc6_20200523.img

meson8b-ec100 --- no

meson8b-mxq---- no

meson8b-odroidc1---- no

meson8m2-m8s ---- purple Screen-- no ip

meson8m2-mxiii ---- green Screen-- no ip

meson8m2-mxiii-plus -------- no signal

meson8-minix-neo-x8 ------ no

 

…………………………………………………………………………………………………………..

Armbian_20.06.0_Aml-s812_bullseye_current_5.8.0-rc2_20200626

 

meson6-atv1200 ----- no

meson8b-ec100 ------- nope

meson8b-mxq---------- nope

meson8b-odroidc1---- no

meson8m2-m8s ---- color play

meson8m2-mxiii ----  color play

meson8m2-mxiii-plus --------  color play

meson8-minix-neo-x8 ------ no

………………………………………………………………..-------------------------------------

Armbian_20.05.5_Aml-s812_buster_current_5.7.0-rc6_20200523.img

 

meson6-atv1200 ----- no

meson8b-ec100 ------- no

meson8b-mxq---------- no

meson8b-odroidc1---- no

meson8m2-m8s ---- green display

meson8m2-mxiii ---- no

meson8m2-mxiii-plus -------- no

 meson8-minix-neo-x8 ------ no

 

………………………………………………………………………………………………………………………

Armbian_20.06.0_Aml-s812_focal_current_5.8.0-rc2_20200626.img.    testes

 

Fra <https://yadi.sk/d/-MwoNitZonsRCg/Armbian/20.06.0/20200625>

 

 

meson6-atv1200 ----- no

meson8b-ec100 ------- no

meson8b-mxq----------

meson8b-odroidc1---- no

meson8m2-m8s ---- no

meson8m2-mxiii ---- no

meson8m2-mxiii-plus -------- no

 meson8-minix-neo-x8 ------ no

……………………………………………………………………………………………………………….

 

https://yadi.sk/d/wc2jqGsHuKy48/Armbian/OLD/5.77/KERNEL_5

 

Armbian_5.77_Aml-s812_Debian_stretch_dev_5.1.0-rc2_20190326.img.xz

meson8-minix-neo-x8 --------no

meson8m2-m8s ------------ no

meson8m2-mxiii----------no

meson8b-ec100---------no

sun5i-a10s-mk802------no

meson8m2-mxiii-plus---------no

……………………………………………………………………………………………………………………….

 

i have had communication with balbes150 and he have been very helpfull on this journey so now i just dont know what else to do rather then connect minix to UART that way i can understand where it stops.

Edited by wildboy2k
Link to comment
Share on other sites

10 hours ago, wildboy2k said:

MINIX-NEO-8

Processor Quad-Core Cortex A9r4 Amlogic S802

Peripheral Interface RJ-45 Ethernet jack (10/100Mbps)

The old core works with settings for a 100Mb network

10 hours ago, wildboy2k said:

meson8m2_n200_2G_LAN100

may need to build a new DTB with these parameters. But I don't have that kind of equipment and I can't test it.

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