Marvell MACCHIATObin

Under Construction!
This page is currently under construction. You can edit the article to help completing it.

Write a short, relevant description of the device. Include a technical overview, but avoid marketing buzzwords/useless stuff. Two to four sentences is about right. A picture is good, too. Edit the page to see how to add pictures.

FIXME Any text with a light background (like this one) provides instructions for creating the Details Page. When you have filled in correct/useful information (instead of any template that's there) remove the instructions, as well as the <WRAP> that encloses it.

Generic Router

FIXME

  1. This is an empty template that suggests the information that should be present on a well-constructed Device Page. This means, that you have to fill it with life and information.
  2. There are several “fixme” tags with text on a light background (like this text) throughout this template. As you fill in the page, remove those tags so that people can judge its completeness.
  3. When there are no more “fixme” tags left, delete this one too, along with the <WRAP> that encloses it.
  • Please include only model specific information, omit bla,bla and put everything generic into separate articles
  • If you have no time to write certain stuff, link to docs
  • base-system should lead the way, do not explain this again
  • DO NOT provide a complete howto here! Instead groom the general documentation.

  1. Write the Image to your Micro SD Card and insert it in the MACCHIATObin Single Shot SD Card Slot.
  2. In the U-Boot Environment:
    1. reset U-Boot environment:
      env default -a
      saveenv
    2. prepare U-Boot with boot script:
      setenv bootcmd "load mmc 1:1 0x4d00000 boot.scr; source 0x4d00000"
      saveenv

      or manually (hanging lines indicate wrapped one-line command):

      setenv fdt_name armada-8040-mcbin-singleshot.dtb
      setenv image_name Image
      setenv bootcmd 'mmc dev 1; ext4load mmc 1:1 $kernel_addr
         $image_name;ext4load mmc 1:1 $fdt_addr $fdt_name;setenv
         bootargs $console root=/dev/mmcblk1p2 rw rootwait; booti
         $kernel_addr - $fdt_addr'
      saveenv

      On newer Bootloaders (18.12) the Variables have been changed, use:

      setenv fdt_name armada-8040-mcbin-singleshot.dtb
      setenv image_name Image
      setenv bootcmd 'mmc dev 1; ext4load mmc 1:1 $kernel_addr_r
         $image_name;ext4load mmc 1:1 $fdt_addr_r $fdt_name;setenv
         bootargs $console root=/dev/mmcblk1p2 rw rootwait; booti
         $kernel_addr_r - $fdt_addr_r'

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The Marvell MACCHIATObin has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

OEM Device Homepage down, information available here

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

FIXME Describe what needs to be done to open the device, e.g. remove rubber feet, adhesive labels, screws, ...

  • To remove the cover and open the device, do a/b/c

Main PCB:
Insert photo of PCB

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:
Insert photo of PCB with markings for serial port

FIXME Replace EXAMPLE by real values.

Serial connection parameters
for Marvell MACCHIATObin Single/Double shot
EXAMPLE 115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

Booting from factory SPI-ROM:

BootROM - 2.03 Starting CP-1 IOROM 1.07 Booting from SPI NOR flash 1 (0x32) Found valid image at boot postion 0x000 lNOTICE: Starting binary extension NOTICE: SVC: DEV ID: 8040, FREQ Mode: 0xd NOTICE: SVC: AVS work point changed from 0x28 to 0x28 mv_ddr: mv_ddr-armada-17.10.5-gf537e1d (Aug 15 2018 - 13:19:20) mv_ddr: completed successfully NOTICE: Cold boot NOTICE: Booting Trusted Firmware NOTICE: BL1: v1.3(release):armada-17.10.8:9c2d76ad NOTICE: BL1: Built : 13:19:26, Aug 15 2018 NOTICE: BL1: Booting BL2 lNOTICE: BL2: v1.3(release):armada-17.10.8:9c2d76ad NOTICE: BL2: Built : 13:19:27, Aug 15 2018 BL2: Initiating SCP_BL2 transfer to SCP NOTICE: SCP_BL2 contains 2 concatenated images NOTICE: Load image to CP1 MSS NOTICE: Loading MSS image from address 0x4023020 Size 0x1378 to MSS at 0xf4280000 NOTICE: Done NOTICE: Load image to AP MSS NOTICE: Loading MSS image from address 0x4024398 Size 0x1f68 to MSS at 0xf0580000 N FreeRTOS 7.3.0 - Marvell cm3 - A8K release armada-17.10.1 OTICE: Done NOTICE: SCP Image doesn't contain PM firmware NOTICE: BL1: Booting BL31 lNOTICE: MSS PM is not supported in this build NOTICE: BL31: v1.3(release):armada-17.10.8:9c2d76ad NOTICE: BL31: Built : 13:19:30, Aug 15 2018 l U-Boot 2017.03-armada-17.10.3-gbfd2cda9d3 (Aug 26 2018 - 17:38:32 +0300) Model: MACCHIATOBin-8040 SoC: Armada8040-A2; AP806-A1; 2x CP110-A2 Clock: CPU 1600 [MHz] DDR 1050 [MHz] FABRIC 1050 [MHz] MSS 200 [MHz] DRAM: 16 GiB U-Boot DT blob at : 000000007f70ec58 EEPROM configuration pattern not detected. Comphy chip #0: Comphy-0: PEX0 Comphy-1: PEX0 Comphy-2: PEX0 Comphy-3: PEX0 Comphy-4: SFI Comphy-5: SATA1 Comphy chip #1: Comphy-0: SGMII1 1.25 Gbps Comphy-1: SATA0 Comphy-2: USB3_HOST0 Comphy-3: SATA1 Comphy-4: SFI Comphy-5: SGMII2 3.125 Gbps UTMI PHY 0 initialized to USB Host0 going to start mss_periodic_ihb_wa for mss SATA link 0 timeout. SATA link 1 timeout. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode flags: 64bit ncq led only pmp fbss pio slum part sxs SATA link 0 timeout. SATA link 1 timeout. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode flags: 64bit ncq led only pmp fbss pio slum part sxs PCIE-0: Link down MMC: sdhci@6e0000: 0, sdhci@780000: 1 SF: Detected w25q32bv with page size 256 Bytes, erase size 4 KiB, total 4 MiB *** Warning - bad CRC, using default environment Net: eth0: mvpp2-0 [PRIME], eth1: mvpp2-3, eth2: mvpp2-4, eth3: mvpp2-5 Hit any key to stop autoboot: 0 Card did not respond to voltage select! mmc_init: -95, time 44 ** Bad device mmc 1 ** Card did not respond to voltage select! mmc_init: -95, time 25 ** Bad device mmc 1 ** Card did not respond to voltage select! mmc_init: -95, time 25 ** Bad device mmc 1 ** ** First descriptor is NOT a primary desc on 0:1 ** ** No partition table - mmc 0 ** starting USB... USB0: Register 2000120 NbrPorts 2 Starting the controller USB XHCI 1.00 scanning bus 0 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found ** Bad device usb 0 ** ** Bad device usb 0 ** Reset SCSI scanning bus for devices... SATA link 0 timeout. SATA link 1 timeout. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode flags: 64bit ncq led only pmp fbss pio slum part sxs SATA link 0 timeout. SATA link 1 timeout. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode flags: 64bit ncq led only pmp fbss pio slum part sxs ** Bad device scsi 0 ** ** Bad device scsi 0 ** mvpp2-0: No link *** ERROR: `serverip' not set mvpp2-0: No link *** ERROR: `serverip' not set Bad Linux ARM64 Image magic! Marvell>>


BootROM - 2.03 Starting CP-1 IOROM 1.07 Booting from SPI NOR flash 1 (0x32) Found valid image at boot postion 0x000 lNOTICE: Starting binary extension NOTICE: SVC: DEV ID: 8040, FREQ Mode: 0xd NOTICE: SVC: AVS work point changed from 0x28 to 0x28 mv_ddr: mv_ddr-armada-17.10.5-gf537e1d (Aug 15 2018 - 13:19:20) mv_ddr: completed successfully NOTICE: Cold boot NOTICE: Booting Trusted Firmware NOTICE: BL1: v1.3(release):armada-17.10.8:9c2d76ad NOTICE: BL1: Built : 13:19:26, Aug 15 2018 NOTICE: BL1: Booting BL2 lNOTICE: BL2: v1.3(release):armada-17.10.8:9c2d76ad NOTICE: BL2: Built : 13:19:27, Aug 15 2018 BL2: Initiating SCP_BL2 transfer to SCP NOTICE: SCP_BL2 contains 2 concatenated images NOTICE: Load image to CP1 MSS NOTICE: Loading MSS image from address 0x4023020 Size 0x1378 to MSS at 0xf4280000 NOTICE: Done NOTICE: Load image to AP MSS NOTICE: Loading MSS image from address 0x4024398 Size 0x1f68 to MSS at 0xf0580000 N FreeRTOS 7.3.0 - Marvell cm3 - A8K release armada-17.10.1 OTICE: Done NOTICE: SCP Image doesn't contain PM firmware NOTICE: BL1: Booting BL31 lNOTICE: MSS PM is not supported in this build NOTICE: BL31: v1.3(release):armada-17.10.8:9c2d76ad NOTICE: BL31: Built : 13:19:30, Aug 15 2018 l U-Boot 2017.03-armada-17.10.3-gbfd2cda9d3 (Aug 26 2018 - 17:38:32 +0300) Model: MACCHIATOBin-8040 SoC: Armada8040-A2; AP806-A1; 2x CP110-A2 Clock: CPU 1600 [MHz] DDR 1050 [MHz] FABRIC 1050 [MHz] MSS 200 [MHz] DRAM: 16 GiB U-Boot DT blob at : 000000007f70ec58 EEPROM configuration pattern not detected. Comphy chip #0: Comphy-0: PEX0 Comphy-1: PEX0 Comphy-2: PEX0 Comphy-3: PEX0 Comphy-4: SFI Comphy-5: SATA1 Comphy chip #1: Comphy-0: SGMII1 1.25 Gbps Comphy-1: SATA0 Comphy-2: USB3_HOST0 Comphy-3: SATA1 Comphy-4: SFI Comphy-5: SGMII2 3.125 Gbps UTMI PHY 0 initialized to USB Host0 going to start mss_periodic_ihb_wa for mss SATA link 0 timeout. SATA link 1 timeout. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode flags: 64bit ncq led only pmp fbss pio slum part sxs SATA link 0 timeout. SATA link 1 timeout. AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode flags: 64bit ncq led only pmp fbss pio slum part sxs PCIE-0: Link down MMC: sdhci@6e0000: 0, sdhci@780000: 1 SF: Detected w25q32bv with page size 256 Bytes, erase size 4 KiB, total 4 MiB Net: eth0: mvpp2-0 [PRIME], eth1: mvpp2-3, eth2: mvpp2-4, eth3: mvpp2-5 Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc1 is current device 12992520 bytes read in 554 ms (22.4 MiB/s) 34854 bytes read in 9 ms (3.7 MiB/s) ## Flattened Device Tree blob at 04f00000 Booting using the fdt blob at 0x4f00000 Using Device Tree in place at 0000000004f00000, end 0000000004f0b825 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd081] [ 0.000000] Linux version 6.6.32 (jonasj@bob-the-builder) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 13.3.0 r26515-6e51b363e9) 13.3.0, GNU ld (GNU Binutils) 2.42) #0 SMP Tue4 [ 0.000000] Machine model: Marvell 8040 MACCHIATOBin Double-shot [ 0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'tee@4400000': base 0x0000000004400000, size 16 MiB [ 0.000000] OF: reserved mem: 0x0000000004000000..0x00000000041fffff (2048 KiB) nomap non-reusable psci-area@4000000 [ 0.000000] OF: reserved mem: 0x0000000004400000..0x00000000053fffff (16384 KiB) nomap non-reusable tee@4400000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x000000043fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff] [ 0.000000] node 0: [mem 0x0000000004000000-0x00000000041fffff] [ 0.000000] node 0: [mem 0x0000000004200000-0x00000000bfffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000043fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000043fffffff] [ 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] percpu: Embedded 17 pages/cpu s30696 r8192 d30744 u69632 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/mmcblk1p2 rw rootwait [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear) [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4128768 [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000bc000000-0x00000000c0000000] (64MB) [ 0.000000] Memory: 16408600K/16777216K available (8768K kernel code, 912K rwdata, 2476K rodata, 384K init, 282K bss, 368616K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f022f000 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:160, num:32) [ 0.000000] GICv2m: range[mem 0xf0280000-0xf0280fff], SPI[160:191] [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:192, num:32) [ 0.000000] GICv2m: range[mem 0xf0290000-0xf0290fff], SPI[192:223] [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:224, num:32) [ 0.000000] GICv2m: range[mem 0xf02a0000-0xf02a0fff], SPI[224:255] [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:256, num:32) [ 0.000000] GICv2m: range[mem 0xf02b0000-0xf02b0fff], SPI[256:287] [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns [ 0.000000] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns [ 0.000087] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) [ 0.000092] pid_max: default: 32768 minimum: 301 [ 0.002066] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.002094] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.003785] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.003873] rcu: Hierarchical SRCU implementation. [ 0.003875] rcu: Max phase no-delay instances is 1000. [ 0.004136] smp: Bringing up secondary CPUs ... [ 0.004451] Detected PIPT I-cache on CPU1 [ 0.004497] CPU1: Booted secondary processor 0x0000000001 [0x410fd081] [ 0.004834] Detected PIPT I-cache on CPU2 [ 0.004875] CPU2: Booted secondary processor 0x0000000100 [0x410fd081] [ 0.005216] Detected PIPT I-cache on CPU3 [ 0.005246] CPU3: Booted secondary processor 0x0000000101 [0x410fd081] [ 0.005284] smp: Brought up 1 node, 4 CPUs [ 0.005289] SMP: Total of 4 processors activated. [ 0.005292] CPU features: detected: 32-bit EL0 Support [ 0.005294] CPU features: detected: CRC32 instructions [ 0.005329] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching [ 0.005333] CPU: All CPU(s) started at EL2 [ 0.005334] alternatives: applying system-wide alternatives [ 0.008868] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.008876] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.009609] pinctrl core: initialized pinctrl subsystem [ 0.010221] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.010850] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations [ 0.011169] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.011484] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.011651] thermal_sys: Registered thermal governor 'step_wise' [ 0.011679] cpuidle: using governor ladder [ 0.011715] ASID allocator initialised with 65536 entries [ 0.018529] Modules: 29520 pages in range for non-PLT usage [ 0.018532] Modules: 521040 pages in range for PLT usage [ 0.019063] cryptd: max_cpu_qlen set to 1000 [ 0.020492] SCSI subsystem initialized [ 0.020836] usbcore: registered new interface driver usbfs [ 0.020848] usbcore: registered new interface driver hub [ 0.020862] usbcore: registered new device driver usb [ 0.021431] clocksource: Switched to clocksource arch_sys_counter [ 0.022955] NET: Registered PF_INET protocol family [ 0.023194] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.029637] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.029678] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.029692] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 0.029922] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 0.030516] TCP: Hash tables configured (established 131072 bind 65536) [ 0.030585] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.030643] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear) [ 0.030900] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.030919] PCI: CLS 0 bytes, default 64 [ 0.031914] workingset: timestamp_bits=46 max_order=22 bucket_order=0 [ 0.035292] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.035295] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.041863] mvebu-cp110-utmi-phy f4580000.utmi: Missing dual role setting of the port0, will use HOST mode [ 0.041945] mvebu-cp110-utmi-phy f4580000.utmi: Missing dual role setting of the port1, will use HOST mode [ 0.042189] armada-ap806-pinctrl f06f4000.system-controller:pinctrl: registered pinctrl driver [ 0.042534] armada-cp110-pinctrl f2440000.system-controller:pinctrl: registered pinctrl driver [ 0.042963] armada-cp110-pinctrl f4440000.system-controller:pinctrl: registered pinctrl driver [ 0.043404] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.043661] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.043916] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.045832] mv_xor_v2 f0400000.xor: Marvell Version 2 XOR driver [ 0.046083] mv_xor_v2 f0420000.xor: Marvell Version 2 XOR driver [ 0.046331] mv_xor_v2 f0440000.xor: Marvell Version 2 XOR driver [ 0.046570] mv_xor_v2 f0460000.xor: Marvell Version 2 XOR driver [ 0.046862] mv_xor_v2 f26a0000.xor: Marvell Version 2 XOR driver [ 0.047117] mv_xor_v2 f26c0000.xor: Marvell Version 2 XOR driver [ 0.047397] mv_xor_v2 f46a0000.xor: Marvell Version 2 XOR driver [ 0.047644] mv_xor_v2 f46c0000.xor: Marvell Version 2 XOR driver [ 0.047744] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled [ 0.048170] printk: console [ttyS0] disabled [ 0.068378] f0512000.serial: ttyS0 at MMIO 0xf0512000 (irq = 32, base_baud = 12500000) is a 16550A [ 0.068405] printk: console [ttyS0] enabled [ 0.920802] f2702100.serial: ttyS1 at MMIO 0xf2702100 (irq = 33, base_baud = 15625000) is a 16550A [ 0.930083] dw-apb-uart: probe of f4702000.serial failed with error -28 [ 0.937119] omap_rng f2760000.trng: Random Number Generator ver. 203b34c [ 0.937385] random: crng init done [ 0.944019] omap_rng f4760000.trng: Random Number Generator ver. 203b34c [ 0.955688] loop: module loaded [ 0.959688] ahci f2540000.sata: supply ahci not found, using dummy regulator [ 0.966853] ahci f2540000.sata: supply phy not found, using dummy regulator [ 0.973991] platform f2540000.sata:sata-port@0: supply target not found, using dummy regulator [ 0.982783] platform f2540000.sata:sata-port@1: supply target not found, using dummy regulator [ 0.992113] ahci f4540000.sata: supply ahci not found, using dummy regulator [ 0.999247] ahci f4540000.sata: supply phy not found, using dummy regulator [ 1.006378] platform f4540000.sata:sata-port@0: supply target not found, using dummy regulator [ 1.016200] spi-nor spi4.0: w25q32 (4096 Kbytes) [ 1.023631] hwmon hwmon0: temp1_input not attached to any thermal zone [ 1.032998] mv88x3310 f212a600.mdio-mii:00: Firmware version 0.2.1.0 [ 1.039837] hwmon hwmon1: temp1_input not attached to any thermal zone [ 1.049072] mv88x3310 f212a600.mdio-mii:08: Firmware version 0.2.1.0 [ 1.055928] hwmon hwmon2: temp1_input not attached to any thermal zone [ 1.105429] mvpp2 f2000000.ethernet: using 8 per-cpu buffers [ 1.166584] mvpp2 f4000000.ethernet: using 8 per-cpu buffers [ 1.190309] xhci-hcd f2500000.usb: xHCI Host Controller [ 1.195576] xhci-hcd f2500000.usb: new USB bus registered, assigned bus number 1 [ 1.203050] xhci-hcd f2500000.usb: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000000010 [ 1.212248] xhci-hcd f2500000.usb: irq 37, io mem 0xf2500000 [ 1.217987] xhci-hcd f2500000.usb: xHCI Host Controller [ 1.223243] xhci-hcd f2500000.usb: new USB bus registered, assigned bus number 2 [ 1.230673] xhci-hcd f2500000.usb: Host supports USB 3.0 SuperSpeed [ 1.237191] hub 1-0:1.0: USB hub found [ 1.240996] hub 1-0:1.0: 1 port detected [ 1.245105] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.253432] hub 2-0:1.0: USB hub found [ 1.257228] hub 2-0:1.0: 1 port detected [ 1.262478] xhci-hcd f2510000.usb: xHCI Host Controller [ 1.267732] xhci-hcd f2510000.usb: new USB bus registered, assigned bus number 3 [ 1.275209] xhci-hcd f2510000.usb: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000000010 [ 1.284403] xhci-hcd f2510000.usb: irq 38, io mem 0xf2510000 [ 1.290142] xhci-hcd f2510000.usb: xHCI Host Controller [ 1.295396] xhci-hcd f2510000.usb: new USB bus registered, assigned bus number 4 [ 1.302831] xhci-hcd f2510000.usb: Host supports USB 3.0 SuperSpeed [ 1.309380] hub 3-0:1.0: USB hub found [ 1.313167] hub 3-0:1.0: 1 port detected [ 1.317265] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.325596] hub 4-0:1.0: USB hub found [ 1.329393] hub 4-0:1.0: 1 port detected [ 1.333883] usbcore: registered new interface driver usb-storage [ 1.340165] armada38x-rtc f4284000.rtc: registered as rtc0 [ 1.345696] armada38x-rtc f4284000.rtc: setting system clock to 2024-06-03T17:35:08 UTC (1717436108) [ 1.354966] i2c_dev: i2c /dev entries driver [ 1.361901] sdhci: Secure Digital Host Controller Interface driver [ 1.368110] sdhci: Copyright(c) Pierre Ossman [ 1.372567] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.378727] NET: Registered PF_INET6 protocol family [ 1.384404] Segment Routing with IPv6 [ 1.388095] In-situ OAM (IOAM) with IPv6 [ 1.392083] NET: Registered PF_PACKET protocol family [ 1.397278] 8021q: 802.1Q VLAN Support v1.8 [ 1.408241] mmc0: SDHCI controller on f06e0000.mmc [f06e0000.mmc] using ADMA 64-bit [ 1.412581] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.416020] mmc1: SDHCI controller on f2780000.mmc [f2780000.mmc] using ADMA 64-bit [ 1.425136] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.441823] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 1.451130] mvebu-comphy f2120000.phy: unsupported SMC call, try updating your firmware [ 1.459184] mvebu-comphy f2120000.phy: Firmware could not configure PHY 0 with mode 14 (ret: -95), trying legacy method [ 1.470024] phy phy-f2120000.phy.4: phy poweron failed --> -524 [ 1.475974] armada8k-pcie f2600000.pcie: Failed to initialize PHY(s) (-524) [ 1.482976] armada8k-pcie: probe of f2600000.pcie failed with error -524 [ 1.490105] ahci f2540000.sata: supply ahci not found, using dummy regulator [ 1.497280] ahci f2540000.sata: supply phy not found, using dummy regulator [ 1.504350] platform f2540000.sata:sata-port@0: supply target not found, using dummy regulator [ 1.513070] platform f2540000.sata:sata-port@1: supply target not found, using dummy regulator [ 1.521815] mvebu-comphy f2120000.phy: unsupported SMC call, try updating your firmware [ 1.529854] mvebu-comphy f2120000.phy: Firmware could not configure PHY 5 with mode 17 (ret: -95), trying legacy method [ 1.540697] phy phy-f2120000.phy.9: phy poweron failed --> -524 [ 1.546654] ahci: probe of f2540000.sata failed with error -524 [ 1.553565] ahci f4540000.sata: supply ahci not found, using dummy regulator [ 1.560714] ahci f4540000.sata: supply phy not found, using dummy regulator [ 1.567786] platform f4540000.sata:sata-port@0: supply target not found, using dummy regulator [ 1.619114] mvpp2 f2000000.ethernet: using 8 per-cpu buffers [ 1.634518] mvebu-comphy f2120000.phy: unsupported SMC call, try updating your firmware [ 1.642572] mvebu-comphy f2120000.phy: Firmware could not configure PHY 4 with mode 15 (ret: -95), trying legacy method [ 1.656558] mmc0: new high speed MMC card at address 0001 [ 1.662377] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB [ 1.665874] mvpp2 f2000000.ethernet eth0: Using firmware node mac address 00:51:82:11:22:00 [ 1.675671] mmcblk0boot0: mmc0:0001 8GTF4R 4.00 MiB [ 1.681032] mmcblk0boot1: mmc0:0001 8GTF4R 4.00 MiB [ 1.686245] mmcblk0rpmb: mmc0:0001 8GTF4R 512 KiB, chardev (248:0) [ 1.688432] mmc1: new high speed SDXC card at address aaaa [ 1.698548] mmcblk1: mmc1:aaaa SC64G 59.5 GiB [ 1.706900] mmcblk1: p1 p2 [ 1.817023] mvpp2 f2000000.ethernet: Minimum of CM3 firmware 18.09 and chip revision B0 required for flow control [ 1.917203] mvpp2 f4000000.ethernet: using 8 per-cpu buffers [ 1.935149] ahci f4540000.sata: supply ahci not found, using dummy regulator [ 1.942318] ahci f4540000.sata: supply phy not found, using dummy regulator [ 1.949360] platform f4540000.sata:sata-port@0: supply target not found, using dummy regulator [ 2.008287] mvpp2 f4000000.ethernet: using 8 per-cpu buffers [ 2.021248] ahci f4540000.sata: supply ahci not found, using dummy regulator [ 2.028411] ahci f4540000.sata: supply phy not found, using dummy regulator [ 2.035458] platform f4540000.sata:sata-port@0: supply target not found, using dummy regulator [ 2.044323] platform f4540000.sata:sata-port@1: supply target not found, using dummy regulator [ 2.053088] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 2.061128] mvebu-comphy f4120000.phy: Firmware could not configure PHY 1 with mode 17 (ret: -95), trying legacy method [ 2.071971] phy phy-f4120000.phy.11: phy poweron failed --> -524 [ 2.078007] ahci: probe of f4540000.sata failed with error -524 [ 2.134331] mvpp2 f4000000.ethernet: using 8 per-cpu buffers [ 2.153115] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 2.161159] mvebu-comphy f4120000.phy: Firmware could not configure PHY 4 with mode 15 (ret: -95), trying legacy method [ 2.183857] mvpp2 f4000000.ethernet eth1: Using firmware node mac address 00:51:82:11:22:01 [ 2.193767] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 2.201830] mvebu-comphy f4120000.phy: Firmware could not configure PHY 0 with mode 15 (ret: -95), trying legacy method [ 2.226119] mvpp2 f4000000.ethernet eth2: Using firmware node mac address 00:51:82:11:22:02 [ 2.236181] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 2.244236] mvebu-comphy f4120000.phy: Firmware could not configure PHY 5 with mode 15 (ret: -95), trying legacy method [ 2.267107] mvpp2 f4000000.ethernet eth3: Using firmware node mac address 00:51:82:11:22:03 [ 2.410813] mvpp2 f4000000.ethernet: Minimum of CM3 firmware 18.09 and chip revision B0 required for flow control [ 2.451654] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 2.459721] mvebu-comphy f4120000.phy: Firmware could not configure PHY 2 with mode 5 (ret: -95), trying legacy method [ 2.470509] phy phy-f4120000.phy.12: phy poweron failed --> -524 [ 2.476587] xhci-hcd: probe of f4500000.usb failed with error -524 [ 2.483680] clk: Disabling unused clocks [ 2.510866] EXT4-fs (mmcblk1p2): mounted filesystem ff313567-e9f1-5a5d-9895-3ba130b4a864 r/w with ordered data mode. Quota mode: disabled. [ 2.523499] VFS: Mounted root (ext4 filesystem) on device 179:26. [ 2.529893] Freeing unused kernel memory: 384K [ 2.534501] Run /sbin/init as init process [ 2.615516] init: Console is alive [ 2.725745] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 2.736819] gpio_button_hotplug: loading out-of-tree module taints kernel. [ 2.745177] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 2.760605] init: - preinit - [ 3.011918] mvpp2 f2000000.ethernet eth0: PHY [f212a600.mdio-mii:00] driver [mv88x3310] (irq=POLL) [ 3.021016] mvebu-comphy f2120000.phy: unsupported SMC call, try updating your firmware [ 3.029101] mvebu-comphy f2120000.phy: Firmware could not configure PHY 4 with mode 15 (ret: -95), trying legacy method [ 3.052459] mvpp2 f2000000.ethernet eth0: configuring for phy/10gbase-r link mode Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 5.138043] mount_root: mounting /dev/root with options [ 5.211648] EXT4-fs (mmcblk1p2): re-mounted ff313567-e9f1-5a5d-9895-3ba130b4a864 r/w. Quota mode: disabled. [ 5.263679] EXT4-fs (mmcblk1p1): mounted filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9 r/w without journal. Quota mode: disabled. [ 5.283514] EXT4-fs (mmcblk1p1): unmounting filesystem 84173db5-fa99-e35a-95c6-28613cc79ea9. [ 5.298087] urandom-seed: Seed file not found (/etc/urandom.seed) [ 5.334380] procd: - early - [ 5.875391] procd: - ubus - [ 5.932043] procd: - init - Please press Enter to activate this console. [ 6.172621] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.219734] urngd: v1.0.2 started. [ 6.272497] pca954x 1-0070: supply vdd not found, using dummy regulator [ 6.279528] i2c i2c-1: Added multiplexed i2c bus 2 [ 6.284615] i2c i2c-1: Added multiplexed i2c bus 3 [ 6.289666] i2c i2c-1: Added multiplexed i2c bus 4 [ 6.294729] i2c i2c-1: Added multiplexed i2c bus 5 [ 6.299746] i2c i2c-1: Added multiplexed i2c bus 6 [ 6.304636] i2c i2c-1: Added multiplexed i2c bus 7 [ 6.309497] i2c i2c-1: Added multiplexed i2c bus 8 [ 6.314375] i2c i2c-1: Added multiplexed i2c bus 9 [ 6.319188] pca954x 1-0070: registered 8 multiplexed busses for I2C switch pca9548 [ 6.327187] sfp sfp-eth0: Host maximum power 2.0W [ 6.332613] sfp sfp-eth1: Host maximum power 2.0W [ 6.338483] sfp sfp-eth3: Host maximum power 2.0W [ 6.356614] PPP generic driver version 2.4.2 [ 6.361405] NET: Registered PF_PPPOX protocol family [ 6.367856] kmodloader: done loading kernel modules from /etc/modules.d/* [ 10.459479] mvpp2 f2000000.ethernet eth0: PHY [f212a600.mdio-mii:00] driver [mv88x3310] (irq=POLL) [ 10.468576] mvebu-comphy f2120000.phy: unsupported SMC call, try updating your firmware [ 10.476640] mvebu-comphy f2120000.phy: Firmware could not configure PHY 4 with mode 15 (ret: -95), trying legacy method [ 10.499522] mvpp2 f2000000.ethernet eth0: configuring for phy/10gbase-r link mode [ 10.508994] br-lan: port 1(eth0) entered blocking state [ 10.514329] br-lan: port 1(eth0) entered disabled state [ 10.519642] mvpp2 f2000000.ethernet eth0: entered allmulticast mode [ 10.526396] mvpp2 f2000000.ethernet eth0: entered promiscuous mode [ 10.542041] mvpp2 f4000000.ethernet eth1: PHY [f212a600.mdio-mii:08] driver [mv88x3310] (irq=POLL) [ 10.551100] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 10.559241] mvebu-comphy f4120000.phy: Firmware could not configure PHY 4 with mode 15 (ret: -95), trying legacy method [ 10.581470] mvpp2 f4000000.ethernet eth1: configuring for phy/10gbase-r link mode [ 10.591413] br-lan: port 2(eth1) entered blocking state [ 10.596740] br-lan: port 2(eth1) entered disabled state [ 10.602093] mvpp2 f4000000.ethernet eth1: entered allmulticast mode [ 10.608854] mvpp2 f4000000.ethernet eth1: entered promiscuous mode [ 10.619791] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 10.627908] mvebu-comphy f4120000.phy: Firmware could not configure PHY 5 with mode 15 (ret: -95), trying legacy method [ 10.650528] mvpp2 f4000000.ethernet eth3: configuring for inband/2500base-x link mode [ 10.659362] br-lan: port 3(eth3) entered blocking state [ 10.664675] br-lan: port 3(eth3) entered disabled state [ 10.669964] mvpp2 f4000000.ethernet eth3: entered allmulticast mode [ 10.676609] mvpp2 f4000000.ethernet eth3: entered promiscuous mode [ 10.771944] mvpp2 f4000000.ethernet eth2: PHY [f212a200.mdio-mii:00] driver [Marvell 88E1510] (irq=POLL) [ 10.781611] mvebu-comphy f4120000.phy: unsupported SMC call, try updating your firmware [ 10.789668] mvebu-comphy f4120000.phy: Firmware could not configure PHY 0 with mode 15 (ret: -95), trying legacy method [ 10.813469] mvpp2 f4000000.ethernet eth2: configuring for phy/sgmii link mode BusyBox v1.36.1 (2024-06-04 08:19:41 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r26515-6e51b363e9 ----------------------------------------------------- === WARNING! ===================================== There is no root password defined on this device! Use the "passwd" command to set up a new password in order to prevent unauthorized SSH logins. -------------------------------------------------- root@OpenWrt:/#


Space for additional notes, links to forum threads or other resources.

  • ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/06/04 15:04
  • by jjelonek