Jump to content

Espressobin 1g 2 chip board - armbian-config


jrtaylor

Recommended Posts

So I have a new board that I am working with. I cannot get armbian-config to display anything. I have tried both the Ubuntu and Debian images. I also tried the default and next images with not luck. The default image has the drivers that I need for a mpcie network card. The final goal is to install the kernel source so I can update drivers.

 

[    2.037420] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.048872] r8169 0000:00:00.0 eth1: RTL8168evl/8111evl at 0xffffff8000376000, 00:13:3b:21:4b:62, XID 0c900800 IRQ 108
[    2.048931] r8169 0000:00:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.653362] r8169 0000:00:00.0 enp0s0: renamed from eth1

[   20.069026] r8169 0000:00:00.0: Direct firmware load for rtl_nic/rtl8168e-3.fw failed with error -2
[   20.069052] r8169 0000:00:00.0 enp0s0: unable to load firmware patch rtl_nic/rtl8168e-3.fw (-2)

Link to comment
Share on other sites

17 hours ago, jrtaylor said:

Direct firmware load for rtl_nic/rtl8168e-3.fw failed with error -2

 

apt install armbian-firmware-full

&reboot

 

BTW. Factory legacy default kernel is the worse choice among available and if you don't proceed with our tips and change bootloader ... you again waste time. Your PCI card will remain dead.

 

What have armbian-config to do with this?

Link to comment
Share on other sites

Thank you for the reply. I need to compile the r8168 drivers for the card I have. The r8169 drivers work but no gigabit. On the orange pi that I have I used armbian-config to install the kernel sources so I could compile other things. That worked perfect. The Armbian_5.54_Espressobin_Debian_stretch_default_4.4.138.img and the Armbian_5.54_Espressobin_Debian_stretch_next_4.17.9.img images do not seem to work. Armbian-config never gives a menu.

 

I am more than happy to try an updated image. The only other thing I found with the _next image is that the netfilter module had performance issues. Not sure if it was my config or what. That's a problem for another day.

 

Here is the u-boot info. The first thing I did was update u-boot

 

WTMI-armada-17.10.5-34ce216
WTMI: system early-init
SVC REV: 4, CPU VDD voltage: 1.143V

Fill memory before self refresh...done

Fill memory before self refresh...done

Now in Self-refresh Mode
Restore termination values to original values
Exited self-refresh ...


Self refresh Pass.
DDR self test mode test done!!

Self refresh Pass.
DDR self test mode test done!!

QS GATING
=============
Calibration done: cycle = 0x00 tap =0x62
CH0_PHY_RL_Control_CS0_B0[0xC0001180]: 0x00000062
CH0_PHY_RL_Control_CS0_B1[0xC0001184]: 0x00000062


QS GATING
=============
Calibration done: cycle = 0x00 tap =0x62
CH0_PHY_RL_Control_CS1_B0[0xC00011A4]: 0x00000062
CH0_PHY_RL_Control_CS1_B1[0xC00011A8]: 0x00000062

DLL TUNING
==============
   DLL 0xc0001050[21:16]: [0,20,10]
   DLL 0xc0001050[29:24]: [6,32,1c]
   DLL 0xc0001054[21:16]: [0,23,11]
   DLL 0xc0001054[29:24]: [7,37,1f]
   DLL 0xc0001074[21:16]: [0,3f,1f]
   DLL 0xc0001074NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL1: Built : 16:46:16, May 10 2NOTICE:  BL2: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL2: Built : 16:46:16, May 10 2018
NNOTICE:  BL31: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL31:

U-Boot 2017.03-armada-17.10.3-g06ad760-armbian (May 10 2018 - 16:45:48 +0200)

Model: Marvell Armada 3720 Community Board ESPRESSOBin
       CPU    @ 1000 [MHz]
       L2     @ 800 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 800 [MHz]
DRAM:  1 GiB
U-Boot DT blob at : 000000003f7182d8
Comphy-0: USB3          5 Gbps    
Comphy-1: PEX0          2.5 Gbps  
Comphy-2: SATA0         6 Gbps    
SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: ncq led only pmp fbss pio slum part sxs
PCIE-0: Link up
MMC:   sdhci@d0000: 0
SF: Detected w25q32dw with page size 256 Bytes, erase size 4 KiB, total 4 MiB
Net:   eth0: neta@30000 [PRIME]
Hit any key to stop autoboot:  0
*** ERROR: `serverip' not set
*** ERROR: `serverip' not set
... booting from SD
1176 bytes read in 5 ms (229.5 KiB/s)
## Executing script at 00800000
221 bytes read in 5 ms (43 KiB/s)
14370816 bytes read in 620 ms (22.1 MiB/s)
5008581 bytes read in 220 ms (21.7 MiB/s)
12011 bytes read in 23 ms (509.8 KiB/s)
** File not found boot/dtb/marvell/armada-3720-espressobin.dtb **
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    5008517 Bytes = 4.8 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 04f00000
   Booting using the fdt blob at 0x4f00000
   Loading Ramdisk to 3f24f000, end 3f715c85 ... OK
   Using Device Tree in place at 0000000004f00000, end 0000000004f05eea

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.138-mvebu64  (root@nightly) (gcc version 6.4.1 20171012 (Linaro GCC 6.4-2017.11) ) #56 SMP PREEMPT Tue Jul 24 15:24:52 UTC 2018
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: Early serial console at MMIO 0xd0012000 (options '')
[    0.000000] bootconsole [uart0] enabled
Loading, please wait...
starting version 232
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1
/dev/mmcblk0p1: recovering journal
/dev/mmcblk0p1: clean, 38746/947776 files, 351639/3849616 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.

Link to comment
Share on other sites

I am using a mPCI-e realtek network card to get around the problems with netfilter and the topaz switch.

 

Here is the card.

https://www.amazon.com/Syba-SD-MPE24031-Gigabit-Ethernet-1-Port/dp/B00B524102

http://www.sybausa.com/index.php?route=product/product&product_id=126

 

u-boot info. This is a 1Gb 2 chip board.

 

TIM-1.0
WTMI-armada-17.10.5-34ce216
WTMI: system early-init
SVC REV: 4, CPU VDD voltage: 1.143V
 
Fill memory before self refresh...done
 
Fill memory before self refresh...done
 
Now in Self-refresh Mode
Restore termination values to original values
Exited self-refresh ...
 
 
Self refresh Pass.
DDR self test mode test done!!
 
Self refresh Pass.
DDR self test mode test done!!
 
QS GATING
=============
Calibration done: cycle = 0x00 tap =0x62
CH0_PHY_RL_Control_CS0_B0[0xC0001180]: 0x00000062
CH0_PHY_RL_Control_CS0_B1[0xC0001184]: 0x00000062
 
 
QS GATING
=============
Calibration done: cycle = 0x00 tap =0x62
CH0_PHY_RL_Control_CS1_B0[0xC00011A4]: 0x00000062
CH0_PHY_RL_Control_CS1_B1[0xC00011A8]: 0x00000062
 
DLL TUNING
==============
   DLL 0xc0001050[21:16]: [0,21,10]
   DLL 0xc0001050[29:24]: [6,31,1b]
   DLL 0xc0001054[21:16]: [0,23,11]
   DLL 0xc0001054[29:24]: [6,38,1f]
   DLL 0xc0001074[21:16]: [0,3f,1f]
   DLL 0xc0001074NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL1: Built : 16:46:16, May 10 2NOTICE:  BL2: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL2: Built : 16:46:16, May 10 2018
NNOTICE:  BL31: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL31:
 
U-Boot 2017.03-armada-17.10.3-g06ad760-armbian (May 10 2018 - 16:45:48 +0200)
 
Model: Marvell Armada 3720 Community Board ESPRESSOBin
       CPU    @ 1000 [MHz]
       L2     @ 800 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 800 [MHz]
DRAM:  1 GiB
U-Boot DT blob at : 000000003f7182d8
Comphy-0: USB3          5 Gbps     
Comphy-1: PEX0          2.5 Gbps   
Comphy-2: SATA0         6 Gbps     
SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: ncq led only pmp fbss pio slum part sxs  
PCIE-0: Link up
MMC:   sdhci@d0000: 0
SF: Detected w25q32dw with page size 256 Bytes, erase size 4 KiB, total 4 MiB
Net:   eth0: neta@30000 [PRIME]
Hit any key to stop autoboot:  2 1 0  
*** ERROR: `serverip' not set
*** ERROR: `serverip' not set
... booting from SD
1176 bytes read in 7 ms (164.1 KiB/s)
## Executing script at 00800000
221 bytes read in 2 ms (107.4 KiB/s)
15481344 bytes read in 667 ms (22.1 MiB/s)
4599425 bytes read in 205 ms (21.4 MiB/s)
** File not found boot/dtb/marvell/armada-3720-community.dtb **
8607 bytes read in 9 ms (933.6 KiB/s)
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   uInitrd
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)
   Data Size:    4599361 Bytes = 4.4 MiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 04f00000
   Booting using the fdt blob at 0x4f00000
   Loading Ramdisk to 3f2b3000, end 3f715e41 ... OK
   Using Device Tree in place at 0000000004f00000, end 0000000004f0519e
 
Starting kernel ...
 
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 4.18.2-mvebu64 (root@armbian-build) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 SMP PREEMPT Fri Aug 17 18:29:21 CDT 2018
[    0.000000] Machine model: Globalscale Marvell ESPRESSOBin Board
[    0.000000] earlycon: ar3700_uart0 at MMIO 0x00000000d0012000 (options '')
[    0.000000] bootconsole [ar3700_uart0] enabled
Loading, please wait...
starting version 232
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems
done.
Begin: Will now check root file system ... fsck from util-linux 2.29.2
[/sbin/fsck.ext4 (1) -- /dev/mmcblk1p1] fsck.ext4 -a -C0 /dev/mmcblk1p1  
/dev/mmcblk1p1: clean, 37788/919456 files, 427014/3849616 blocks
done.
done.
Begin: Running /scripts/local-bottom ... done.
Begin: Running /scripts/init-bottom ... done.
 
Welcome to Debian GNU/Linux 9 (stretch)

 

DMESG from my build.

Spoiler

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[    0.000000] Linux version 4.18.2-mvebu64 (root@armbian-build) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #1 SMP PREEMPT Fri Aug 17 18:29:21 CDT 2018
[    0.000000] Machine model: Globalscale Marvell ESPRESSOBin Board
[    0.000000] earlycon: ar3700_uart0 at MMIO 0x00000000d0012000 (options '')
[    0.000000] bootconsole [ar3700_uart0] enabled
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 16 MiB at 0x000000003e000000
[    0.000000] NUMA: No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x3ffeab40-0x3ffec2ff]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000] On node 0 totalpages: 262144
[    0.000000]   DMA32 zone: 4096 pages used for memmap
[    0.000000]   DMA32 zone: 0 pages reserved
[    0.000000]   DMA32 zone: 262144 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.1
[    0.000000] random: get_random_bytes called from start_kernel+0xa8/0x418 with crng_init=0
[    0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s56472 r8192 d29544 u94208
[    0.000000] pcpu-alloc: s56472 r8192 d29544 u94208 alloc=23*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 258048
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: console=ttyMV0,115200 earlycon=ar3700_uart,0xd0012000 root=UUID=b1c44662-6a20-48d6-9bc5-5d7cb298b0b5 rootfstype=ext4 rootwait loglevel=1 usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u mtdparts=spi0.0:1536k(uboot),64k(uboot-environment),-(reserved)
[    0.000000] Memory: 995372K/1048576K available (10556K kernel code, 718K rwdata, 3188K rodata, 640K init, 500K bss, 36820K reserved, 16384K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=2.
[    0.000000]     Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[    0.000000] GICv3: Distributor has no Range Selector support
[    0.000000] GICv3: no VLPI support, no direct LPI support
[    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000d1d40000
[    0.000000] arch_timer: cp15 timer(s) running at 12.50MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049cda, max_idle_ns: 440795202628 ns
[    0.000003] sched_clock: 56 bits at 12MHz, resolution 80ns, wraps every 4398046511080ns
[    0.000164] Console: colour dummy device 80x25
[    0.000214] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=12500)
[    0.000222] pid_max: default: 32768 minimum: 301
[    0.000286] Security Framework initialized
[    0.000831] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.001140] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.001170] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.001183] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.008126] ASID allocator initialised with 32768 entries
[    0.010095] Hierarchical SRCU implementation.
[    0.012303] EFI services will not be available.
[    0.014125] smp: Bringing up secondary CPUs ...
[    0.022270] Detected VIPT I-cache on CPU1
[    0.022300] GICv3: CPU1: found redistributor 1 region 0:0x00000000d1d60000
[    0.022333] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[    0.022423] smp: Brought up 1 node, 2 CPUs
[    0.022426] SMP: Total of 2 processors activated.
[    0.022431] CPU features: detected: GIC system register CPU interface
[    0.022435] CPU features: detected: 32-bit EL0 Support
[    0.026262] CPU: All CPU(s) started at EL2
[    0.026274] alternatives: patching kernel code
[    0.027339] devtmpfs: initialized
[    0.029770] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.029802] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.030365] xor: measuring software checksum speed
[    0.039606]    8regs     :  1920.000 MB/sec
[    0.049638]    8regs_prefetch:  1712.000 MB/sec
[    0.059674]    32regs    :  2360.000 MB/sec
[    0.069711]    32regs_prefetch:  1984.000 MB/sec
[    0.069714] xor: using function: 32regs (2360.000 MB/sec)
[    0.069772] pinctrl core: initialized pinctrl subsystem
[    0.070345] DMI not present or invalid.
[    0.070646] NET: Registered protocol family 16
[    0.071105] audit: initializing netlink subsys (disabled)
[    0.071297] audit: type=2000 audit(0.068:1): state=initialized audit_enabled=0 res=1
[    0.074809] cpuidle: using governor ladder
[    0.075808] cpuidle: using governor menu
[    0.076100] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[    0.076115] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.077901] DMA: preallocated 2048 KiB pool for atomic allocations
[    0.078034] Serial: AMBA PL011 UART driver
[    0.079132] mvebu-uart d0012000.serial: could not find pctldev for node /soc/internal-regs@d0000000/pinctrl@13800/uart1-pins, deferring probe
[    0.088027] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.088412] cryptd: max_cpu_qlen set to 1000
[    0.105054] raid6: int64x1  gen()   394 MB/s
[    0.122089] raid6: int64x1  xor()   375 MB/s
[    0.139218] raid6: int64x2  gen()   601 MB/s
[    0.156244] raid6: int64x2  xor()   511 MB/s
[    0.173311] raid6: int64x4  gen()   906 MB/s
[    0.190402] raid6: int64x4  xor()   646 MB/s
[    0.207470] raid6: int64x8  gen()   835 MB/s
[    0.224561] raid6: int64x8  xor()   630 MB/s
[    0.241695] raid6: neonx1   gen()   628 MB/s
[    0.258737] raid6: neonx1   xor()   722 MB/s
[    0.275821] raid6: neonx2   gen()  1027 MB/s
[    0.292903] raid6: neonx2   xor()  1029 MB/s
[    0.309992] raid6: neonx4   gen()  1324 MB/s
[    0.327058] raid6: neonx4   xor()  1232 MB/s
[    0.344157] raid6: neonx8   gen()  1437 MB/s
[    0.361226] raid6: neonx8   xor()  1306 MB/s
[    0.361229] raid6: using algorithm neonx8 gen() 1437 MB/s
[    0.361231] raid6: .... xor() 1306 MB/s, rmw enabled
[    0.361235] raid6: using neon recovery algorithm
[    0.361446] ACPI: Interpreter disabled.
[    0.361948] vgaarb: loaded
[    0.362290] SCSI subsystem initialized
[    0.362494] libata version 3.00 loaded.
[    0.362682] usbcore: registered new interface driver usbfs
[    0.362715] usbcore: registered new interface driver hub
[    0.362761] usbcore: registered new device driver usb
[    0.362932] pps_core: LinuxPPS API ver. 1 registered
[    0.362935] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.362947] PTP clock support registered
[    0.363761] clocksource: Switched to clocksource arch_sys_counter
[    0.363920] VFS: Disk quotas dquot_6.6.0
[    0.363968] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.364124] pnp: PnP ACPI: disabled
[    0.369584] NET: Registered protocol family 2
[    0.370102] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes)
[    0.370146] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.370234] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.370353] TCP: Hash tables configured (established 8192 bind 8192)
[    0.370484] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.370514] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.370672] NET: Registered protocol family 1
[    0.371192] RPC: Registered named UNIX socket transport module.
[    0.371197] RPC: Registered udp transport module.
[    0.371199] RPC: Registered tcp transport module.
[    0.371202] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.371212] PCI: CLS 0 bytes, default 64
[    0.371393] Trying to unpack rootfs image as initramfs...
[    0.605371] Freeing initrd memory: 4488K
[    0.605962] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.606128] kvm [1]: 8-bit VMID
[    0.606842] kvm [1]: vgic-v2@d1da0000
[    0.606877] kvm [1]: GIC system register CPU interface enabled
[    0.606921] kvm [1]: vgic interrupt IRQ1
[    0.607000] kvm [1]: Hyp mode initialized successfully
[    0.610692] Initialise system trusted keyrings
[    0.610925] workingset: timestamp_bits=44 max_order=18 bucket_order=0
[    0.617808] NFS: Registering the id_resolver key type
[    0.617836] Key type id_resolver registered
[    0.617838] Key type id_legacy registered
[    0.617847] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.618019] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.619912] Key type asymmetric registered
[    0.619920] Asymmetric key parser 'x509' registered
[    0.620117] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.620225] io scheduler noop registered
[    0.620229] io scheduler deadline registered
[    0.620354] io scheduler cfq registered (default)
[    0.620358] io scheduler mq-deadline registered
[    0.620362] io scheduler kyber registered
[    0.620453] io scheduler bfq registered
[    0.623492] advk-pcie d0070000.pcie: host bridge /soc/pcie@d0070000 ranges:
[    0.623516] advk-pcie d0070000.pcie:   MEM 0xe8000000..0xe8ffffff -> 0xe8000000
[    0.623528] advk-pcie d0070000.pcie:    IO 0xe9000000..0xe900ffff -> 0xe9000000
[    0.716782] advk-pcie d0070000.pcie: link up
[    0.716925] advk-pcie d0070000.pcie: PCI host bridge to bus 0000:00
[    0.716935] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.716941] pci_bus 0000:00: root bus resource [mem 0xe8000000-0xe8ffffff]
[    0.716948] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0xe9000000-0xe900ffff])
[    0.717008] pci 0000:00:00.0: [10ec:8168] type 00 class 0x020000
[    0.717091] pci 0000:00:00.0: reg 0x10: [io  0x0000-0x00ff]
[    0.717161] pci 0000:00:00.0: reg 0x18: [mem 0xe8000000-0xe8000fff 64bit pref]
[    0.717206] pci 0000:00:00.0: reg 0x20: [mem 0xe8004000-0xe8007fff 64bit pref]
[    0.717442] pci 0000:00:00.0: supports D1 D2
[    0.717448] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.718270] pci 0000:00:00.0: BAR 4: assigned [mem 0xe8000000-0xe8003fff 64bit pref]
[    0.718305] pci 0000:00:00.0: BAR 2: assigned [mem 0xe8004000-0xe8004fff 64bit pref]
[    0.718336] pci 0000:00:00.0: BAR 0: assigned [io  0x1000-0x10ff]
[    0.719920] mv_xor d0060900.xor: Marvell shared XOR driver
[    0.737431] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.755429] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr )
[    0.758136] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.759687] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.760399] brd: module loaded
[    0.767352] loop: module loaded
[    0.768546] ahci-mvebu d00e0000.sata: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[    0.768559] ahci-mvebu d00e0000.sata: flags: ncq sntf led only pmp fbs pio slum part sxs
[    0.769576] scsi host0: ahci-mvebu
[    0.769865] ata1: SATA max UDMA/133 mmio [mem 0xd00e0000-0xd00e1fff] port 0x100 irq 22
[    0.775312] random: fast init done
[    0.783344] m25p80 spi0.0: w25q32dw (4096 Kbytes)
[    0.783362] 3 cmdlinepart partitions found on MTD device spi0.0
[    0.783365] Creating 3 MTD partitions on "spi0.0":
[    0.783374] 0x000000000000-0x000000180000 : "uboot"
[    0.784207] 0x000000180000-0x000000190000 : "uboot-environment"
[    0.784860] 0x000000190000-0x000000400000 : "reserved"
[    0.785852] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    0.787791] libphy: Fixed MDIO Bus: probed
[    0.788025] tun: Universal TUN/TAP device driver, 1.6
[    0.788222] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    0.788224] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    0.788276] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    0.788279] igb: Copyright (c) 2007-2014 Intel Corporation.
[    0.788313] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    0.788316] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    0.788348] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
[    0.788351] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    0.788568] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k
[    0.788571] ixgbevf: Copyright (c) 2009 - 2015 Intel Corporation.
[    0.788692] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[    0.788695] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[    0.789022] libphy: orion_mdio_bus: probed
[    0.790370] mvneta d0030000.ethernet eth0: Using device tree mac address f0:ad:4e:03:64:7f
[    0.790454] sky2: driver version 1.30
[    0.790697] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.791848] r8169 0000:00:00.0 eth1: RTL8168evl/8111evl, 00:13:3b:21:4b:62, XID 2c900800, IRQ 44
[    0.791857] r8169 0000:00:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.792316] VFIO - User Level meta-driver version: 0.3
[    0.792964] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.792969] ehci-pci: EHCI PCI platform driver
[    0.793003] ehci-platform: EHCI generic platform driver
[    0.793073] ehci-orion: EHCI orion driver
[    0.793228] orion-ehci d005e000.usb: EHCI Host Controller
[    0.793247] orion-ehci d005e000.usb: new USB bus registered, assigned bus number 1
[    0.793701] orion-ehci d005e000.usb: irq 13, io mem 0xd005e000
[    0.799770] orion-ehci d005e000.usb: USB 2.0 started, EHCI 1.00
[    0.799911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    0.799917] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.799922] usb usb1: Product: EHCI Host Controller
[    0.799927] usb usb1: Manufacturer: Linux 4.18.2-mvebu64 ehci_hcd
[    0.799932] usb usb1: SerialNumber: d005e000.usb
[    0.800398] hub 1-0:1.0: USB hub found
[    0.800422] hub 1-0:1.0: 1 port detected
[    0.800731] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.800782] ohci-pci: OHCI PCI platform driver
[    0.800848] ohci-platform: OHCI generic platform driver
[    0.801258] xhci-hcd d0058000.usb: xHCI Host Controller
[    0.801277] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 2
[    0.802085] xhci-hcd d0058000.usb: hcc params 0x0a000998 hci version 0x100 quirks 0x0000000000010010
[    0.802147] xhci-hcd d0058000.usb: irq 12, io mem 0xd0058000
[    0.802442] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    0.802448] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.802453] usb usb2: Product: xHCI Host Controller
[    0.802458] usb usb2: Manufacturer: Linux 4.18.2-mvebu64 xhci-hcd
[    0.802463] usb usb2: SerialNumber: d0058000.usb
[    0.802950] hub 2-0:1.0: USB hub found
[    0.802974] hub 2-0:1.0: 1 port detected
[    0.803232] xhci-hcd d0058000.usb: xHCI Host Controller
[    0.803247] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 3
[    0.803261] xhci-hcd d0058000.usb: Host supports USB 3.0  SuperSpeed
[    0.803308] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.803391] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    0.803397] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.803402] usb usb3: Product: xHCI Host Controller
[    0.803407] usb usb3: Manufacturer: Linux 4.18.2-mvebu64 xhci-hcd
[    0.803412] usb usb3: SerialNumber: d0058000.usb
[    0.803780] hub 3-0:1.0: USB hub found
[    0.803803] hub 3-0:1.0: 1 port detected
[    0.804232] usbcore: registered new interface driver usb-storage
[    0.804577] mousedev: PS/2 mouse device common for all mice
[    0.804912] i2c /dev entries driver
[    0.805058] IR NEC protocol handler initialized
[    0.805061] IR RC5(x/sz) protocol handler initialized
[    0.805063] IR RC6 protocol handler initialized
[    0.805065] IR JVC protocol handler initialized
[    0.805068] IR Sony protocol handler initialized
[    0.805070] IR SANYO protocol handler initialized
[    0.805073] IR Sharp protocol handler initialized
[    0.805076] IR MCE Keyboard/mouse protocol handler initialized
[    0.805078] IR XMP protocol handler initialized
[    0.805576] sdhci: Secure Digital Host Controller Interface driver
[    0.805578] sdhci: Copyright(c) Pierre Ossman
[    0.805581] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.805844] xenon-sdhci d00d0000.sdhci: Got CD GPIO
[    0.831967] mmc0: SDHCI controller on d00d8000.sdhci [d00d8000.sdhci] using ADMA
[    0.832208] ledtrig-cpu: registered to indicate activity on CPUs
[    0.832618] usbcore: registered new interface driver usbhid
[    0.832620] usbhid: USB HID core driver
[    0.833730] NET: Registered protocol family 10
[    0.835128] Segment Routing with IPv6
[    0.835188] NET: Registered protocol family 17
[    0.835261] Key type dns_resolver registered
[    0.836082] registered taskstats version 1
[    0.836087] Loading compiled-in X.509 certificates
[    0.837729] Btrfs loaded, crc32c=crc32c-generic
[    0.839897] d0012000.serial: ttyMV0 at MMIO 0xd0012000 (irq = 0, base_baud = 1562500) is a mvebu-uart
[    0.839922] console [ttyMV0] enabled
[    0.839925] bootconsole [ar3700_uart0] disabled
[    0.841032] xenon-sdhci d00d0000.sdhci: Got CD GPIO
[    0.870405] mmc1: SDHCI controller on d00d0000.sdhci [d00d0000.sdhci] using ADMA
[    0.870928] hctosys: unable to open rtc device (rtc0)
[    0.927841] xenon-sdhci d00d0000.sdhci: Timing issue might occur in DDR mode
[    0.927913] mmc1: new ultra high speed DDR50 SDHC card at address aaaa
[    0.931437] mmcblk1: mmc1:aaaa SL16G 14.8 GiB
[    0.938635]  mmcblk1: p1
[    1.083741] ata1: SATA link down (SStatus 0 SControl 300)
[    1.085911] Freeing unused kernel memory: 640K
[    1.150347] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.150887] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.150946] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    1.294578] r8169 0000:00:00.0 enp0s0: renamed from eth1
[    1.339880] mv88e6085 d0032004.mdio-mii:01: switch 0x3410 detected: Marvell 88E6341, revision 0
[    1.368297] libphy: mdio: probed
[    2.244314] mv88e6085 d0032004.mdio-mii:01 wan (uninitialized): PHY [!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:11] driver [Marvell 88E6390]
[    2.309136] mv88e6085 d0032004.mdio-mii:01 lan0 (uninitialized): PHY [!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:12] driver [Marvell 88E6390]
[    2.376061] mv88e6085 d0032004.mdio-mii:01 lan1 (uninitialized): PHY [!soc!internal-regs@d0000000!mdio@32004!switch0@1!mdio:13] driver [Marvell 88E6390]
[    2.381478] DSA: tree 0 setup
[    2.727361] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null)
[    3.142349] systemd[1]: System time before build time, advancing clock.
[    3.195363] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    3.195844] systemd[1]: Detected architecture arm64.
[    3.205956] systemd[1]: Set hostname to <espressobin>.
[    3.616490] systemd[1]: Reached target Remote File Systems.
[    3.625601] systemd[1]: Listening on udev Kernel Socket.
[    3.631513] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.640142] systemd[1]: Reached target Swap.
[    3.648639] systemd[1]: Listening on Network Service Netlink Socket.
[    3.658738] systemd[1]: Listening on Journal Audit Socket.
[    3.667500] systemd[1]: Listening on fsck to fsckd communication Socket.
[    3.812870] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro
[    4.301694] systemd-journald[220]: Received request to flush runtime journal from PID 1

 

 

 

Edited by Igor
spoilers
Link to comment
Share on other sites

3 hours ago, jrtaylor said:

Problem fixed. The public build that are listed are broken.

 

They should work. Hmm.

 

3 hours ago, jrtaylor said:

I can share my build if anyone wants it.

https://docs.armbian.com/Process_Contribute/

 

Push your kernel config here https://github.com/armbian/build/blob/master/config/kernel/linux-meson64-next.config

Link to comment
Share on other sites

1 hour ago, jrtaylor said:

Yes it's about Stretch. The 4 img files I tested all had problems from here. https://www.armbian.com/espressobin/

 

I (re)try first and it boots just fine: http://ix.io/1kzo

 

46 minutes ago, jrtaylor said:

I do not know how


You just missed a wonderful opportunity to learn something :) You can find how-to if you follow the link and read a little.

 

This was just added: https://github.com/armbian/build/commit/4a8d2f995134a5b1c8ed9d0723b088746dca45cc

Link to comment
Share on other sites

Still having some problems but I can compile image and source kernel from git build. What I am still having problems with is the realtek r8169 drivers that are build. I looks like because of the version chip I have I need to compile the r8168 drivers. I have tried but the build fails. This is also why I thought there was a problem with armbian-config. The r8169 driver makes the chip I have go to about 1kbit. After doing some digging I found this is a problem.

 

This person is having the same problem that I have with the topaz switch. The fix is to use another ethernet interface. I have tried 2 different usb adapters and they both work. I need an adapter that I can keep inside the box I have for the espressobin.

 

Can I get some help compiling these drivers?

I have both jessie and stretch built to test on.

 

root@espressobin:/usr/src/r8168-8.046.00# make
make -C src/ clean
make[1]: Entering directory '/usr/src/r8168-8.046.00/src'
make -C /lib/modules/4.4.139-mvebu64/build SUBDIRS=/usr/src/r8168-8.046.00/src clean
make[2]: Entering directory '/lib/modules/4.4.139-mvebu64/build'
make[2]: Leaving directory '/lib/modules/4.4.139-mvebu64/build'
make[1]: Leaving directory '/usr/src/r8168-8.046.00/src'
make -C src/ modules
make[1]: Entering directory '/usr/src/r8168-8.046.00/src'
make -C /lib/modules/4.4.139-mvebu64/build SUBDIRS=/usr/src/r8168-8.046.00/src modules
make[2]: Entering directory '/lib/modules/4.4.139-mvebu64/build'
  CC [M]  /usr/src/r8168-8.046.00/src/r8168_n.o
scripts/basic/fixdep: 1: scripts/basic/fixdep: Syntax error: "(" unexpected
scripts/Makefile.build:269: recipe for target '/usr/src/r8168-8.046.00/src/r8168_n.o' failed
make[3]: *** [/usr/src/r8168-8.046.00/src/r8168_n.o] Error 2
Makefile:1425: recipe for target '_module_/usr/src/r8168-8.046.00/src' failed
make[2]: *** [_module_/usr/src/r8168-8.046.00/src] Error 2
make[2]: Leaving directory '/lib/modules/4.4.139-mvebu64/build'
Makefile:104: recipe for target 'modules' failed
make[1]: *** [modules] Error 2
make[1]: Leaving directory '/usr/src/r8168-8.046.00/src'
Makefile:40: recipe for target 'modules' failed
make: *** [modules] Error 2

 

Link to comment
Share on other sites

On 8/21/2018 at 3:05 AM, jrtaylor said:

The r8169 driver makes the chip I have go to about 1kbit. After doing some digging I found this is a problem.


Espressobin PCI stack is IMO still somewhere in WIP stage.  A year back there were just a few cards recognized, a few operational ... regardless of the kernel driver. Perhaps try here: https://github.com/MarvellEmbeddedProcessors/atf-marvell/issues

Link to comment
Share on other sites

5 minutes ago, Igor said:


Espressobin PCI stack is IMO still somewhere in WIP stage.  A year back there were just a few cards recognized, a few operational ... regardless of the kernel driver. Perhaps try here: https://github.com/MarvellEmbeddedProcessors/atf-marvell/issues

That will not help. The marvell chip only has 1 mac. It really is just a switch not 3 ethernet ports. Netfilter and iptables cannot tell which direction the traffic is going. Without being able to add an extra net card this device will never work correctly as a router or bridged monitoring device. An external usb net card does work. I have tried several but really need a mini pcie one to keep everything in one box. Just need r8168 drivers. I think this will help others.

Link to comment
Share on other sites

3 hours ago, jrtaylor said:

This is the same problem I am seeing.

 

3 hours ago, jrtaylor said:

That will not help.


On Clearfog this RTL8111 mPCI card works without problems. Out of the box.

Link to comment
Share on other sites

This is a test with ingress tc filter that is the exact same as wondershaer, astshape and arnos-firewall. This is on a 60mb x 12mb connection.

 

root@espressobin:~# iperf3 -c speedtest.serverius.net -p 5002 -P 10 -4 -R
Connecting to host speedtest.serverius.net, port 5002
Reverse mode, remote host speedtest.serverius.net is sending
[  4] local 10.1.10.66 port 54222 connected to 178.21.16.76 port 5002
[  6] local 10.1.10.66 port 54224 connected to 178.21.16.76 port 5002
[  8] local 10.1.10.66 port 54226 connected to 178.21.16.76 port 5002
[ 10] local 10.1.10.66 port 54228 connected to 178.21.16.76 port 5002
[ 12] local 10.1.10.66 port 54230 connected to 178.21.16.76 port 5002
[ 14] local 10.1.10.66 port 54232 connected to 178.21.16.76 port 5002
[ 16] local 10.1.10.66 port 54234 connected to 178.21.16.76 port 5002
[ 18] local 10.1.10.66 port 54236 connected to 178.21.16.76 port 5002
[ 20] local 10.1.10.66 port 54238 connected to 178.21.16.76 port 5002
[ 22] local 10.1.10.66 port 54240 connected to 178.21.16.76 port 5002
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec  17.0 KBytes   139 Kbits/sec                  
[  6]   0.00-1.00   sec  18.4 KBytes   151 Kbits/sec                  
[  8]   0.00-1.00   sec  22.6 KBytes   185 Kbits/sec                  
[ 10]   0.00-1.00   sec  17.0 KBytes   139 Kbits/sec                  
[ 12]   0.00-1.00   sec  21.2 KBytes   174 Kbits/sec                  
[ 14]   0.00-1.00   sec  1.41 KBytes  11.6 Kbits/sec                  
[ 16]   0.00-1.00   sec  2.83 KBytes  23.2 Kbits/sec                  
[ 18]   0.00-1.00   sec  2.83 KBytes  23.2 Kbits/sec                  
[ 20]   0.00-1.00   sec  2.83 KBytes  23.2 Kbits/sec                  
[ 22]   0.00-1.00   sec  4.24 KBytes  34.7 Kbits/sec                  
[SUM]   0.00-1.00   sec   110 KBytes   903 Kbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -

 

This is with the tc filter removed.

 

root@espressobin:~# iperf3 -c speedtest.serverius.net -p 5002 -P 10 -4 -R
Connecting to host speedtest.serverius.net, port 5002
Reverse mode, remote host speedtest.serverius.net is sending
[  4] local 10.1.10.66 port 54246 connected to 178.21.16.76 port 5002
[  6] local 10.1.10.66 port 54248 connected to 178.21.16.76 port 5002
[  8] local 10.1.10.66 port 54250 connected to 178.21.16.76 port 5002
[ 10] local 10.1.10.66 port 54252 connected to 178.21.16.76 port 5002
[ 12] local 10.1.10.66 port 54254 connected to 178.21.16.76 port 5002
[ 14] local 10.1.10.66 port 54256 connected to 178.21.16.76 port 5002
[ 16] local 10.1.10.66 port 54258 connected to 178.21.16.76 port 5002
[ 18] local 10.1.10.66 port 54260 connected to 178.21.16.76 port 5002
[ 20] local 10.1.10.66 port 54262 connected to 178.21.16.76 port 5002
[ 22] local 10.1.10.66 port 54264 connected to 178.21.16.76 port 5002
[ ID] Interval           Transfer     Bandwidth
[  4]   0.00-1.00   sec   274 KBytes  2.25 Mbits/sec                  
[  6]   0.00-1.00   sec   263 KBytes  2.15 Mbits/sec                  
[  8]   0.00-1.00   sec   270 KBytes  2.21 Mbits/sec                  
[ 10]   0.00-1.00   sec   430 KBytes  3.52 Mbits/sec                  
[ 12]   0.00-1.00   sec   293 KBytes  2.40 Mbits/sec                  
[ 14]   0.00-1.00   sec   240 KBytes  1.97 Mbits/sec                  
[ 16]   0.00-1.00   sec   191 KBytes  1.56 Mbits/sec                  
[ 18]   0.00-1.00   sec   235 KBytes  1.92 Mbits/sec                  
[ 20]   0.00-1.00   sec   232 KBytes  1.90 Mbits/sec                  
[ 22]   0.00-1.00   sec   199 KBytes  1.63 Mbits/sec                  
[SUM]   0.00-1.00   sec  2.57 MBytes  21.5 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   1.00-2.00   sec   522 KBytes  4.27 Mbits/sec                  
[  6]   1.00-2.00   sec   506 KBytes  4.15 Mbits/sec                  
[  8]   1.00-2.00   sec   512 KBytes  4.19 Mbits/sec                  
[ 10]   1.00-2.00   sec   792 KBytes  6.49 Mbits/sec                  
[ 12]   1.00-2.00   sec   535 KBytes  4.38 Mbits/sec                  
[ 14]   1.00-2.00   sec   518 KBytes  4.24 Mbits/sec                  
[ 16]   1.00-2.00   sec   305 KBytes  2.50 Mbits/sec                  
[ 18]   1.00-2.00   sec   557 KBytes  4.56 Mbits/sec                  
[ 20]   1.00-2.00   sec   549 KBytes  4.49 Mbits/sec                  
[ 22]   1.00-2.00   sec   351 KBytes  2.87 Mbits/sec                  
[SUM]   1.00-2.00   sec  5.03 MBytes  42.2 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   2.00-3.00   sec   768 KBytes  6.29 Mbits/sec                  
[  6]   2.00-3.00   sec   642 KBytes  5.26 Mbits/sec                  
[  8]   2.00-3.00   sec   636 KBytes  5.21 Mbits/sec                  
[ 10]   2.00-3.00   sec   980 KBytes  8.03 Mbits/sec                  
[ 12]   2.00-3.00   sec   707 KBytes  5.79 Mbits/sec                  
[ 14]   2.00-3.00   sec   744 KBytes  6.09 Mbits/sec                  
[ 16]   2.00-3.00   sec   585 KBytes  4.80 Mbits/sec                  
[ 18]   2.00-3.00   sec   789 KBytes  6.46 Mbits/sec                  
[ 20]   2.00-3.00   sec   809 KBytes  6.63 Mbits/sec                  
[ 22]   2.00-3.00   sec   481 KBytes  3.94 Mbits/sec                  
[SUM]   2.00-3.00   sec  6.97 MBytes  58.5 Mbits/sec                  
- - - - - - - - - - - - - - - - - - - - - - - - -
[  4]   3.00-4.00   sec   987 KBytes  8.09 Mbits/sec                  
[  6]   3.00-4.00   sec   690 KBytes  5.65 Mbits/sec                  
[  8]   3.00-4.00   sec   699 KBytes  5.72 Mbits/sec                  
[ 10]   3.00-4.00   sec   943 KBytes  7.73 Mbits/sec                  
[ 12]   3.00-4.00   sec   744 KBytes  6.09 Mbits/sec                  
[ 14]   3.00-4.00   sec   650 KBytes  5.33 Mbits/sec                  
[ 16]   3.00-4.00   sec   725 KBytes  5.94 Mbits/sec                  
[ 18]   3.00-4.00   sec   546 KBytes  4.47 Mbits/sec                  
[ 20]   3.00-4.00   sec   769 KBytes  6.30 Mbits/sec                  
[ 22]   3.00-4.00   sec   594 KBytes  4.87 Mbits/sec                  
[SUM]   3.00-4.00   sec  7.18 MBytes  60.2 Mbits/sec                  
^C- - - - - - - - - - - - - - - - - - - - - - - - -

 

Link to comment
Share on other sites

9 hours ago, jrtaylor said:

That will not help. The marvell chip only has 1 mac. It really is just a switch not 3 ethernet ports. Netfilter and iptables cannot tell which direction the traffic is going. Without being able to add an extra net card this device will never work correctly as a router or bridged monitoring device.

Many Open WRT devices use a similar architecture with one CPU port and a VLAN capable ethernet switch, they don't seem to need an extra NIC.

 

9 hours ago, jrtaylor said:

An external usb net card does work. I have tried several but really need a mini pcie one to keep everything in one box. Just need r8168 drivers. I think this will help others.

IMHO pcie support has improved a lot in recent kernels. You may try a mainline kernel instead.

Link to comment
Share on other sites

5 hours ago, jrtaylor said:

This item does not ship to the United States :(


I am sure you can find it somewhere else, perhaps on Ebay ... but unfortunately, it doesn't  work on Espressobin.  This is boot log with an attached card:

Spoiler

TIM-1.0
WTMI-armada-17.10.5-34ce216
WTMI: system early-init
CPU VDD voltage default value: 1.108V

Fill memory before self refresh...done

Fill memory before self refresh...done

Now in Self-refresh Mode
Restore termination values to original values
Exited self-refresh ...


Self refresh Pass.
DDR self test mode test done!!

Self refresh Pass.
DDR self test mode test done!!

QS GATING
=============
Calibration done: cycle = 0x00 tap =0x5F
CH0_PHY_RL_Control_CS0_B0[0xC0001180]: 0x0000005F
CH0_PHY_RL_Control_CS0_B1[0xC0001184]: 0x0000005F


QS GATING
=============
Calibration done: cycle = 0x00 tap =0x5C
CH0_PHY_RL_Control_CS1_B0[0xC00011A4]: 0x0000005C
CH0_PHY_RL_Control_CS1_B1[0xC00011A8]: 0x0000005C

DLL TUNING
==============
   DLL 0xc0001050[21:16]: [4,2b,17]
   DLL 0xc0001050[29:24]: [5,34,1c]
   DLL 0xc0001054[21:16]: [6,2b,18]
   DLL 0xc0001054[29:24]: [9,38,20]
   DLL 0xc0001074[21:16]: [0,3f,1f]
   DLL 0xc0001074NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL1: Built : 14:09:38, May 10 2NOTICE:  BL2: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL2: Built : 14:09:38, May 10 2018
NNOTICE:  BL31: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL31:

U-Boot 2017.03-armada-17.10.3-g06ad760 (May 10 2018 - 14:09:13 +0200)

Model: Marvell Armada 3720 Community Board ESPRESSOBin
       CPU    @ 800 [MHz]
       L2     @ 800 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 800 [MHz]
DRAM:  1 GiB
U-Boot DT blob at : 000000003f7182d8
Comphy-0: USB3          5 Gbps    
Comphy-1: PEX0          2.5 Gbps  
Comphy-2: SATA0         6 Gbps    
SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: ncq led only pmp fbss pio slum part sxs 
PCIE-0: Link up
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x10000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x100000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x10800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x108000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x11000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x110000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x12000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x120000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x12800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x128000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x13000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x130000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x14000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x140000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x14800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x148000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x15000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x150000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x15800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x158000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x16000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x160000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x16800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x168000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x17000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x170000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x17800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x178000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x18000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x180000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x18800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x188000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x19000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x190000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x19800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x198000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x20800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x208000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x21000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x210000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x21800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x218000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x22000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x220000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x22800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x228000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x23000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x230000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x23800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x238000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x24000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x240000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x24800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x248000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x25000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x250000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x25800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x258000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x26000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x260000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x26800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x268000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x27000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x270000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x27800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x278000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x28000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x280000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x28800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x288000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x29000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x290000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x29800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x298000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x30800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x308000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x31000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x310000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x31800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x318000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x32000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x320000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x32800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x328000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x33000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x330000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x33800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x338000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x34000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x340000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x34800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x348000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x35000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x350000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x35800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x358000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x36000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x360000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x36800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x368000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x37000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x370000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x37800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x378000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x38000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x380000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x38800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x388000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x39000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x390000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x39800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x398000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
MMC:   sdhci@d0000: 0
SF: Detected w25q32dw with page size 256 Bytes, erase size 4 KiB, total 4 MiB
Net:   eth0: neta@30000 [PRIME]
Hit any key to stop autoboot:  0 
*** ERROR: `serverip' not set
*** ERROR: `serverip' not set
Card did not respond to voltage select!
mmc_init: -95, time 41
** Bad device mmc 0 **
... booting from USB/SATA
starting USB...
USB0:   Register 2000104 NbrPorts 2
Starting the controller
USB XHCI 1.00
USB1:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
scanning bus 1 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

 

 

http://ix.io/1l0m

 

I don't have time for testing now, but on more recent BSP kernel looks better:

 

root@espressobin:~# lspci 

00:00.0 PCI bridge: ASMedia Technology Inc. Device 1182
01:03.0 PCI bridge: ASMedia Technology Inc. Device 1182
01:07.0 PCI bridge: ASMedia Technology Inc. Device 1182
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)

 

Link to comment
Share on other sites

8 hours ago, Igor said:


I am sure you can find it somewhere else, perhaps on Ebay ... but unfortunately, it doesn't  work on Espressobin.  This is boot log with an attached card:

  Reveal hidden contents


TIM-1.0
WTMI-armada-17.10.5-34ce216
WTMI: system early-init
CPU VDD voltage default value: 1.108V

Fill memory before self refresh...done

Fill memory before self refresh...done

Now in Self-refresh Mode
Restore termination values to original values
Exited self-refresh ...


Self refresh Pass.
DDR self test mode test done!!

Self refresh Pass.
DDR self test mode test done!!

QS GATING
=============
Calibration done: cycle = 0x00 tap =0x5F
CH0_PHY_RL_Control_CS0_B0[0xC0001180]: 0x0000005F
CH0_PHY_RL_Control_CS0_B1[0xC0001184]: 0x0000005F


QS GATING
=============
Calibration done: cycle = 0x00 tap =0x5C
CH0_PHY_RL_Control_CS1_B0[0xC00011A4]: 0x0000005C
CH0_PHY_RL_Control_CS1_B1[0xC00011A8]: 0x0000005C

DLL TUNING
==============
   DLL 0xc0001050[21:16]: [4,2b,17]
   DLL 0xc0001050[29:24]: [5,34,1c]
   DLL 0xc0001054[21:16]: [6,2b,18]
   DLL 0xc0001054[29:24]: [9,38,20]
   DLL 0xc0001074[21:16]: [0,3f,1f]
   DLL 0xc0001074NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL1: Built : 14:09:38, May 10 2NOTICE:  BL2: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL2: Built : 14:09:38, May 10 2018
NNOTICE:  BL31: v1.3(release):armada-17.10.8:34247e0
NOTICE:  BL31:

U-Boot 2017.03-armada-17.10.3-g06ad760 (May 10 2018 - 14:09:13 +0200)

Model: Marvell Armada 3720 Community Board ESPRESSOBin
       CPU    @ 800 [MHz]
       L2     @ 800 [MHz]
       TClock @ 200 [MHz]
       DDR    @ 800 [MHz]
DRAM:  1 GiB
U-Boot DT blob at : 000000003f7182d8
Comphy-0: USB3          5 Gbps    
Comphy-1: PEX0          2.5 Gbps  
Comphy-2: SATA0         6 Gbps    
SATA link 0 timeout.
AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
flags: ncq led only pmp fbss pio slum part sxs 
PCIE-0: Link up
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x10000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x100000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x10800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x108000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x11000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x110000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x12000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x120000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x12800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x128000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x13000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x130000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x14000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x140000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x14800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x148000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x15000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x150000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x15800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x158000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x16000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x160000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x16800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x168000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x17000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x170000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x17800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x178000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x18000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x180000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x18800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x188000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x19000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x190000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x19800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x198000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1a8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1b8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1c8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1d8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1e8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x1f8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x20800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x208000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x21000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x210000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x21800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x218000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x22000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x220000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x22800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x228000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x23000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x230000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x23800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x238000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x24000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x240000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x24800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x248000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x25000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x250000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x25800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x258000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x26000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x260000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x26800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x268000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x27000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x270000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x27800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x278000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x28000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x280000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x28800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x288000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x29000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x290000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x29800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x298000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2a8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2b8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2c8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2d8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2e8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x2f8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x30800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x308000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x31000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x310000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x31800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x318000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x32000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x320000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x32800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x328000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x33000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x330000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x33800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x338000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x34000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x340000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x34800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x348000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x35000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x350000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x35800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x358000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x36000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x360000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x36800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x368000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x37000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x370000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x37800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x378000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x38000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x380000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x38800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x388000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x39000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x390000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x39800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x398000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3a8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3b8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3c8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3d8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3e8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f000c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f0000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f800c

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
ERROR: Posted PIO Response Status: UR, 0xc80 @ 0x3f8000

at drivers/pci/pcie_advk.c:248/pcie_advk_check_pio_status()
MMC:   sdhci@d0000: 0
SF: Detected w25q32dw with page size 256 Bytes, erase size 4 KiB, total 4 MiB
Net:   eth0: neta@30000 [PRIME]
Hit any key to stop autoboot:  0 
*** ERROR: `serverip' not set
*** ERROR: `serverip' not set
Card did not respond to voltage select!
mmc_init: -95, time 41
** Bad device mmc 0 **
... booting from USB/SATA
starting USB...
USB0:   Register 2000104 NbrPorts 2
Starting the controller
USB XHCI 1.00
USB1:   USB EHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
scanning bus 1 for devices... 1 USB Device(s) found
       scanning usb for storage devices... 0 Storage Device(s) found

 

 

http://ix.io/1l0m

 

I don't have time for testing now, but on more recent BSP kernel looks better:

 

I have lots of time. I am a retired communications engineer. I need stuff to do.

Link to comment
Share on other sites

Looks like master might broken right now?

[ o.k. ] Building boot image
clock.c: In function ‘set_tbg_clock’:
clock.c:397:6: warning: implicit declaration of function ‘get_ref_clk’ [-Wimplicit-function-declaration]
  if (get_ref_clk() == 40) {
      ^
truncate: cannot open '../../marvell-tools/wtmi/fuse/build/fuse.bin' for writing: No such file or directory
../../marvell-tools/script/buildtim.sh: line 241: ../../marvell-tools/ddrparser.pl: No such file or directory
make: *** [fip] Error 1
cp: cannot stat 'build/a3700/debug/flash-image.bin': No such file or directory
[ error ] ERROR in function compile_uboot [ compilation.sh:185 ]
[ error ] U-boot file not found [ flash-image.bin ]
[ o.k. ] Process terminated

Link to comment
Share on other sites

1 hour ago, jrtaylor said:

Looks like master might broken right now?

[ o.k. ] Building boot image
clock.c: In function ‘set_tbg_clock’:
clock.c:397:6: warning: implicit declaration of function ‘get_ref_clk’ [-Wimplicit-function-declaration]
  if (get_ref_clk() == 40) {
      ^
truncate: cannot open '../../marvell-tools/wtmi/fuse/build/fuse.bin' for writing: No such file or directory
../../marvell-tools/script/buildtim.sh: line 241: ../../marvell-tools/ddrparser.pl: No such file or directory
make: *** [fip] Error 1
cp: cannot stat 'build/a3700/debug/flash-image.bin': No such file or directory
[ error ] ERROR in function compile_uboot [ compilation.sh:185 ]
[ error ] U-boot file not found [ flash-image.bin ]
[ o.k. ] Process terminated

 

Should be fixed with this: https://github.com/armbian/build/commit/0c66fed14b494bc8b56fe4582509698635d09e26

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