Hi!
Thank you for your help! I downloaded and booted on kernel-ls2085ardb.itb.
But I have an issue. The driver mc_restool (Management Complex restool) is not loaded so restool cannot work proprely. I have attached the full log.
root@ls2085ardb:/# restool -v
Freescale MC restool tool version 1.1
root@ls2085ardb:/# restool -m
open() failed for /dev/mc_restool: No such file or directory
And then I run dynamic_dpl.sh, there is the same error message.
root@ls2085ardb:/usr/nadk/nadk-static/bin# source ./dynamic_dpl.sh dpmac.5 dpmac.7
Available DPRCs
open() failed for /dev/mc_restool: No such file or directory
open() failed for /dev/mc_restool: No such file or directory
Created
open() failed for /dev/mc_restool: No such file or directory
Created
####### Parsing argument number 1 (dpmac.5) #######
open() failed for /dev/mc_restool: No such file or directory
Unfortually, I haven't find any information about how to load this driver. How can I fixe the problem ?
The filed in red are not present in your image...
root@ls2085ardb:~# find / -name "*restool*"
/dev/mc_restool
/sys/devices/virtual/misc/mc_restool
/sys/class/misc/mc_restool
/usr/bin/restool
I had also tried to boot with dpl-eth-aiop-nadk.0x2A_0x41.dtb but I'm not sure if it correct... because it doesn't boot
qixis_reset altbank
tftp a0000000 odpdpaa2/kernel-ls2085ardb.itb
tftp 0x90000000 my_ls2085ardb/dpl-examples/dpl-eth-aiop-nadk.0x2A_0x41.dtb
bootm a0000000 - 0x90000000
fdt_fixup_smmu: WARNING: no SMMU node found
fdt_fixup_board_enet: ERROR: fsl-mc node not found in device tree (error -1)
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.0.4 (jenkins@sun) (gcc version 4.9.3 20150311 (prerelease) (Linaro GCC 4.9-2015.03) ) #1 SMP PREEMPT Thu Aug 27 135
[ 0.000000] CPU: AArch64 Processor [411fd071] revision 1
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] alternatives: enabling workaround for ARM erratum 832075
[ 0.000000] Ignoring memory range 0x0 - 0x80000000
[ 0.000000] Ignoring memory range 0x0 - 0x80000000
[ 0.000000] Ignoring memory range 0x1000 - 0x80000000
[ 0.000000] Ignoring memory block 0x1000 - 0x60000000
[ 0.000000] Early serial console at MMIO 0x21c0600 (options '')
[ 0.000000] bootconsole [uart0] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] cma: Failed to reserve 16 MiB
[ 0.000000] Kernel panic - not syncing: ERROR: Failed to allocate 0x1000 bytes below 0x0.
[ 0.000000]
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.0.4 #1
[ 0.000000] Hardware name: (null) (DT)
[ 0.000000] Call trace:
[ 0.000000] [<ffff80000008992c>] dump_backtrace+0x0/0x11c
[ 0.000000] [<ffff800000089a58>] show_stack+0x10/0x1c
[ 0.000000] [<ffff8000005ff62c>] dump_stack+0x84/0xc4
[ 0.000000] [<ffff8000005fe5f8>] panic+0xe0/0x220
[ 0.000000] [<ffff800000865ff4>] memblock_alloc_base+0x2c/0x3c
[ 0.000000] [<ffff800000866010>] memblock_alloc+0xc/0x18
[ 0.000000] [<ffff80000085b960>] early_alloc+0x14/0x80
[ 0.000000] [<ffff80000085bac4>] paging_init+0xcc/0x138
[ 0.000000] [<ffff80000085950c>] setup_arch+0x2b4/0x5b0
[ 0.000000] [<ffff800000856674>] start_kernel+0xa4/0x3a8
[ 0.000000] ---[ end Kernel panic - not syncing: ERROR: Failed to allocate 0x1000 bytes below 0x0.
[ 0.000000]
PS: with 8 cores I got only 5.3Mpps and with 4 cores, 2.8Mpps. The generator was sending only 1 stream to only one port.
Thank you