Jump to content

rolli_44

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. After a number of ties to boot the old system using the "bootm" command, it happens that your kernel (version) doesn't fit it's own root the file system (version). At the end of the boot process it stops with the error "kernel too old". However I found a fully equipped Ubuntu 14.04 LTS (kernel version 3.10.17) here --> https://blog.janprunk.com/?p=866 where both ethernet sockets (eth0, eth1) are working. :-) Thus, there must be something wrong with the kernel configuration and/or compilation process of the newer kernels...
  2. this suggests, that it has worked in ancient times using some stone-old kernel versions --> https://boundarydevices.com/i-mx6-ethernet/ do you have a working image with an old V 3.0 kernel availabe? (I cannot find it in the web anymore...)
  3. I can configure end0 with a static IP, the routes are exactly the same as in my PC connecting it point-to-point to my PC - however it is not even sending or receiving a ping-request... 😞
  4. I found a possible solution here --> https://unix.stackexchange.com/questions/555500/how-to-change-the-order-of-the-default-gateway-with-systemd-networkd
  5. actually this is not needed, as the running systemd-networkd.service is correctly acting as dhcp-client for end1.network for end0.network however, dhcp is not working at all neither with systemd-networkd.service nor with your proposed dhcpd.service if I configure end0.network with a static IP (and activate it by plugging in a cable into the ethernet socket), I can ping it from the own (utilite) console then however the system loses its connection (via end1.network) to the internet this behavior let me conclude, that there is something wrong with my route definitions with end0.network: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 end0 0.0.0.0 192.168.25.1 0.0.0.0 UG 1024 0 0 end1 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 end0 192.168.25.0 0.0.0.0 255.255.255.0 U 1024 0 0 end1 192.168.25.1 0.0.0.0 255.255.255.255 UH 1024 0 0 end1 without end0.network: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.25.1 0.0.0.0 UG 1024 0 0 end1 192.168.25.0 0.0.0.0 255.255.255.0 U 1024 0 0 end1 192.168.25.1 0.0.0.0 255.255.255.255 UH 1024 0 0 end1 Any ideas?
  6. * I wrote my own end1.network (to configure end1 with dhcp) * how and where did you enable "dhcpcd"?
  7. utilite@ArchLinuxARM ~ $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: end0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether 00:01:c0:13:ed:ea brd ff:ff:ff:ff:ff:ff 3: tap0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 72:a8:b2:00:39:42 brd ff:ff:ff:ff:ff:ff 4: end1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 00:01:c0:13:fb:ef brd ff:ff:ff:ff:ff:ff altname enp1s0 utilite@ArchLinuxARM ~ $ and in attachment for cubox-i (generally the same...) dmesg+ipa_for _cubox-i btw: I'm using the Utilite-Pro for 8 years now, with Arch-Linux-Arm different kernel versions, but the SoC ethernet (eth1/end0/fec-driver) has never worked... however it seems to be a software-problem as the led's are blinking if a cable is pugged in...
  8. utilite@ArchLinuxARM ~ $ dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.2.10-1-ARCH (builduser@leming) (armv7l-unknown-linux-gnueabihf-gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Fri Apr 7 11:19:04 MDT 2023 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: CompuLab Utilite Pro [ 0.000000] Malformed early option 'earlycon' [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 256 MiB at 0x80000000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000010000000-0x000000003fffffff] [ 0.000000] Normal empty [ 0.000000] HighMem [mem 0x0000000040000000-0x00000000bfffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000010000000-0x000000004fffffff] [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000bfffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000010000000-0x00000000bfffffff] [ 0.000000] percpu: Embedded 13 pages/cpu s23060 r8192 d21996 u53248 [ 0.000000] pcpu-alloc: s23060 r8192 d21996 u53248 alloc=13*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560 [ 0.000000] Kernel command line: root=UUID=edc984da-c1f8-4e9c-a242-2045aa2e7c6e rootfstype=ext4 rw rootwait splash=verbose earlycon console=ttymxc3,115200 consoleblank=0 video=mxcfb0:dev=hdmi,1920x1080m60,if=RGB24,bpp=32 coherent_pool=2M cma=256M@2G rd.dm=0 rd.luks=0 rd.lvm=0 raid=noautodetect pci=nomsi vt.global_cursor_default=0 loglevel=1 usb-storage.quirks= [ 0.000000] Unknown kernel command line parameters "splash=verbose raid=noautodetect", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 1779836K/2097152K available (16384K kernel code, 1865K rwdata, 6316K rodata, 2048K init, 622K bss, 55172K reserved, 262144K cma-reserved, 1048576K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.000000] Trampoline 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=4 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] L2C-310 errata 752271 769419 enabled [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 [ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled [ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB [ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] Switching to timer-based delay loop, resolution 333ns [ 0.000001] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns [ 0.000019] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns [ 0.003504] Console: colour dummy device 80x30 [ 0.003586] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=12000) [ 0.003605] pid_max: default: 32768 minimum: 301 [ 0.004143] LSM: initializing lsm=capability,integrity,smack [ 0.004442] Smack: Initializing. [ 0.004448] Smack: IPv6 port labeling enabled. [ 0.004815] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.004834] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear) [ 0.006516] CPU: Testing write buffer coherency: ok [ 0.006597] CPU0: Spectre v2: using BPIALL workaround [ 0.007107] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.008304] cblist_init_generic: Setting adjustable number of callback queues. [ 0.008318] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.008471] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.008651] Setting up static identity map for 0x10300000 - 0x103000ac [ 0.010594] rcu: Hierarchical SRCU implementation. [ 0.010602] rcu: Max phase no-delay instances is 1000. [ 0.012720] EFI services will not be available. [ 0.013360] smp: Bringing up secondary CPUs ... [ 0.014433] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.014452] CPU1: Spectre v2: using BPIALL workaround [ 0.015574] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.015591] CPU2: Spectre v2: using BPIALL workaround [ 0.016674] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.016691] CPU3: Spectre v2: using BPIALL workaround [ 0.016823] smp: Brought up 1 node, 4 CPUs [ 0.016838] SMP: Total of 4 processors activated (24.00 BogoMIPS). [ 0.016849] CPU: All CPU(s) started in SVC mode. [ 0.017758] devtmpfs: initialized [ 0.030241] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.030666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.030722] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.046986] pinctrl core: initialized pinctrl subsystem [ 0.051784] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.069599] DMA: preallocated 2048 KiB pool for atomic coherent allocations [ 0.070947] audit: initializing netlink subsys (disabled) [ 0.071309] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1 [ 0.073004] thermal_sys: Registered thermal governor 'fair_share' [ 0.073014] thermal_sys: Registered thermal governor 'bang_bang' [ 0.073021] thermal_sys: Registered thermal governor 'step_wise' [ 0.073027] thermal_sys: Registered thermal governor 'user_space' [ 0.073099] cpuidle: using governor menu [ 0.073681] CPU identified as i.MX6Q, silicon rev 1.2 [ 0.082123] platform 120000.hdmi: Fixed dependency cycle(s) with /soc/ipu@2800000 [ 0.096025] platform 20e0000.iomuxc-gpr:ipu1_csi0_mux: Fixed dependency cycle(s) with /soc/ipu@2400000 [ 0.096299] platform 20e0000.iomuxc-gpr:ipu2_csi1_mux: Fixed dependency cycle(s) with /soc/ipu@2800000 [ 0.108441] platform encoder: Fixed dependency cycle(s) with /hdmi-connector [ 0.109638] platform encoder: Fixed dependency cycle(s) with /parallel-display [ 0.109734] platform 2400000.ipu: Fixed dependency cycle(s) with /parallel-display [ 0.111428] No ATAGs? [ 0.111631] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.111645] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.113825] imx6q-pinctrl 20e0000.pinctrl: initialized IMX pinctrl driver [ 0.116738] Serial: AMBA PL011 UART driver [ 0.119613] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.187218] raid6: neonx8 gen() 539 MB/s [ 0.255159] raid6: neonx4 gen() 1258 MB/s [ 0.323182] raid6: neonx2 gen() 1165 MB/s [ 0.391175] raid6: neonx1 gen() 1004 MB/s [ 0.459244] raid6: int32x8 gen() 249 MB/s [ 0.527246] raid6: int32x4 gen() 264 MB/s [ 0.595176] raid6: int32x2 gen() 364 MB/s [ 0.663235] raid6: int32x1 gen() 310 MB/s [ 0.663246] raid6: using algorithm neonx4 gen() 1258 MB/s [ 0.731162] raid6: .... xor() 790 MB/s, rmw enabled [ 0.731172] raid6: using neon recovery algorithm [ 0.732811] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.735090] gpio gpiochip1: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.737120] gpio gpiochip2: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.739067] gpio gpiochip3: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.741027] gpio gpiochip4: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.742987] gpio gpiochip5: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.744934] gpio gpiochip6: Static allocation of GPIO base is deprecated, use dynamic allocation. [ 0.754034] iommu: Default domain type: Translated [ 0.754044] iommu: DMA domain TLB invalidation policy: strict mode [ 0.755454] SCSI subsystem initialized [ 0.755786] libata version 3.00 loaded. [ 0.756126] usbcore: registered new interface driver usbfs [ 0.756173] usbcore: registered new interface driver hub [ 0.756219] usbcore: registered new device driver usb [ 0.756385] usb_phy_generic usbphynop1: dummy supplies not allowed for exclusive requests [ 0.756566] usb_phy_generic usbphynop2: dummy supplies not allowed for exclusive requests [ 0.758493] i2c i2c-0: IMX I2C adapter registered [ 0.759224] i2c i2c-1: IMX I2C adapter registered [ 0.760253] i2c i2c-2: IMX I2C adapter registered [ 0.761217] mc: Linux media interface: v0.10 [ 0.761261] videodev: Linux video capture interface: v2.00 [ 0.761374] pps_core: LinuxPPS API ver. 1 registered [ 0.761381] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.761404] PTP clock support registered [ 0.761493] EDAC MC: Ver: 3.0.0 [ 0.763792] Advanced Linux Sound Architecture Driver Initialized. [ 0.765009] NetLabel: Initializing [ 0.765018] NetLabel: domain hash size = 128 [ 0.765025] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.765121] NetLabel: unlabeled traffic allowed by default [ 0.765370] vgaarb: loaded [ 0.766252] clocksource: Switched to clocksource mxc_timer1 [ 0.767127] VFS: Disk quotas dquot_6.6.0 [ 0.767287] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.782842] NET: Registered PF_INET protocol family [ 0.783159] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.785686] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.785844] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.785881] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.786023] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear) [ 0.786318] TCP: Hash tables configured (established 8192 bind 8192) [ 0.786700] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.786819] UDP hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.786872] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear) [ 0.787192] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.788009] RPC: Registered named UNIX socket transport module. [ 0.788021] RPC: Registered udp transport module. [ 0.788027] RPC: Registered tcp transport module. [ 0.788032] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.788045] NET: Registered PF_XDP protocol family [ 0.788065] PCI: CLS 0 bytes, default 64 [ 0.788911] Trying to unpack rootfs image as initramfs... [ 0.803123] armv7-pmu pmu: hw perfevents: no interrupt-affinity property, guessing. [ 0.803427] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 0.806289] Initialise system trusted keyrings [ 0.806597] workingset: timestamp_bits=14 max_order=19 bucket_order=5 [ 0.806751] zbud: loaded [ 0.809216] NFS: Registering the id_resolver key type [ 0.809297] Key type id_resolver registered [ 0.809304] Key type id_legacy registered [ 0.809397] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.809408] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.904702] xor: measuring software checksum speed [ 0.912664] arm4regs : 1246 MB/sec [ 0.923008] 8regs : 954 MB/sec [ 0.933388] 32regs : 954 MB/sec [ 0.944029] neon : 927 MB/sec [ 0.944045] xor: using function: arm4regs (1246 MB/sec) [ 0.944068] Key type asymmetric registered [ 0.944079] Asymmetric key parser 'x509' registered [ 0.944400] bounce: pool size: 64 pages [ 0.944621] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.945004] io scheduler mq-deadline registered [ 0.945016] io scheduler kyber registered [ 0.945193] io scheduler bfq registered [ 0.965592] imx6q-pcie 1ffc000.pcie: host bridge /soc/pcie@1ffc000 ranges: [ 0.965664] imx6q-pcie 1ffc000.pcie: IO 0x0001f80000..0x0001f8ffff -> 0x0000000000 [ 0.965695] imx6q-pcie 1ffc000.pcie: MEM 0x0001000000..0x0001efffff -> 0x0001000000 [ 0.983082] mxs-dma 110000.dma-apbh: initialized [ 0.998801] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled [ 1.003718] Serial: AMBA driver [ 1.005142] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 269, base_baud = 5000000) is a IMX [ 1.006166] 21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 270, base_baud = 5000000) is a IMX [ 1.006779] printk: console [ttymxc3] enabled [ 1.034360] loop: module loaded [ 1.034687] at24 2-0050: supply vcc not found, using dummy regulator [ 1.035936] at24 2-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write [ 1.038335] Loading iSCSI transport class v2.0-870. [ 1.038960] iscsi: registered transport (tcp) [ 1.040136] ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024 [ 1.040157] ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480 [ 1.040172] ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000 [ 1.040184] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000 [ 1.040269] ahci-imx 2200000.sata: supply ahci not found, using dummy regulator [ 1.040498] ahci-imx 2200000.sata: supply phy not found, using dummy regulator [ 1.040621] ahci-imx 2200000.sata: supply target not found, using dummy regulator [ 1.043616] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled [ 1.043655] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ 1.043677] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst [ 1.045856] scsi host0: ahci-imx [ 1.046346] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 271 [ 1.051654] nand: No NAND device found [ 1.055323] spi-nor spi0.0: sst25vf016b (2048 Kbytes) [ 1.064658] pps pps0: new PPS source ptp0 [ 1.186347] imx6q-pcie 1ffc000.pcie: iATU: unroll F, 4 ob, 4 ib, align 64K, limit 4G [ 1.279757] imx6q-pcie 1ffc000.pcie: PCIe Gen.1 x1 link up [ 1.279788] imx6q-pcie 1ffc000.pcie: Link: Only Gen1 is enabled [ 1.279800] imx6q-pcie 1ffc000.pcie: Link up, Gen1 [ 1.279813] imx6q-pcie 1ffc000.pcie: PCIe Gen.1 x1 link up [ 1.280292] imx6q-pcie 1ffc000.pcie: PCI host bridge to bus 0000:00 [ 1.280311] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.280327] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.280340] pci_bus 0000:00: root bus resource [mem 0x01000000-0x01efffff] [ 1.280444] pci 0000:00:00.0: [16c3:abcd] type 01 class 0x060400 [ 1.280474] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff] [ 1.280496] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref] [ 1.280542] pci 0000:00:00.0: Limiting cfg_size to 512 [ 1.280603] pci 0000:00:00.0: supports D1 [ 1.280614] pci 0000:00:00.0: PME# supported from D0 D1 D3hot D3cold [ 1.284887] PCI: bus0: Fast back to back transfers disabled [ 1.285236] pci 0000:01:00.0: [8086:1539] type 00 class 0x020000 [ 1.285343] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff] [ 1.285444] pci 0000:01:00.0: reg 0x18: [io 0x0000-0x001f] [ 1.285496] pci 0000:01:00.0: reg 0x1c: [mem 0x00000000-0x00003fff] [ 1.286079] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 1.302363] PCI: bus1: Fast back to back transfers disabled [ 1.302458] pci 0000:00:00.0: BAR 0: assigned [mem 0x01000000-0x010fffff] [ 1.302486] pci 0000:00:00.0: BAR 8: assigned [mem 0x01100000-0x011fffff] [ 1.302502] pci 0000:00:00.0: BAR 6: assigned [mem 0x01200000-0x0120ffff pref] [ 1.302518] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.302538] pci 0000:01:00.0: BAR 0: assigned [mem 0x01100000-0x0111ffff] [ 1.302571] pci 0000:01:00.0: BAR 3: assigned [mem 0x01120000-0x01123fff] [ 1.302603] pci 0000:01:00.0: BAR 2: assigned [io 0x1000-0x101f] [ 1.302635] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 1.302649] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 1.302662] pci 0000:00:00.0: bridge window [mem 0x01100000-0x011fffff] [ 1.303242] pcieport 0000:00:00.0: PME: Signaling with IRQ 277 [ 1.347450] Freeing initrd memory: 7456K [ 1.347937] imx-sdma 20ec000.dma-controller: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 [ 1.347979] imx-sdma 20ec000.dma-controller: external firmware not found, using ROM firmware [ 1.371079] fec 2188000.ethernet eth0: registered PHC device 0 [ 1.378743] usbcore: registered new interface driver uas [ 1.378794] usbcore: registered new interface driver usb-storage [ 1.378833] usbcore: registered new interface driver ums-cypress [ 1.378869] usbcore: registered new interface driver ums_eneub6250 [ 1.378906] usbcore: registered new interface driver ums-freecom [ 1.378941] usbcore: registered new interface driver ums-isd200 [ 1.378977] usbcore: registered new interface driver ums-usbat [ 1.389304] snvs_rtc 20cc000.snvs:snvs-rtc-lp: registered as rtc1 [ 1.390684] i2c_dev: i2c /dev entries driver [ 1.395646] at24 3-0050: supply vcc not found, using dummy regulator [ 1.396836] at24 3-0050: 256 byte 24c02 EEPROM, writable, 16 bytes/write [ 1.399123] rtc-em3027 3-0056: registered as rtc0 [ 1.400739] rtc-em3027 3-0056: setting system clock to 2023-12-26T16:36:36 UTC (1703608596) [ 1.400875] i2c i2c-0: Added multiplexed i2c bus 3 [ 1.401322] i2c i2c-0: Added multiplexed i2c bus 4 [ 1.401340] i2c-mux-gpio i2cmux: 2 port mux on 21a0000.i2c adapter [ 1.410976] sdhci: Secure Digital Host Controller Interface driver [ 1.410989] sdhci: Copyright(c) Pierre Ossman [ 1.412471] Synopsys Designware Multimedia Card Interface Driver [ 1.413717] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400 [ 1.414389] usbcore: registered new interface driver vub300 [ 1.414437] usbcore: registered new interface driver ushc [ 1.415880] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.420795] ledtrig-cpu: registered to indicate activity on CPUs [ 1.421948] hid: raw HID events driver (C) Jiri Kosina [ 1.422343] usbcore: registered new interface driver usbhid [ 1.422355] usbhid: USB HID core driver [ 1.432707] NET: Registered PF_INET6 protocol family [ 1.450346] mmc2: SDHCI controller on 2198000.mmc [2198000.mmc] using ADMA [ 1.492969] Segment Routing with IPv6 [ 1.493118] In-situ OAM (IOAM) with IPv6 [ 1.493247] mip6: Mobile IPv6 [ 1.493275] NET: Registered PF_PACKET protocol family [ 1.493564] Key type dns_resolver registered [ 1.498303] ThumbEE CPU extension supported. [ 1.498328] Registering SWP/SWPB emulation handler [ 1.510901] registered taskstats version 1 [ 1.511116] Loading compiled-in X.509 certificates [ 1.512041] zswap: loaded using pool lzo/zbud [ 1.521511] Key type .fscrypt registered [ 1.521527] Key type fscrypt-provisioning registered [ 1.522354] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.522775] ata1.00: ATA-9: SanDisk SSD U100 32GB, 10.56.00, max UDMA/133 [ 1.522797] ata1.00: 62533296 sectors, multi 1: LBA48 NCQ (depth 32) [ 1.523110] ata1.00: configured for UDMA/133 [ 1.523890] scsi 0:0:0:0: Direct-Access ATA SanDisk SSD U100 6.00 PQ: 0 ANSI: 5 [ 1.526161] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.527154] sd 0:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB) [ 1.527339] sd 0:0:0:0: [sda] Write Protect is off [ 1.527362] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.527606] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.527954] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes [ 1.532833] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes [ 1.559939] sda: sda1 sda2 [ 1.560636] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.565516] imx_usb 2184000.usb: No over current polarity defined [ 1.573023] imx_usb 2184200.usb: No over current polarity defined [ 1.576787] ci_hdrc ci_hdrc.1: EHCI Host Controller [ 1.576819] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1 [ 1.590292] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00 [ 1.590494] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.02 [ 1.590509] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.590521] usb usb1: Product: EHCI Host Controller [ 1.590530] usb usb1: Manufacturer: Linux 6.2.10-1-ARCH ehci_hcd [ 1.590539] usb usb1: SerialNumber: ci_hdrc.1 [ 1.591274] hub 1-0:1.0: USB hub found [ 1.591318] hub 1-0:1.0: 1 port detected [ 1.593605] imx_thermal 20c8000.anatop:tempmon: Extended Commercial CPU temperature grade - max:105C critical:100C passive:95C [ 1.595714] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 1.596803] ALSA device list: [ 1.596817] No soundcards found. [ 1.599633] Freeing unused kernel image (initmem) memory: 2048K [ 1.606769] Run /init as init process [ 1.606778] with arguments: [ 1.606784] /init [ 1.606791] with environment: [ 1.606797] HOME=/ [ 1.606802] TERM=linux [ 1.606808] splash=verbose [ 1.606812] raid=noautodetect [ 1.750387] usb usb1-port1: over-current condition [ 2.022295] usb 1-1: new high-speed USB device number 2 using ci_hdrc [ 2.178799] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3 [ 2.178825] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.179767] hub 1-1:1.0: USB hub found [ 2.179922] hub 1-1:1.0: 4 ports detected [ 3.226441] imx-ipuv3 2400000.ipu: IPUv3H probed [ 3.255712] imx-ipuv3 2800000.ipu: IPUv3H probed [ 3.300689] dwhdmi-imx 120000.hdmi: Detected HDMI TX controller v1.30a with HDCP (DWC HDMI 3D TX PHY) [ 3.344768] imx-drm display-subsystem: bound imx-ipuv3-crtc.2 (ops ipu_crtc_ops [imxdrm]) [ 3.345089] imx-drm display-subsystem: bound imx-ipuv3-crtc.3 (ops ipu_crtc_ops [imxdrm]) [ 3.345335] imx-drm display-subsystem: bound imx-ipuv3-crtc.6 (ops ipu_crtc_ops [imxdrm]) [ 3.345518] imx-drm display-subsystem: bound imx-ipuv3-crtc.7 (ops ipu_crtc_ops [imxdrm]) [ 3.345703] imx-drm display-subsystem: bound parallel-display (ops imx_pd_ops [parallel_display]) [ 3.345825] imx-drm display-subsystem: bound 120000.hdmi (ops dw_hdmi_imx_ops [dw_hdmi_imx]) [ 3.423040] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 0 [ 3.423258] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 3.433337] etnaviv etnaviv: bound 130000.gpu (ops gpu_ops [etnaviv]) [ 3.465055] etnaviv etnaviv: bound 134000.gpu (ops gpu_ops [etnaviv]) [ 3.494025] etnaviv etnaviv: bound 2204000.gpu (ops gpu_ops [etnaviv]) [ 3.494210] etnaviv-gpu 130000.gpu: model: GC2000, revision: 5108 [ 3.494990] etnaviv-gpu 134000.gpu: model: GC320, revision: 5007 [ 3.495121] etnaviv-gpu 2204000.gpu: model: GC355, revision: 1215 [ 3.495151] etnaviv-gpu 2204000.gpu: Ignoring GPU with VG and FE2.0 [ 3.542172] [drm] Initialized etnaviv 1.3.0 20151214 for etnaviv on minor 1 [ 4.815709] EXT4-fs (sda2): mounted filesystem edc984da-c1f8-4e9c-a242-2045aa2e7c6e with ordered data mode. Quota mode: none. [ 5.288287] systemd[1]: systemd 255-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified) [ 5.288334] systemd[1]: Detected architecture arm. [ 5.308462] systemd[1]: Hostname set to <ArchLinuxARM>. [ 5.729479] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported [ 6.623410] systemd[1]: /etc/systemd/system/rc-local.service:11: Support for option SysVStartPriority= has been removed and it is ignored [ 6.682408] systemd[1]: Queued start job for default target Graphical Interface. [ 6.733522] systemd[1]: Created slice Slice /system/getty. [ 6.753499] systemd[1]: Created slice Slice /system/modprobe. [ 6.773470] systemd[1]: Created slice Slice /system/serial-getty. [ 6.792466] systemd[1]: Created slice User and Session Slice. [ 6.806954] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 6.826828] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 6.843787] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 6.862638] systemd[1]: Reached target Local Encrypted Volumes. [ 6.878552] systemd[1]: Reached target Local Integrity Protected Volumes. [ 6.894637] systemd[1]: Reached target Path Units. [ 6.906549] systemd[1]: Reached target Remote File Systems. [ 6.922480] systemd[1]: Reached target Slice Units. [ 6.934538] systemd[1]: Reached target Swaps. [ 6.946638] systemd[1]: Reached target Local Verity Protected Volumes. [ 6.963171] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 6.979838] systemd[1]: Listening on LVM2 poll daemon socket. [ 6.995496] systemd[1]: Listening on Syslog Socket. [ 7.024080] systemd[1]: Listening on Process Core Dump Socket. [ 7.039445] systemd[1]: Listening on Journal Socket (/dev/log). [ 7.055488] systemd[1]: Listening on Journal Socket. [ 7.071528] systemd[1]: Listening on Network Service Netlink Socket. [ 7.086591] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 7.087919] systemd[1]: Listening on udev Control Socket. [ 7.103420] systemd[1]: Listening on udev Kernel Socket. [ 7.119326] systemd[1]: Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 7.150699] systemd[1]: Mounting POSIX Message Queue File System... [ 7.206855] systemd[1]: Mounting Kernel Debug File System... [ 7.219507] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing). [ 7.226862] systemd[1]: Mounting Temporary Directory /tmp... [ 7.246080] systemd[1]: Starting Create List of Static Device Nodes... [ 7.270607] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 7.299540] systemd[1]: Starting Load Kernel Module configfs... [ 7.323597] systemd[1]: Starting Load Kernel Module dm_mod... [ 7.349483] systemd[1]: Starting Load Kernel Module drm... [ 7.372637] systemd[1]: Starting Load Kernel Module fuse... [ 7.396812] systemd[1]: Starting Load Kernel Module loop... [ 7.435170] device-mapper: uevent: version 1.0.3 [ 7.436259] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com [ 7.457737] systemd[1]: Starting Load Kernel Modules... [ 7.466837] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 7.481974] systemd[1]: Starting Remount Root and Kernel File Systems... [ 7.499111] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 7.503304] fuse: init (API version 7.38) [ 7.509379] systemd[1]: Starting Coldplug All udev Devices... [ 7.544740] systemd[1]: Mounted POSIX Message Queue File System. [ 7.554985] systemd[1]: Mounted Kernel Debug File System. [ 7.567342] tun: Universal TUN/TAP device driver, 1.6 [ 7.571662] systemd[1]: Mounted Temporary Directory /tmp. [ 7.589368] systemd[1]: Finished Create List of Static Device Nodes. [ 7.608843] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 7.609928] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 7.611785] systemd[1]: Finished Load Kernel Module configfs. [ 7.638038] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 7.660653] systemd[1]: Finished Load Kernel Module dm_mod. [ 7.681829] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 7.683548] systemd[1]: Finished Load Kernel Module drm. [ 7.701981] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 7.703633] systemd[1]: Finished Load Kernel Module fuse. [ 7.721144] systemd[1]: modprobe@loop.service: Deactivated successfully. [ 7.722390] systemd[1]: Finished Load Kernel Module loop. [ 7.740457] systemd[1]: Finished Load Kernel Modules. [ 7.756326] systemd[1]: Finished Remount Root and Kernel File Systems. [ 7.803001] systemd[1]: Mounting FUSE Control File System... [ 7.821318] systemd[1]: Mounting Kernel Configuration File System... [ 7.840441] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). [ 7.875176] systemd[1]: Starting Load/Save OS Random Seed... [ 7.891021] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met. [ 7.898783] systemd[1]: Starting Apply Kernel Variables... [ 7.951082] systemd[1]: Starting Create Static Device Nodes in /dev gracefully... [ 7.966578] systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). [ 7.971516] systemd[1]: Mounted FUSE Control File System. [ 7.987429] systemd[1]: Mounted Kernel Configuration File System. [ 8.167802] systemd[1]: Finished Apply Kernel Variables. [ 8.354593] systemd[1]: Finished Create Static Device Nodes in /dev gracefully. [ 8.371553] systemd[1]: Create System Users was skipped because no trigger condition checks were met. [ 8.407306] systemd[1]: Starting Create Static Device Nodes in /dev... [ 8.657376] systemd[1]: Finished Create Static Device Nodes in /dev. [ 8.674281] random: crng init done [ 8.676260] systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6). [ 8.719198] systemd[1]: Starting Journal Service... [ 8.739706] systemd[1]: Starting Rule-based Manager for Device Events and Files... [ 8.758078] systemd[1]: Finished Load/Save OS Random Seed. [ 8.781529] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 8.800613] systemd[1]: Reached target Preparation for Local File Systems. [ 8.818699] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw). [ 8.818894] systemd[1]: Reached target Local File Systems. [ 8.841496] systemd-journald[196]: Collecting audit messages is disabled. [ 8.845046] systemd[1]: Listening on System Extension Image Management (Varlink). [ 8.863526] systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. [ 8.899257] systemd[1]: Starting Set Up Additional Binary Formats... [ 8.914743] systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met. [ 8.984993] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 198 (systemd-binfmt) [ 9.038748] systemd[1]: Mounting Arbitrary Executable File Formats File System... [ 9.080427] systemd[1]: Mounted Arbitrary Executable File Formats File System. [ 9.113236] systemd[1]: Finished Set Up Additional Binary Formats. [ 9.164611] systemd[1]: Started Journal Service. [ 9.356492] systemd-journald[196]: Received client request to flush runtime journal. [ 9.427004] systemd-journald[196]: /var/log/journal/7ce7d3615c7a4bd0a2a7bbf5491cda32/system.journal: Journal file uses a different sequence number ID, rotating. [ 9.427044] systemd-journald[196]: Rotating system journal. [ 10.443188] fec 2188000.ethernet end0: renamed from eth0 [ 10.491549] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 10.555070] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 10.562646] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 10.562685] cfg80211: failed to load regulatory.db [ 11.307188] imx_media_common: module is from the staging directory, the quality is unknown, you have been warned. [ 11.378731] imx6_media: module is from the staging directory, the quality is unknown, you have been warned. [ 11.607903] igb: Intel(R) Gigabit Ethernet Network Driver [ 11.607930] igb: Copyright (c) 2007-2014 Intel Corporation. [ 11.608180] igb 0000:01:00.0: enabling device (0140 -> 0142) [ 11.658608] fsl-ssi-dai 202c000.ssi: No cache defaults, reading back from HW [ 11.709593] pps pps1: new PPS source ptp1 [ 11.749187] coda 2040000.vpu: Direct firmware load for vpu_fw_imx6q.bin failed with error -2 [ 11.759221] coda 2040000.vpu: Using fallback firmware vpu/vpu_fw_imx6q.bin [ 11.762945] coda 2040000.vpu: Firmware code revision: 46076 [ 11.762974] coda 2040000.vpu: Initialized CODA960. [ 11.762983] coda 2040000.vpu: Firmware version: 3.1.1 [ 11.769248] igb 0000:01:00.0: added PHC on eth0 [ 11.769272] igb 0000:01:00.0: Intel(R) Gigabit Ethernet Network Connection [ 11.769283] igb 0000:01:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:01:c0:13:fb:ef [ 11.769296] igb 0000:01:00.0: eth0: PBA No: FFFFFF-0FF [ 11.769304] igb 0000:01:00.0: Using legacy interrupts. 1 rx queue(s), 1 tx queue(s) [ 11.798373] coda 2040000.vpu: coda-jpeg-encoder registered as video0 [ 11.850504] coda 2040000.vpu: coda-jpeg-decoder registered as video1 [ 11.899846] coda 2040000.vpu: coda-video-encoder registered as video2 [ 11.906813] coda 2040000.vpu: coda-video-decoder registered as video3 [ 12.035240] caam 2100000.crypto: Entropy delay = 3200 [ 12.096050] caam 2100000.crypto: Instantiated RNG4 SH0 [ 12.156813] caam 2100000.crypto: Instantiated RNG4 SH1 [ 12.156847] caam 2100000.crypto: device ID = 0x0a16010000000000 (Era 4) [ 12.156859] caam 2100000.crypto: job rings = 2, qi = 0 [ 12.427545] imx6_media_csi: module is from the staging directory, the quality is unknown, you have been warned. [ 12.486601] imx6_media_csi: module is from the staging directory, the quality is unknown, you have been warned. [ 12.488578] imx-ipuv3-csi imx-ipuv3-csi.0: Registered ipu1_csi0 capture as /dev/video4 [ 12.489551] imx-ipuv3 2400000.ipu: Registered ipu1_ic_prpenc capture as /dev/video5 [ 12.491364] imx-ipuv3 2400000.ipu: Registered ipu1_ic_prpvf capture as /dev/video6 [ 12.491460] video-mux 20e0000.iomuxc-gpr:ipu1_csi0_mux: Consider updating driver video-mux to match on endpoints [ 12.493520] imx-ipuv3-csi imx-ipuv3-csi.1: Registered ipu1_csi1 capture as /dev/video7 [ 12.495625] imx-ipuv3-csi imx-ipuv3-csi.4: Registered ipu2_csi0 capture as /dev/video8 [ 12.496873] imx-ipuv3 2800000.ipu: Registered ipu2_ic_prpenc capture as /dev/video9 [ 12.498195] imx-ipuv3 2800000.ipu: Registered ipu2_ic_prpvf capture as /dev/video10 [ 12.505623] imx6_media_csi: module is from the staging directory, the quality is unknown, you have been warned. [ 12.513220] imx-ipuv3-csi imx-ipuv3-csi.5: Registered ipu2_csi1 capture as /dev/video11 [ 12.513271] video-mux 20e0000.iomuxc-gpr:ipu2_csi1_mux: Consider updating driver video-mux to match on endpoints [ 12.549491] imx-media: Registered ipu_ic_pp csc/scaler as /dev/video12 [ 12.566222] usbcore: registered new device driver onboard-usb-hub [ 12.878705] hub 1-1:1.0: USB hub found [ 12.883273] hub 1-1:1.0: 4 ports detected [ 12.922832] hub 1-1:1.0: USB hub found [ 12.923119] hub 1-1:1.0: 4 ports detected [ 13.534474] imx-drm display-subsystem: [drm] Cannot find any crtc or sizes [ 13.534843] Qualcomm Atheros AR8031/AR8033 2188000.ethernet-1:00: attached PHY driver (mii_bus:phy_addr=2188000.ethernet-1:00, irq=POLL) [ 14.004211] igb 0000:01:00.0 end1: renamed from eth0 [ 14.282167] caam algorithms registered in /proc/crypto [ 14.296465] caam 2100000.crypto: registering rng-caam [ 14.302363] caam 2100000.crypto: rng crypto API alg registered prng-caam [ 24.544011] platform sound-analog: deferred probe pending [ 50.006193] systemd-journald[196]: /var/log/journal/7ce7d3615c7a4bd0a2a7bbf5491cda32/user-1001.journal: Journal file uses a different sequence number ID, rotating. utilite@ArchLinuxARM ~ $
  9. sorry, i have been confusing this with my arch-linux-arm installation on my uitilite however, the issue with the network (unfunctional end0) holds true for both (cubox-i and arch)
  10. of course I've adjusted the UUID in armbianEnv.txt... And there is another issue: eth1/end0 seem to be unfunctional. It doesnt obtain an ipv4/v6-address from the router, only IPV6LL is assigned by the kernel, the FEC driver is working, end0.network is configured with dhcp the same way as end1.network.
  11. /etc/fstab is empty, the root-partition must have been mounted by the boot-process...
  12. Thank you. I just marked the solution. I also have to mention, that I had to add "rw" to the bootargs in boot.cmd, for a writable root partition. Otherwise it gets mounted as read-only...
  13. this u-boot environment is totally buggy: writing files doesnt work, env import behaves erratic and causes erratic characters to appear in the env, etc. I'm still tring... got it: bytes read output of load command is decimal, while env import size is hexadecimal 🙂 Finally I was able to debug and adopt your environment and boot.cmd. Everything works seemingly fine, until it comes to the bootz-command. Here it stops with the error message: ERROR: Did not find a cmdline Flattened Device Tree Could not find a valid device tree SCRIPT FAILED: continuing... device tree file "imx6q-utilite-pro.dtb" has not been correctly loaded to address 0x15000000... After manually loading device tree file, next error message: Wrong Ramdisk Image Format Ramdisk image is corrupt or invalid I found out, that the device tree is placed inside the ramdisk, thus both corruptiong each other... After ajusting fdt_addr_r to 20000000, my result (same problem seemingly freezing with Starting kernel...) Then after adjusting in boot.cmd: setenv console "serial" setenv earlycon "on" MY FINAL RESULT !!!! 🙂 Problem solved... And you are right the kernel is crashing after about 15minutes.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines