Jump to content

Frank SIerra

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Now that I posted this I revisited the debian install the only thing missing was to add the root partition before booting setenv bootargs root=/dev/sda3 rw Of course the networking does not work as the interfaces on the dtb are for freebsd If I manage to properly build this I will post the steps to create the installer (if possible having network enabled so netinst could be used arm debian has the drivers for the network controllers already compiled mv88e6xxx) and some kind of step by step guide how to
  2. I'm trying to do exactly this, I was able to build an arm64 Debian installer, and install it on the the m.2 storage. I've decided to start experimenting with armbian but have not got anywhere yet. If its worth anything this is how far i've got booting Debian for arm64 Marvell>>setenv initrd_high 0xffffffffffffffff Marvell>>setenv fdt_high 0xffffffffffffffff Marvell>>setenv ramdisk_addr_r 0x8000000 Marvell>> load scsi 0:2 ${kernel_addr_r} /vmlinuz 37605312 bytes read in 614 ms (58.4 MiB/s) Marvell>> load mmc 0:2 ${fdt_addr_r} /armada-3720-netgate-2100.dtb 13737 bytes read in 12 ms (1.1 MiB/s) Marvell>> load scsi 0:2 ${ramdisk_addr_r} /initrd.img 36549593 bytes read in 596 ms (58.5 MiB/s) Marvell>> booti ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r} ## Flattened Device Tree blob at 00c00000 Booting using the fdt blob at 0xc00000 Using Device Tree in place at 0000000000c00000, end 0000000000c065a8 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.12.94+deb13-arm64 (debian-kernel@lists.debian.org) (aarch64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP Debian 6.12.94-1 (2026-06-20) [ 0.000000] KASLR disabled due to lack of seed [ 0.000000] Machine model: Netgate 2100 [ 0.000000] efi: UEFI not found. [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000e7ffffff] [ 0.000000] NODE_DATA(0) allocated [mem 0xe7940280-0xe79439bf] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x00000000e7ffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Device empty [ 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 0x0000000005400000-0x00000000cfffffff] [ 0.000000] node 0: [mem 0x00000000e0000000-0x00000000e7ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000e7ffffff] [ 0.000000] On node 0, zone DMA: 5120 pages in unavailable ranges [ 0.000000] cma: Reserved 64 MiB at 0x00000000e0200000 on node -1 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS resident on physical CPU 0x0 [ 0.000000] psci: SMC Calling Convention v1.1 [ 0.000000] percpu: Embedded 34 pages/cpu s101528 r8192 d29544 u139264 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: GIC system register CPU interface [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] Fallback order for Node 0: 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 879616 [ 0.000000] Policy zone: DMA [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.000000] software IO TLB: SWIOTLB bounce buffer size adjusted to 3MB [ 0.000000] software IO TLB: area num 2. [ 0.000000] software IO TLB: SWIOTLB bounce buffer size roundup to 4MB [ 0.000000] software IO TLB: mapped [mem 0x00000000cf800000-0x00000000cfc00000] (4MB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] ftrace: allocating 50860 entries in 199 pages [ 0.000000] ftrace: allocated 199 pages with 5 groups [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] RCU Tasks Rude: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=2. [ 0.000000] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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: 192 SPIs implemented [ 0.000000] GICv3: 0 Extended SPIs implemented [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GICv3: GICv3 features: 16 PPIs [ 0.000000] GICv3: GICD_CTRL.DS=0, SCR_EL3.FIQ=0 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000d1d40000 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 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.000000] sched_clock: 56 bits at 13MHz, resolution 80ns, wraps every 4398046511080ns [ 0.000560] Console: colour dummy device 80x25 [ 0.000574] printk: legacy console [tty0] enabled [ 0.002499] Calibrating delay loop (skipped), value calculated using timer frequency.. 25.00 BogoMIPS (lpj=50000) [ 0.002524] pid_max: default: 32768 minimum: 301 [ 0.005411] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,ipe,ima,evm [ 0.006568] landlock: Up and running. [ 0.006578] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.006897] AppArmor: AppArmor initialized [ 0.006984] TOMOYO Linux initialized [ 0.007597] LSM support for eBPF active [ 0.008869] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.008926] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.012629] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.014344] rcu: Hierarchical SRCU implementation. [ 0.014392] rcu: Max phase no-delay instances is 1000. [ 0.014774] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level [ 0.016382] EFI services will not be available. [ 0.016923] smp: Bringing up secondary CPUs ... [ 0.017751] Detected VIPT I-cache on CPU1 [ 0.017833] GICv3: CPU1: found redistributor 1 region 0:0x00000000d1d60000 [ 0.017890] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.018133] smp: Brought up 1 node, 2 CPUs [ 0.018185] SMP: Total of 2 processors activated. [ 0.018195] CPU: All CPU(s) started at EL2 [ 0.018228] CPU features: detected: 32-bit EL0 Support [ 0.018239] CPU features: detected: 32-bit EL1 Support [ 0.018253] CPU features: detected: CRC32 instructions [ 0.018309] alternatives: applying system-wide alternatives [ 0.075040] node 0 deferred pages initialised in 56ms [ 0.075159] Memory: 3303084K/3518464K available (15680K kernel code, 3826K rwdata, 13964K rodata, 3072K init, 940K bss, 146392K reserved, 65536K cma-reserved) [ 0.076302] devtmpfs: initialized [ 0.081834] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.081914] futex hash table entries: 512 (order: 3, 32768 bytes, linear) [ 0.086738] 23328 pages in range for non-PLT usage [ 0.086766] 514848 pages in range for PLT usage [ 0.088412] pinctrl core: initialized pinctrl subsystem [ 0.089886] DMI not present or invalid. [ 0.093894] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.096297] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 0.096977] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.097924] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.098133] audit: initializing netlink subsys (disabled) [ 0.098571] audit: type=2000 audit(0.096:1): state=initialized audit_enabled=0 res=1 [ 0.099860] thermal_sys: Registered thermal governor 'fair_share' [ 0.099879] thermal_sys: Registered thermal governor 'bang_bang' [ 0.099903] thermal_sys: Registered thermal governor 'step_wise' [ 0.099914] thermal_sys: Registered thermal governor 'user_space' [ 0.099925] thermal_sys: Registered thermal governor 'power_allocator' [ 0.100025] cpuidle: using governor ladder [ 0.100091] cpuidle: using governor menu [ 0.100186] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.100267] ASID allocator initialised with 65536 entries [ 0.101877] Serial: AMBA PL011 UART driver [ 0.105146] /soc/internal-regs@d0000000/interrupt-controller@1d00000: Fixed dependency cycle(s) with /soc/internal-regs@d0000000/interrupt-controller@1d00000 [ 0.105211] /soc/pcie@d0070000: Fixed dependency cycle(s) with /soc/pcie@d0070000 [ 0.105709] /soc/internal-regs@d0000000/interrupt-controller@1d00000: Fixed dependency cycle(s) with /soc/internal-regs@d0000000/interrupt-controller@1d00000 [ 0.112080] /soc/pcie@d0070000: Fixed dependency cycle(s) with /soc/pcie@d0070000 [ 0.112134] /soc/pcie@d0070000: Fixed dependency cycle(s) with /soc/pcie@d0070000/interrupt-controller [ 0.120245] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 0.120290] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page [ 0.120303] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 0.120314] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page [ 0.120327] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 0.120338] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page [ 0.120350] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 0.120361] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 0.129959] ACPI: Interpreter disabled. [ 0.130924] iommu: Default domain type: Translated [ 0.130974] iommu: DMA domain TLB invalidation policy: strict mode [ 0.137841] pps_core: LinuxPPS API ver. 1 registered [ 0.137884] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.137910] PTP clock support registered [ 0.137953] EDAC MC: Ver: 3.0.0 [ 0.138537] scmi_core: SCMI protocol bus registered [ 0.141141] NetLabel: Initializing [ 0.141184] NetLabel: domain hash size = 128 [ 0.141194] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.141274] NetLabel: unlabeled traffic allowed by default [ 0.144587] vgaarb: loaded [ 0.148125] clocksource: Switched to clocksource arch_sys_counter [ 0.194400] VFS: Disk quotas dquot_6.6.0 [ 0.194566] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.196938] AppArmor: AppArmor Filesystem Enabled [ 0.197112] pnp: PnP ACPI: disabled [ 0.206822] NET: Registered PF_INET protocol family [ 0.207304] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.270460] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 0.270677] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.270838] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.271571] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 0.272800] TCP: Hash tables configured (established 32768 bind 32768) [ 0.273373] MPTCP token hash table entries: 4096 (order: 5, 98304 bytes, linear) [ 0.273682] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.273806] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 0.274227] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.274272] NET: Registered PF_XDP protocol family [ 0.274298] PCI: CLS 0 bytes, default 64 [ 0.274881] Trying to unpack rootfs image as initramfs... [ 0.281554] kvm [1]: nv: 554 coarse grained trap handlers [ 0.282145] kvm [1]: IPA Size Limit: 40 bits [ 0.285641] kvm [1]: vgic-v2@d1da0000 [ 0.285729] kvm [1]: GIC system register CPU interface enabled [ 0.285779] kvm [1]: vgic interrupt IRQ9 [ 0.285816] kvm [1]: Hyp nVHE mode initialized successfully [ 0.288612] Initialise system trusted keyrings [ 0.288739] Key type blacklist registered [ 0.292418] workingset: timestamp_bits=42 max_order=20 bucket_order=0 [ 0.292600] zbud: loaded [ 0.294214] fuse: init (API version 7.41) [ 0.295518] integrity: Platform Keyring initialized [ 0.295611] integrity: Machine keyring initialized [ 0.376869] Key type asymmetric registered [ 0.376929] Asymmetric key parser 'x509' registered [ 1.069734] Freeing initrd memory: 35692K [ 1.100634] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.100921] io scheduler mq-deadline registered [ 1.115509] ledtrig-cpu: registered to indicate activity on CPUs [ 1.115761] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.116059] advk-pcie d0070000.pcie: host bridge /soc/pcie@d0070000 ranges: [ 1.116183] advk-pcie d0070000.pcie: MEM 0x00e8000000..0x00e8ffffff -> 0x00e8000000 [ 1.116216] advk-pcie d0070000.pcie: IO 0x00e9000000..0x00e900ffff -> 0x00e9000000 [ 1.116502] advk-pcie d0070000.pcie: PHY unavailable (-19) [ 2.116674] advk-pcie d0070000.pcie: link never came up [ 2.117033] advk-pcie d0070000.pcie: PCI host bridge to bus 0000:00 [ 2.117066] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.117085] pci_bus 0000:00: root bus resource [mem 0xe8000000-0xe8ffffff] [ 2.117102] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0xe9000000-0xe900ffff]) [ 2.117167] pci 0000:00:00.0: [11ab:0100] type 01 class 0x060400 PCIe Root Port [ 2.117199] pci 0000:00:00.0: PCI bridge to [bus 00] [ 2.117215] pci 0000:00:00.0: bridge window [io 0x0000-0x0fff] [ 2.117230] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff] [ 2.117247] pci 0000:00:00.0: bridge window [mem 0x00000000-0x000fffff 64bit pref] [ 2.118080] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.118248] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.118286] pci 0000:00:00.0: PCI bridge to [bus 01] [ 2.118307] pci_bus 0000:00: resource 4 [mem 0xe8000000-0xe8ffffff] [ 2.118323] pci_bus 0000:00: resource 5 [io 0x0000-0xffff] [ 2.118698] pcieport 0000:00:00.0: PME: Signaling with IRQ 32 [ 2.119184] pcieport 0000:00:00.0: AER: enabled with IRQ 32 [ 2.126274] mv_xor d0060900.xor: Marvell shared XOR driver [ 2.161710] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 2.193689] mv_xor d0060900.xor: Marvell XOR (Descriptor Mode): ( xor cpy intr ) [ 2.193936] debugfs: Directory 'd0060900.xor' with parent 'dmaengine' already present! [ 2.197771] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 2.201122] Serial: AMBA driver [ 2.201554] msm_serial: driver initialized [ 2.201666] SuperH (H)SCI(F) driver initialized [ 2.204642] mousedev: PS/2 mouse device common for all mice [ 2.209486] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 (0,8000003f) counters available [ 2.211682] NET: Registered PF_INET6 protocol family [ 2.241921] Segment Routing with IPv6 [ 2.242053] In-situ OAM (IOAM) with IPv6 [ 2.242152] mip6: Mobile IPv6 [ 2.242185] NET: Registered PF_PACKET protocol family [ 2.242432] mpls_gso: MPLS GSO support [ 2.253720] registered taskstats version 1 [ 2.254108] Loading compiled-in X.509 certificates [ 2.366829] Loaded X.509 cert 'Build time autogenerated kernel key: 3f09b375e8d2d562e2a3808cdf65e52339e5a933' [ 2.378691] Demotion targets for Node 0: null [ 2.379479] Key type .fscrypt registered [ 2.379514] Key type fscrypt-provisioning registered [ 2.516330] Key type encrypted registered [ 2.516391] AppArmor: AppArmor sha256 policy hashing enabled [ 2.516469] ima: No TPM chip found, activating TPM-bypass! [ 2.516485] ima: Allocated hash algorithm: sha256 [ 2.516543] ima: No architecture policies found [ 2.516616] evm: Initialising EVM extended attributes: [ 2.516628] evm: security.selinux [ 2.516638] evm: security.SMACK64 (disabled) [ 2.516647] evm: security.SMACK64EXEC (disabled) [ 2.516657] evm: security.SMACK64TRANSMUTE (disabled) [ 2.516667] evm: security.SMACK64MMAP (disabled) [ 2.516676] evm: security.apparmor [ 2.516685] evm: security.ima [ 2.516694] evm: security.capability [ 2.516703] evm: HMAC attrs: 0x1 [ 2.600612] d0012000.serial: ttyMV0 at MMIO 0xd0012000 (irq = 0, base_baud = 1562500) is a mvebu-uart [ 2.600692] printk: legacy console [ttyMV0] enabled [ 4.101860] clk: Disabling unused clocks [ 4.105987] PM: genpd: Disabling unused power domains [ 4.117167] Freeing unused kernel memory: 3072K [ 4.175939] Checked W+X mappings: passed, no W+X pages found [ 4.181850] Run /init as init process Loading, please wait... Starting systemd-udevd version 257.13-1~deb13u1 [ 5.586850] i2c i2c-0: PXA I2C adapter [ 5.767543] sdhci: Secure Digital Host Controller Interface driver [ 5.774088] sdhci: Copyright(c) Pierre Ossman [ 5.886076] sdhci-pltfm: SDHCI platform and OF driver helper [ 6.011197] xenon-sdhci d00d8000.sdhci: Unable to determine SoC PHY PAD ctrl type [ 6.036497] SCSI subsystem initialized [ 6.040731] mvneta d0030000.ethernet eth0: Using hardware mac address 90:ec:77:01:9f:a6 [ 6.052382] xenon-sdhci d00d8000.sdhci: probe with driver xenon-sdhci failed with error -22 [ 6.054114] (unnamed net_device) (uninitialized): fixed link full duplex 2500Mbps not recognised [ 6.073454] usbcore: registered new interface driver usbfs [ 6.085829] mvneta d0040000.ethernet eth1: Using hardware mac address 90:ec:77:01:9f:a7 [ 6.094463] usbcore: registered new interface driver hub [ 6.100878] usbcore: registered new device driver usb [ 6.217074] orion-ehci d005e000.usb: EHCI Host Controller [ 6.222996] orion-ehci d005e000.usb: new USB bus registered, assigned bus number 1 [ 6.231202] orion-ehci d005e000.usb: irq 45, io mem 0xd005e000 [ 6.252295] orion-ehci d005e000.usb: USB 2.0 started, EHCI 1.00 [ 6.261338] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 6.270018] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.277541] usb usb1: Product: EHCI Host Controller [ 6.282601] usb usb1: Manufacturer: Linux 6.12.94+deb13-arm64 ehci_hcd [ 6.289406] usb usb1: SerialNumber: d005e000.usb [ 6.296654] hub 1-0:1.0: USB hub found [ 6.300715] hub 1-0:1.0: 1 port detected [ 6.403120] xhci-hcd d0058000.usb: xHCI Host Controller [ 6.409118] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 2 [ 6.417140] xhci-hcd d0058000.usb: hcc params 0x0a000998 hci version 0x100 quirks 0x0000000000000090 [ 6.417854] ahci-mvebu d00e0000.sata: supply ahci not found, using dummy regulator [ 6.426780] xhci-hcd d0058000.usb: irq 46, io mem 0xd0058000 [ 6.435267] ahci-mvebu d00e0000.sata: supply phy not found, using dummy regulator [ 6.441445] xhci-hcd d0058000.usb: xHCI Host Controller [ 6.448493] ahci-mvebu d00e0000.sata: supply target not found, using dummy regulator [ 6.453642] xhci-hcd d0058000.usb: new USB bus registered, assigned bus number 3 [ 6.461863] ahci-mvebu d00e0000.sata: AHCI vers 0001.0300, 32 command slots, 6 Gbps, platform mode [ 6.469469] xhci-hcd d0058000.usb: Host supports USB 3.0 SuperSpeed [ 6.478547] ahci-mvebu d00e0000.sata: 1/1 ports implemented (port mask 0x1) [ 6.478556] ahci-mvebu d00e0000.sata: flags: ncq sntf led only pmp fbs pio slum part sxs [ 6.501026] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 6.508689] scsi host0: ahci-mvebu [ 6.509620] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.515027] ata1: SATA max UDMA/133 mmio [mem 0xd00e0000-0xd00e1fff] port 0x100 irq 47 lpm-pol 0 [ 6.520568] usb usb2: Product: xHCI Host Controller [ 6.520577] usb usb2: Manufacturer: Linux 6.12.94+deb13-arm64 xhci-hcd [ 6.520583] usb usb2: SerialNumber: d0058000.usb [ 6.547259] hub 2-0:1.0: USB hub found [ 6.551311] hub 2-0:1.0: 1 port detected [ 6.556177] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 6.564779] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12 [ 6.573345] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 6.580828] usb usb3: Product: xHCI Host Controller [ 6.585876] usb usb3: Manufacturer: Linux 6.12.94+deb13-arm64 xhci-hcd [ 6.592625] usb usb3: SerialNumber: d0058000.usb [ 6.598483] hub 3-0:1.0: USB hub found [ 6.602534] hub 3-0:1.0: 1 port detected [ 6.996140] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 7.003506] ata1.00: ATA-9: TS32GMTS400S, S0903D, max UDMA/133 [ 7.009553] ata1.00: 62533296 sectors, multi 1: LBA48 NCQ (depth 32) [ 7.016683] ata1.00: Features: Dev-Sleep [ 7.021454] ata1.00: configured for UDMA/133 [ 7.026593] scsi 0:0:0:0: Direct-Access ATA TS32GMTS400S 3D PQ: 0 ANSI: 5 [ 7.102316] sd 0:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB) [ 7.110375] sd 0:0:0:0: [sda] Write Protect is off [ 7.115475] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 7.124963] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes [ 7.151707] sda: sda1 sda2 sda3 sda4 [ 7.156761] sd 0:0:0:0: [sda] Attached SCSI disk [ 31.204156] rtc-pcf8563 1-0051: pcf8563_write_block_data: err=-121 addr=0e, data=03 [ 31.212138] rtc-pcf8563 1-0051: pcf8563_probe: write error [ 31.217824] rtc-pcf8563 1-0051: probe with driver rtc-pcf8563 failed with error -5 [ 31.226088] i2c i2c-1: PXA I2C adapter 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 ... done. No root device specified. Boot arguments must include a root= parameter. BusyBox v1.37.0 (Debian 1:1.37.0-6+b8) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) (initramfs) login (none) login: root Password: Login incorrect login[208]: invalid password for 'UNKNOWN' on 'ttyMV0' (none) login: frank Password: Login incorrect login[208]: invalid password for 'UNKNOWN' on 'ttyMV0' Here attached the device tree binary files from my device. those are for freebsd but fairly similar As I have not been able to login armada-3720-netgate-2100.dtb armada-3720-sg2100.dtb
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines