This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: PRUSS2: Device tree configuration

Part Number: AM5728
Other Parts Discussed in Thread: BEAGLEBOARD-X15, PMP, DRA752

Tool/software: Linux

HI,

We are designing a custom board  based on AM5728 EVM. In our design we want to utilize the eathernet  ports (eth2, eth3) from  two mii interfaces available in  PRUSS2 .  We modified the device tree by taking reference from AM5721 IDK . 

changes are

changes in dra7.dtsi ======>

pruss2: pruss@4b280000 {
            compatible = "ti,am5728-pruss";
            ti,hwmods = "pruss2";
            reg = <0x4b280000 0x2000>,
                  <0x4b282000 0x2000>,
                  <0x4b290000 0x8000>,
                  <0x4b2a6000 0x2000>,
                  <0x4b2ae000 0x31c>,
                  <0x4b2b2000 0x58>;
            reg-names = "dram0", "dram1", "shrdram2", "cfg",
                    "iep", "mii_rt";
            #address-cells = <1>;
            #size-cells = <1>;
            ranges;
            status = "okay";

            pruss2_intc: intc@4b2a0000 {
                compatible = "ti,am5728-pruss-intc";
                reg = <0x4b2a0000 0x2000>;
                reg-names = "intc";
                interrupts = <GIC_SPI 196 IRQ_TYPE_LEVEL_HIGH>,
                         <GIC_SPI 197 IRQ_TYPE_LEVEL_HIGH>,
                         <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
                         <GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>,
                         <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>,
                         <GIC_SPI 201 IRQ_TYPE_LEVEL_HIGH>,
                         <GIC_SPI 202 IRQ_TYPE_LEVEL_HIGH>,
                         <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-names = "host2", "host3", "host4",
                          "host5", "host6", "host7",
                          "host8", "host9";
                interrupt-controller;
                #interrupt-cells = <1>;
            };

            pru2_0: pru0@4b2b4000 {
                compatible = "ti,am5728-pru";
                reg = <0x4b2b4000 0x3000>,
                      <0x4b2a2000 0x400>,
                      <0x4b2a2400 0x100>;
                reg-names = "iram", "control", "debug";
                status = "okay";
            };

            pru2_1: pru1@4b2b8000 {
                compatible = "ti,am5728-pru";
                reg = <0x4b2b8000 0x3000>,
                      <0x4b2a4000 0x400>,
                      <0x4b2a4400 0x100>;
                reg-names = "iram", "control", "debug";
                status = "okay";
            };

            pruss2_mdio: mdio@4b2b2400 {
                compatible = "ti,davinci_mdio";
                #address-cells = <1>;
                #size-cells = <0>;
                clocks = <&dpll_gmac_h13x2_ck>;
                clock-names = "fck";
                bus_freq = <1000000>;
                reg = <0x4b2b2400 0x90>;
                status = "okay";
            };
        };

additions  in am57xx-beagle-x15-common.dtsi ==================>

/* Dual-MAC Ethernet application node on PRU-ICSS2 */
    pruss2_eth {
        compatible = "ti,am57-prueth";
        pruss = <&pruss2>;
        sram = <&ocmcram1>;
        /*interrupt-parent = <&pruss2_intc>;*/
        status = "okay";
        pruss2_emac0: ethernet-mii0 {
            phy-handle = <&pruss2_eth0_phy>;
            phy-mode = "mii";
            /*interrupts = <20>, <22>;
            interrupt-names = "rx", "tx";*/
            /* Filled in by bootloader */
            local-mac-address = [00 00 00 00 00 00];
        };

        pruss2_emac1: ethernet-mii1 {
            phy-handle = <&pruss2_eth1_phy>;
            phy-mode = "mii";
            /*interrupts = <21>, <23>;
            interrupt-names = "rx", "tx";*/
            /* Filled in by bootloader */
            local-mac-address = [00 00 00 00 00 00];
        };
    };




&pruss2_mdio {
    status = "okay";
    pruss2_eth0_phy: ethernet-phy@5 {
        reg = <5>;
        /*interrupt-parent = <&gpio3>;
        interrupts = <30 IRQ_TYPE_EDGE_FALLING>;*/
    };

    pruss2_eth1_phy: ethernet-phy@6 {
        reg = <6>;
        /*interrupt-parent = <&gpio3>;
        interrupts = <31 IRQ_TYPE_EDGE_FALLING>;*/
    };
};


we not getting any interface by giving ifup eth2  or ifup eth3. Upon examining with dmesg | pru   " unabe to get pruss handle"   observed.

Please help in  this.

  • Hello Marka,

    Due to the US holidays, on this particular E2E thread, our response may get delayed until the week of Jan 2, 2019.

    Warmest Wishes for Happy Holidays and a Happy New Year!

    best regards,
    David Zhou
  • Hello Marka,

    1) We do not suggest using ifup on the systemD file system that TI uses. To see all interfaces, use ifconfig -a instead.

    2) I would not make changes to DTSI files, since they could be overwritten by whatever DTSI or DTS files include the DTSI file where you made your changes. Instead, make changes in the top level DTS file that is not included by any other files.

    3) Take a look at our ethernet triage checklist (it applies to both CPSW and PRUETH).

    Regards,

    Nick

  • Hi Nick,
    thank you
    we will change the device tree as per your suggestion

    Regards,
    Marka
  • Hi Nck ,

    we checked the kernel log the following is the boot log . remoteproc is not able to load the firmware. please help

    U-Boot SPL 2016.05 (Jan 04 2019 - 15:28:41)
    DRA752-GP ES2.0
    Trying to boot from MMC1
    reading args
    spl_load_image_fat_os: error reading image args, err - -1
    reading u-boot.img
    reading u-boot.img


    U-Boot 2016.05 (Jan 04 2019 - 15:29:46 +0530)

    CPU : DRA752-GP ES2.0
    Model: TI AM5728 BeagleBoard-X15
    Board: UNKNOWN(BeagleBoard X15?) REV UNKNOWN
    DRAM: 2 GiB
    MMC: no pinctrl for sdr104
    no pinctrl for ddr50
    no pinctrl for sdr50
    no pinctrl for sdr25
    no pinctrl for sdr12
    OMAP SD/MMC: 0, OMAP SD/MMC: 1
    reading uboot.env

    ** Unable to read "uboot.env" from mmc0:1 **
    Using default environment

    I2C chip 50: requested alen 2 does not match chip offset_len 1
    SCSI: SATA link 0 timeout.
    AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
    flags: 64bit ncq stag pm led clo only pmp pio slum part ccc apst
    scanning bus for devices...
    Found 0 device(s).
    Net:
    Warning: ethernet@48484000 using MAC address from ROM
    eth0: ethernet@48484000
    Hit any key to stop autoboot: 2 1 0
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    reading boot.scr
    ** Unable to read file boot.scr **
    reading uEnv.txt
    ** Unable to read file uEnv.txt **
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3623728 bytes read in 179 ms (19.3 MiB/s)
    96431 bytes read in 23 ms (4 MiB/s)
    Kernel image @ 0x82000000 [ 0x000000 - 0x374b30 ]
    ## Flattened Device Tree blob at 88000000
    Booting using the fdt blob at 0x88000000
    Loading Device Tree to 8ffe5000, end 8ffff8ae ... OK

    Starting kernel ...

    [ 0.000000] Booting Linux on physical CPU 0x0
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.4.32-gadde2ca9f8 (ssdvrs@ssdvrs) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #2 SMP PREEMPT Fri Jan 4 10:37:10 IST 2019
    [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
    [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [ 0.000000] Machine model: TI AM572x EVM Rev A3
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000095800000, size 56 MiB
    [ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 64 MiB
    [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009d000000, size 32 MiB
    [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
    [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009f000000, size 8 MiB
    [ 0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
    [ 0.000000] cma: Reserved 24 MiB at 0x00000000fe400000
    [ 0.000000] Forcing write-allocate cache policy for SMP
    [ 0.000000] Memory policy: Data cache writealloc
    [ 0.000000] OMAP4: Map 0x00000000ffd00000 to fe600000 for dram barrier
    [ 0.000000] DRA752 ES2.0
    [ 0.000000] PERCPU: Embedded 11 pages/cpu @eed34000 s14848 r8192 d22016 u45056
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 472640
    [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=PARTUUID=11da6257-02 rw rootfstype=ext4 rootwait
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Memory: 1680584K/1897472K available (6627K kernel code, 363K rwdata, 2436K rodata, 332K init, 290K bss, 28472K reserved, 188416K cma-reserved, 1283072K highmem)
    [ 0.000000] Virtual kernel memory layout:
    [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
    [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
    [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
    [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
    [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
    [ 0.000000] .text : 0xc0008000 - 0xc08e2044 (9065 kB)
    [ 0.000000] .init : 0xc08e3000 - 0xc0936000 ( 332 kB)
    [ 0.000000] .data : 0xc0936000 - 0xc0990d70 ( 364 kB)
    [ 0.000000] .bss : 0xc0992000 - 0xc09da980 ( 291 kB)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Build-time adjustment of leaf fanout to 32.
    [ 0.000000] NR_IRQS:16 nr_irqs:16 16
    [ 0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
    [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [ 0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
    [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [ 0.000016] Switching to timer-based delay loop, resolution 162ns
    [ 0.000328] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [ 0.000336] OMAP clocksource: 32k_counter at 32768 Hz
    [ 0.000731] Console: colour dummy device 80x30
    [ 0.000746] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [ 0.000752] This ensures that you still see kernel messages. Please
    [ 0.000758] update your kernel commandline.
    [ 0.000771] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [ 0.000783] pid_max: default: 32768 minimum: 301
    [ 0.000876] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.000885] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [ 0.001416] Initializing cgroup subsys io
    [ 0.001432] Initializing cgroup subsys memory
    [ 0.001455] Initializing cgroup subsys devices
    [ 0.001468] Initializing cgroup subsys freezer
    [ 0.001479] Initializing cgroup subsys perf_event
    [ 0.001490] Initializing cgroup subsys pids
    [ 0.001514] CPU: Testing write buffer coherency: ok
    [ 0.001714] /cpus/cpu@0 missing clock-frequency property
    [ 0.001731] /cpus/cpu@1 missing clock-frequency property
    [ 0.001741] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [ 0.001778] Setting up static identity map for 0x800082c0 - 0x80008318
    [ 0.080074] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
    [ 0.080134] Brought up 2 CPUs
    [ 0.080148] SMP: Total of 2 processors activated (24.59 BogoMIPS).
    [ 0.080155] CPU: All CPU(s) started in HYP mode.
    [ 0.080160] CPU: Virtualization extensions available.
    [ 0.080529] devtmpfs: initialized
    [ 0.106945] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [ 0.107871] omap_hwmod: l3_main_2 using broken dt data from ocp
    [ 0.307628] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [ 0.311570] pinctrl core: initialized pinctrl subsystem
    [ 0.312435] NET: Registered protocol family 16
    [ 0.313352] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [ 0.340237] cpuidle: using governor ladder
    [ 0.370263] cpuidle: using governor menu
    [ 0.378351] OMAP GPIO hardware version 0.1
    [ 0.384842] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
    [ 0.410929] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [ 0.410939] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [ 0.411385] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [ 0.411395] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [ 0.411958] OMAP DMA hardware revision 0.0
    [ 0.451201] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [ 0.452313] edma 43300000.edma: memcpy is disabled
    [ 0.456929] edma 43300000.edma: TI EDMA DMA engine driver
    [ 0.460948] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [ 0.461135] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [ 0.461293] omap-iommu 58882000.mmu: 58882000.mmu registered
    [ 0.461447] omap-iommu 55082000.mmu: 55082000.mmu registered
    [ 0.461701] omap-iommu 41501000.mmu: 41501000.mmu registered
    [ 0.461890] omap-iommu 41502000.mmu: 41502000.mmu registered
    [ 0.464539] palmas 0-0058: Irq flag is 0x00000008
    [ 0.482715] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
    [ 0.563934] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [ 0.564122] media: Linux media interface: v0.10
    [ 0.564176] Linux video capture interface: v2.00
    [ 0.564216] pps_core: LinuxPPS API ver. 1 registered
    [ 0.564224] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [ 0.564249] PTP clock support registered
    [ 0.564297] EDAC MC: Ver: 3.0.0
    [ 0.564806] omap-mailbox 4a0f4000.mailbox: no available mbox devices found
    [ 0.564857] omap-mailbox 4883a000.mailbox: no available mbox devices found
    [ 0.565150] omap-mailbox 4883c000.mailbox: omap mailbox rev 0x400
    [ 0.565438] omap-mailbox 4883e000.mailbox: omap mailbox rev 0x400
    [ 0.565727] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [ 0.566012] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [ 0.566066] omap-mailbox 48844000.mailbox: no available mbox devices found
    [ 0.566112] omap-mailbox 48846000.mailbox: no available mbox devices found
    [ 0.566158] omap-mailbox 4885e000.mailbox: no available mbox devices found
    [ 0.566203] omap-mailbox 48860000.mailbox: no available mbox devices found
    [ 0.566247] omap-mailbox 48862000.mailbox: no available mbox devices found
    [ 0.566292] omap-mailbox 48864000.mailbox: no available mbox devices found
    [ 0.566336] omap-mailbox 48802000.mailbox: no available mbox devices found
    [ 0.566711] Advanced Linux Sound Architecture Driver Initialized.
    [ 0.567508] clocksource: Switched to clocksource arch_sys_counter
    [ 0.578148] NET: Registered protocol family 2
    [ 0.578646] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [ 0.578709] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.578834] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.578882] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.578913] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.579119] NET: Registered protocol family 1
    [ 0.579359] RPC: Registered named UNIX socket transport module.
    [ 0.579368] RPC: Registered udp transport module.
    [ 0.579375] RPC: Registered tcp transport module.
    [ 0.579382] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 0.580350] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [ 0.582703] futex hash table entries: 512 (order: 3, 32768 bytes)
    [ 0.590293] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 0.590905] NFS: Registering the id_resolver key type
    [ 0.590930] Key type id_resolver registered
    [ 0.590938] Key type id_legacy registered
    [ 0.590997] ntfs: driver 2.1.32 [Flags: R/O].
    [ 0.592949] bounce: pool size: 64 pages
    [ 0.593106] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [ 0.593123] io scheduler noop registered
    [ 0.593136] io scheduler deadline registered
    [ 0.593170] io scheduler cfq registered (default)
    [ 0.598096] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128
    [ 0.659126] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [ 0.662461] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 299, base_baud = 3000000) is a 8250
    [ 1.576501] console [ttyS2] enabled
    [ 1.581214] [drm] Initialized drm 1.1.0 20060810
    [ 1.587218] OMAP DSS rev 6.1
    [ 1.591009] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
    [ 1.606509] loop: module loaded
    [ 1.612365] libphy: Fixed MDIO Bus: probed
    [ 1.667542] davinci_mdio 48485000.mdio: davinci mdio revision 1.6
    [ 1.673665] davinci_mdio 48485000.mdio: detected phy mask fffffff5
    [ 1.684232] libphy: 48485000.mdio: probed
    [ 1.688305] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
    [ 1.698038] davinci_mdio 48485000.mdio: phy[3]: device 48485000.mdio:03, driver Micrel KSZ9031 Gigabit PHY
    [ 1.708416] cpsw 48484000.ethernet: Detected MACID = d4:36:39:fc:18:aa
    [ 1.715066] cpsw 48484000.ethernet: cpts: overflow check period 800
    [ 1.722073] cpsw 48484000.ethernet: cpsw: Detected MACID = d4:36:39:fc:18:ab
    [ 1.730889] mousedev: PS/2 mouse device common for all mice
    [ 1.736893] i2c /dev entries driver
    [ 1.742914] gpio-fan gpio_fan: GPIO fan initialized
    [ 1.751298] vdd_3v3: supplied by regen1
    [ 1.798006] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode
    [ 1.804390] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode
    [ 1.868527] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.875628] ti-pruss 4b280000.pruss: creating PRU cores and other child platform devices
    [ 1.927538] davinci_mdio 4b2b2400.mdio: davinci mdio revision 1.6
    [ 1.933662] davinci_mdio 4b2b2400.mdio: detected phy mask ffffff9f
    [ 1.940924] libphy: 4b2b2400.mdio: probed
    [ 1.944957] davinci_mdio 4b2b2400.mdio: phy[5]: device 4b2b2400.mdio:05, driver Micrel KSZ9031 Gigabit PHY
    [ 1.954694] davinci_mdio 4b2b2400.mdio: phy[6]: device 4b2b2400.mdio:06, driver Micrel KSZ9031 Gigabit PHY
    [ 1.965716] remoteproc0: 4b2b4000.pru0 is available
    [ 1.970768] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 1.979804] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 1.990336] remoteproc0: Direct firmware load for am57xx-pru2_0-fw failed with error -2
    [ 1.998526] remoteproc0: failed to load am57xx-pru2_0-fw
    [ 2.003962] pru-rproc 4b2b4000.pru0: booting the PRU core manually
    [ 2.010209] remoteproc0: powering up 4b2b4000.pru0
    [ 2.015156] remoteproc0: Direct firmware load for am57xx-pru2_0-fw failed with error -2
    [ 2.023316] remoteproc0: request_firmware failed: -2
    [ 2.028423] pru-rproc 4b2b4000.pru0: rproc_boot failed
    [ 2.033627] remoteproc0: releasing 4b2b4000.pru0
    [ 2.038552] pru-rproc: probe of 4b2b4000.pru0 failed with error -2
    [ 2.044881] remoteproc0: 4b2b8000.pru1 is available
    [ 2.049912] remoteproc0: Note: remoteproc is still under development and considered experimental.
    [ 2.058945] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
    [ 2.069458] remoteproc0: Direct firmware load for am57xx-pru2_1-fw failed with error -2
    [ 2.077657] remoteproc0: failed to load am57xx-pru2_1-fw
    [ 2.083092] pru-rproc 4b2b8000.pru1: booting the PRU core manually
    [ 2.089337] remoteproc0: powering up 4b2b8000.pru1
    [ 2.094281] remoteproc0: Direct firmware load for am57xx-pru2_1-fw failed with error -2
    [ 2.102439] remoteproc0: request_firmware failed: -2
    [ 2.107544] pru-rproc 4b2b8000.pru1: rproc_boot failed
    [ 2.112743] remoteproc0: releasing 4b2b8000.pru1
    [ 2.117584] pru-rproc: probe of 4b2b8000.pru1 failed with error -2
    [ 2.126356] NET: Registered protocol family 10
    [ 2.141702] sit: IPv6 over IPv4 tunneling driver
    [ 2.146865] NET: Registered protocol family 17
    [ 2.151588] Key type dns_resolver registered
    [ 2.155908] NET: Registered protocol family 41
    [ 2.160537] omap_voltage_late_init: Voltage driver support not added
    [ 2.167414] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.173656] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.180338] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm
    [ 2.186548] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm
    [ 2.194713] Power Management for TI OMAP4+ devices.
    [ 2.199840] Registering SWP/SWPB emulation handler
    [ 2.206661] dmm 4e000000.dmm: initialized all PAT entries
    [ 2.214842] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 2.221524] [drm] No driver support for vblank timestamp query.
    [ 2.227952] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
    [ 2.244374] hctosys: unable to open rtc device (rtc0)
    [ 2.258455] aic_dvdd_fixed: disabling
    [ 2.262136] vmmcwl_fixed: disabling
    [ 2.265811] ldousb: disabling
    [ 2.269229] ALSA device list:
    [ 2.272213] No soundcards found.
    [ 2.276271] Waiting for root device PARTUUID=11da6257-02...
    [ 2.286769] mmc0: host does not support reading read-only switch, assuming write-enable
    [ 2.296722] mmc0: new high speed SDHC card at address 0001
    [ 2.302573] mmcblk0: mmc0:0001 ASTC 7.44 GiB
    [ 2.307919] mmcblk0: p1 p2
    [ 2.350803] mmc1: MAN_BKOPS_EN bit is not set
    [ 2.358016] mmc1: new DDR MMC card at address 0001
    [ 2.373131] mmcblk1: mmc1:0001 Q2J55L 7.09 GiB
    [ 2.387864] mmcblk1boot0: mmc1:0001 Q2J55L partition 1 16.0 MiB
    [ 2.403982] mmcblk1boot1: mmc1:0001 Q2J55L partition 2 16.0 MiB
    [ 2.412814] mmcblk1: p1 p2
    [ 2.517078] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.525256] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [ 2.536125] devtmpfs: mounted
    [ 2.539248] Freeing unused kernel memory: 332K (c08e3000 - c0936000)
    [ 2.545627] This architecture does not have kernel memory protection.
    [ 2.878283] systemd[1]: System time before build time, advancing clock.
    [ 2.942623] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [ 2.958667] random: systemd: uninitialized urandom read (16 bytes read, 16 bits of entropy available)
    [ 2.970323] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
    [ 2.988834] systemd[1]: Detected architecture arm.

    Welcome to Arago 2016.10!

    [ 3.018876] systemd[1]: Set hostname to <am57xx-evm>.
    [ 3.102761] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [ 3.113131] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 17 bits of entropy available)
    [ 3.148628] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available)
    [ 3.179673] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
    [ 3.202073] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 19 bits of entropy available)
    [ 3.320403] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [ 3.329920] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [ 3.339808] random: systemd: uninitialized urandom read (16 bytes read, 22 bits of entropy available)
    [ 3.784260] systemd[1]: dropbear.socket: Found ordering cycle on dropbear.socket/stop
    [ 3.792171] systemd[1]: dropbear.socket: Found dependency on sysinit.target/start
    [ 3.799713] systemd[1]: dropbear.socket: Found dependency on alignment.service/start
    [ 3.807519] systemd[1]: dropbear.socket: Found dependency on basic.target/start
    [ 3.814863] systemd[1]: dropbear.socket: Found dependency on sockets.target/start
    [ 3.822400] systemd[1]: dropbear.socket: Found dependency on dropbear.socket/stop
    [ 3.829963] systemd[1]: dropbear.socket: Breaking ordering cycle by deleting job alignment.service/start
    [ 3.839507] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with dropbear.socket/stop
    [ SKIP ] Ordering cycle found, skipping alignment.service
    [ 3.880090] systemd[1]: Listening on Journal Socket (/dev/log).
    [ OK ] Listening on Journal Socket (/dev/log).
    [ 3.907815] systemd[1]: Listening on Journal Socket.
    [ OK ] Listening on Journal Socket.
    [ 3.938992] systemd[1]: Created slice System Slice.
    [ OK ] Created slice System Slice.
    [ 4.007852] systemd[1]: Starting Remount Root and Kernel File Systems...
    Starting Remount Root and Kernel File Systems...
    [ 4.049772] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
    [ 4.055727] systemd[1]: Listening on Network Service Netlink Socket.
    [ OK ] Listening on Network Service Netlink Socket.
    [ 4.088459] systemd[1]: Created slice User and Session Slice.
    [ OK ] Created slice User and Session Slice.
    [ 4.118329] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [ OK ] Created slice system-serial\x2dgetty.slice.
    [ 4.148006] systemd[1]: Listening on udev Kernel Socket.
    [ OK ] Listening on udev Kernel Socket.
    [ 4.177781] systemd[1]: Listening on udev Control Socket.
    [ OK ] Listening on udev Control Socket.
    [ 4.208268] systemd[1]: Created slice system-getty.slice.
    [ OK ] Created slice system-getty.slice.
    [ 4.287683] systemd[1]: Mounting Temporary Directory...
    Mounting Temporary Directory...
    [ 4.307802] systemd[1]: Listening on Syslog Socket.
    [ OK ] Listening on Syslog Socket.
    [ 4.343251] systemd[1]: Starting Journal Service...
    Starting Journal Service...
    [ 4.367922] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ OK ] Started Forward Password Requests to Wall Directory Watch.
    [ 4.397805] systemd[1]: Reached target Remote File Systems.
    [ OK ] Reached target Remote File Systems.
    [ 4.417858] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.477920] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Starting Create list of required st... nodes for the current kernel...
    [ 4.513640] systemd[1]: Starting Load Kernel Modules...
    Starting Load Kernel Modules...
    [ 4.532509] CMEMK module: reference Linux version 4.4.32
    [ 4.538649] allocated heap buffer 0x40500000 of size 0x100000
    [ 4.538682] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 4552452] cmemk initialized
    [ OK ] Started Dispatch Password Requests to Console Directory Watch.
    [ 4.577804] systemd[1]: Reached target Paths.
    [ OK ] Reached target Paths.[ 4.584591] cryptodev: driver 1.8 loaded.

    [ 4.590845] systemd[1]: Reached target Swap.
    [ OK ] Reached target Swap.
    [ 4.617782] systemd[1]: Reached target Slices.
    [ OK ] Reached target Slices.
    [ 4.667873] systemd[1]: Starting Setup Virtual Console...
    Starting Setup Virtual Console...
    [ 4.699917] systemd[1]: Mounting POSIX Message Queue File System...
    Mounting POSIX Message Queue File System...
    [ 4.767760] systemd[1]: Mounting Debug File System...
    Mounting Debug File System...
    [ 4.793620] systemd[1]: Mounted Debug File System.
    [ OK ] Mounted Debug File System.
    [ 4.817806] systemd[1]: Mounted POSIX Message Queue File System.
    [ OK ] Mounted POSIX Message Queue File System.
    [ 4.837742] systemd[1]: Mounted Temporary Directory.
    [ OK ] Mounted Temporary Directory.
    [ 4.857925] systemd[1]: Started Journal Service.
    [ OK ] Started Journal Service.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Create list of required sta...ce nodes for the current kernel.
    [ OK ] Started Load Kernel Modules.
    [ OK ] Started Setup Virtual Console.
    Starting Apply Kernel Variables...
    Starting Create Static Device Nodes in /dev...
    Starting udev Coldplug all Devices...
    Starting Flush Journal to Persistent Storage...
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Started Create Static Device Nodes in /dev.
    [ 5.502901] systemd-journald[112]: Received request to flush runtime journal from PID 1
    [ OK ] Started Flush Journal to Persistent Storage.
    Starting udev Kernel Device Manager...
    [ OK ] Reached target Local File Systems (Pre).
    Mounting /media/ram...
    Mounting /var/volatile...
    [ OK ] Mounted /var/volatile.
    [ OK ] Mounted /media/ram.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Started udev Coldplug all Devices.
    [ 5.924823] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ OK ] Reached target Local File Systems.
    [ 6.009759] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    Starting Create Volatile Files and Directories...
    [ 6.058041] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    Starting Load/Save Random Seed...
    [ OK ] Found device /dev/ttyS2.
    [ OK ] Started Create Volatile Files and Directories.
    [ 6.148073] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ OK ] Started Load/Save Random Seed.[ 6.166497] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2

    [ 6.181655] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: rtc core: registered 48070000.i2c:tps659 as rtc1
    [ 6.207802] alg: skcipher: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 6.224058] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 6.231911] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ 6.254783] alg: skcipher-ddst: setkey failed on test 5 for ecb-des-omap: flags=100
    [ 6.272768] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20
    [ 6.288166] vitio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    Starting Network Time Synchronization...
    Starting Update UTMP about System Boot/Shutdown...
    [ 6.357800] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ 6.406061] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc2
    [ OK ] Started Network Time Synchronization.
    [ 6.448110] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    Starting Synchronize System and HW clocks...
    [ OK ] Reached target System Time Synchronized.
    [FAILED] Failed to start Synchronize System and HW clocks.[ 6.528382] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)

    [ 6.570762] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    See 'systemctl status sync-clocks.service' for details.
    [ 6.603775] vpe 489d0000.vpe: Device registered as /dev/video0
    [ 6.608221] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ 6.678120] virtio_ing: exports duplicate symbol virtio_break_device (owned by kernel)
    [ OK ] Started Update UTMP about System Boot/Shutdown.
    [ 6.749253] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ OK ] Reached target System Initialization.
    [ OK ] Started Daily Cleanup of Temporary Directories.
    [ OK ] Reached target Timers.
    [ 6.846027] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [ 6.886288] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ OK ] Listening on RPCbind Server Activation Socket.
    [ OK ] Listening on D-Bus System Message Bus Socket.[ 6.917063] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3

    [ OK ] Listening on dropbear.socket.
    [ 6.978056] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ 6.991816] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    [ 7.048448] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ 7.075583] EXT4-fs (mmcblk1p2): mounting ext3 file system using the ext4 subsystem
    Starting Telephony service...
    Starting uim-sysfs.service...
    [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [ 7.138331] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    Starting Permit User Sessions...
    Starting Login Service...
    [ 7.218212] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    Starting Avahi mDNS/DNS-SD Stack...[ 7.277754] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)

    [ 7.299248] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ 7.309565] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ OK ] Started System Logging Service.
    [ OK ] Started D-Bus System Message Bus.
    [ 7.412754] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ 7.497988] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ 7.568071] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ 7.637782] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ 7.728081] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ 7.760700] EXT4-fs (mmcblk1p2): recovery complete
    [ 7.765524] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.883386] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ 7.926699] virtio_ring: exports duplicate symbol virtio_break_device (owned by kernel)
    [ OK ] Started Telephony service.
    [ OK ] Started Avahi mDNS/DNS-SD Stack.[ 7.978721] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)

    Starting Network Service...
    [ 8.081440] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ 8.081509] Bluetooth: Core ver 2.21
    [ 8.081543] NET: Registered protocol family 31
    [ 8.081545] Bluetooth: HCI device and connection manager initialized
    [ 8.081555] Bluetooth: HCI socket layer initialized
    [ 8.081563] Bluetooth: L2CAP socket layer initialied
    [ 8.081591] Bluetooth: SCO socket layer initialized
    Starting Print notice about GPLv3 packages...
    [ OK ] Started Kernel Logging Service.
    [ 8.208797] NET: Registered protocol family 15
    [ 8.229437] net eth1: initializing cpsw version 1.15 (0)
    [ 8.258274] pruss_intc: exports duplicate symbol pruss_intc_configure (owned by kernel)
    [ OK ] Started Network Service.
    [ OK ] Started Permit User Sessions.
    [ 8.278505] net eth0: initialized cpsw ale version 1.4
    [ 8.291935] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [ 8.303729] net eth0: ALE Table size 1024
    [ 8.450551] net eth1: phy found : id is : 0x221622
    [ 8.489087] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [ 8.496265] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 8.514352] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1
    [ 8.547679] Initializing XFRM netlink socket
    [ 8.556840] net eth0: initializing cpsw version 1.15 (0)
    [ OK ] Started uim-sysfs.service.
    [ 8.700754] net eth0: phy found : id is : 0x221622
    [ 8.722148] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    Starting rc.pvr.service...
    [ OK ] Started Serial Getty on ttyS2.
    [ OK ] Started Getty on tty1.
    [ OK ] Reached target Network.
    Starting Lightning Fast Webserver With Light System Requirements...
    Starting Network Name Resolution...
    [ OK ] Started Login Service.
    [ OK ] Started Lightning Fast Webserver With Light System Requirements.
    [ OK ] Started Network Name Resolution.
    [ 9.473717] usbcore: registered new interface driver usbfs
    [ 9.484719] usbcore: registered new interface driver hub
    [ 9.494132] usbcore: registered new device driver usb
    [ 9.523131] random: nonblocking pool is initialized
    [ 9.540882] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 9.546831] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [ 9.556831] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00010010
    [ 9.566645] xhci-hcd xhci-hcd.0.auto: irq 471, io mem 0x48890000
    [ 9.575916] hub 1-0:1.0: USB hub found
    [ 9.580870] hub 1-0:1.0: 1 port detected
    [ 9.585257] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [ 9.592790] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [ 9.601609] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [ 9.611941] hub 2-0:1.0: USB hub found
    [ 9.619167] hub 2-0:1.0: 1 port detected
    [ 9.626855] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ]
    [ OK ] Started rc.pvr.service.
    Starting weston.service...
    [ OK ] Started weston.service.
    Starting tiipclad-daemon.service...
    Starting telnetd.service...
    [ OK ] Started telnetd.service.
    [ OK ] Started tiipclad-daemon.service.
    Starting thttpd.service...
    [ OK ] Started thttpd.service.
    Starting rng-tools.service...
    [ OK ] Started rng-tools.service.
    Starting gdbserverproxy.service...
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
    autoconf
    binutils-dev
    binutils
    bison-dev
    bison
    cpp-symlinks
    cpp
    dosfstools
    g++-symlinks
    g++
    gawk-dev
    gawk
    gcc-symlinks
    gcc
    gdb
    gdbc6x
    gdbserver
    gstreamer1.0-libav
    hidapi
    libcairo-perf-utils
    libgmp10
    libidn11
    libmpc3
    libmpfr4
    m4-dev
    m4
    make
    nettle
    parted
    swig-dev
    swig

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution. This can be done using
    the opkg remove command. i.e.:
    opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
    will be notified of the dependent packages. You should
    use the --force-removal-of-dependent-packages option to
    also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [ OK ] Started Print notice about GPLv3 packages.
    [ OK ] Started gdbserverproxy.service.
    Starting matrix-gui-2.0.service...
    [ OK ] Started matrix-gui-2.0.service.
    Starting thermal-zone-init.service...
    [ OK ] Started thermal-zone-init.service.

    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project http://arago-project.org am57xx-evm ttyS2

    Arago 2016.10 am57xx-evm ttyS2

    am57xx-evm login:
    _____ _____ _ _
    | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
    | | _| .'| . | . | | __| _| . | | | -_| _| _|
    |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
    |___| |___|

    Arago Project http://arago-project.org am57xx-evm ttyS2

    Arago 2016.10 am57xx-evm ttyS2

    am57xx-evm login:



    Best regards,
    Marka
  • Hello Marka,

    1) are you referencing AM572x IDK or AM571x IDK?

    2) Did you get that boot log after you already made changes to your device tree?

    3) What changes did you make to the device tree?

    Regards,
    Nick
  • Hello Nick,
    1) we are using AM5728 GPEVM SDK and done changes in am57xx-beagle-x15-common.dts by refering both am572x IDK and am571x IDK and as per our PHY address we changed the following code

    &pruss2_mdio {
    status = "okay";
    pruss2_eth0_phy: ethernet-phy@5 {
    reg = <5>;
    /*interrupt-parent = <&gpio3>;
    interrupts = <30 IRQ_TYPE_EDGE_FALLING>;*/
    };

    pruss2_eth1_phy: ethernet-phy@6 {
    reg = <6>;
    /*interrupt-parent = <&gpio3>;
    interrupts = <31 IRQ_TYPE_EDGE_FALLING>;*/
    };
    };

    2) The above boot log is after the changes

    Regards,
    Marka
  • Hello Marka,

    From your boot log, It looks like RemoteProc is unable to find am57xx-pru2_0-fw and am57xx-pru2_1-fw . The error code returned is for "no such file or directory". I expect RemoteProc to look in /lib/firmware for code to load into the PRUs. Does your firmware exist in the expected location?

    Regards,
    Nick
  • Hello Marka,

    I am going to mark this thread resolved. Please comment if you would like to continue the discussion.

    Regards,
    Nick