Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Thank you for reporting. If current images have troubles, you can try to use previous ones. There is a link on the download pages or you can find them this way. https://forum.armbian.com/topic/52406-helios-64-fails-to-boot-since-upgrading-to-bookworm/#comment-219614 Which works best for your case, you will need to find on your own. We don't store this information / forum search might help. Similar goes with 3rd party images - most are Armbian based and none is in perfect state, things break apart all the time. By providing logs (if possible) someone might give you hints to workaround the problem, without hardly. As I understand from your report - image boots, but USB port doesn't work to enter password? And also network is down, so you can't login remote. I haven't tested HC4 on last builds, but C4 works just fine. In any case, fixing the problem can take some time - Hardkernel never supported our work, so we don't have active maintainer at stand by. It depends on volunteers that read this forum. When they notice and found time to look into this.
  3. Hi @Werner, Not to pick nits, but 7 is the highest level (lowest priority) you can give a printk() statement. To make them appear however, the loglevel of the printk() needs to be smaller than the loglevel of the console, meaning the [console] loglevel needs to be 7+1: loglevel= [KNL,EARLY] All Kernel Messages with a loglevel **smaller** than the console loglevel will be printed to the console. It can also be changed with klogd or other programs. The loglevels are defined as follows: Also, the following text also steers into the direction of using 8 instead of 7 to show all printk() messages: To change the current console_loglevel simply write the desired level to ``/proc/sys/kernel/printk``. For example, to print all messages to the console:: # echo 8 > /proc/sys/kernel/printk (Taken from https://www.kernel.org/doc/Documentation/core-api/printk-basics.rst.) Grt,
  4. Today
  5. As the Armbian project transitions from spring into summer, the final week of May 2025 brought a dense flurry of development activity, delivering improvements across kernel support, bootloader updates, system performance, and user experience enhancements. With over 35 pull requests merged, this week showcased the Armbian community’s continued dedication to modernizing and stabilizing its build framework and board support packages. Performance & Build System Optimizations A notable performance enhancement arrived via #8248, where build engineer @rpardini delivered a major speed-up in Docker extension handling, cutting processing time by over 50%. Complementing this, PR #8249 addressed inefficiencies in rootfs-to-image by avoiding --sparse, significantly improving I/O speeds on various filesystems. Kernel version parsing and custom kernel description functionality also landed with #8152, thanks to @Grippy98, enabling displaying kernel versioning within build branches. Board Support Enhancements & Bootloader Upgrades A slew of boards received attention this week. The NanoPC-T6 series saw a key modernization in #8219 and #8239, switching to mainline Arm Trusted Firmware and bumping U-Boot to v2025.04 final. The Quartz64A board followed suit in #8250, while the Odroid HC4, Khadas VIM3, and Mixtile Blade3 all received U-Boot updates or reverts to improve stability. Legacy and edge kernel support was also improved. Notably, Rockchip64 edge kernel configuration gained CONFIG_NETKIT=y (#8237), and fixes for display mode handling on RK3588 boards were added (#8253). Meanwhile, the Orangepi 5 Ultra switched to a mainline kernel source (#8252), reinforcing Armbian’s ongoing effort to shed legacy components and embrace upstream compatibility. Infrastructure & Usability Improvements Behind the scenes, @igorpecovnik contributed multiple usability tweaks, including a fix for HiDPI detection (#8236) and @rpardini added improved serial console fallback behavior in GRUB (#8247). The GPG key placement was standardized across distros (#8128), simplifying build reproducibility. Device Tree and Service Fixes The smart am40 received a long-needed RTC node and U-Boot bump (#8214), while the Helios4‘s wake-on-LAN service was fixed (#8235), reinforcing Armbian’s commitment to community-requested board maintenance. Wrapping Up This week’s burst of activity highlights the Armbian community’s tireless commitment to refinement and modernization. Whether through performance enhancements, kernel bumps, or quality-of-life fixes, the project continues to evolve rapidly. Users can expect a more responsive, stable, and future-proof experience across a growing roster of supported hardware. Stay tuned for further updates as June unfolds. The post Armbian Development Highlights: End of May 2025 first appeared on Armbian. View the full article
  6. What do you mean by that? Images that are currently available are still from 25.2 ... new will be created soon. But you can anyway update them standard way: apt update + apt upgrade.
  7. I've seen this error before. I think that's some incompatibility from rpi own packages that have some regex checking if its their own kernel or not. Did not get any further though.
  8. code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } armbian-install should be able to do that. Though since there is no option to select WHICH version, if there are multiple installed, to write, I suggest to first check with code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } dpkg -l which uboot package/s is/are installed and make sure there is only the one that you want to write.
  9. config is there: https://github.com/armbian/build/blob/main/config/boards/orangepi5-ultra.csc DIY: https://docs.armbian.com/Developer-Guide_Overview/ Go for edge
  10. verbosity or loglevel to say cannot exceed 7. https://www.kernel.org/doc/html/v6.12/admin-guide/kernel-parameters.html Make sure your adapter can handle this speed which is rather high. Some chips, CP2102 for example, tend to simply output garbage instead of properly failing if asked to provide a higher baudrate than it can handle. Get FT232R or CP2104 or any other that can handle like and more than 1.5Mbaud.
  11. Hi @gyrex, You might want to try without the fstab entry for your root filesystem: UUID=024728b4-7d81-4433-8476-0f98407d1481 / ext4 defaults,noatime,commit=600,errors=remount-ro 0 1 and add the following to your armbianEnv.txt. extraargs=rw The fstab entry for your rootfs is there to remount your rootfs with some options, it is not there to actuall mount it - that's already done by the rootdev/rootfstype in your kernel commandline. or: change the last digit from 1 to 0 in the fstab entry for your rootfs to prohibit fsck during boot. Hopefully that would allow the system to complete it's boot and make room for some live troubleshooting. Thx, Groetjes,
  12. Can confirm that kernel 6.12.23-current-sunxi boots fine. Will freeze on this kernel. I have a feeling that subsequent kernels may break the OS.
  13. boot log from working archived image (Armbian_23.02.2_Orangepilite_bullseye_current_5.15.93.img.xz) with verbosity=7 Note that the current image I mentioned above doesn't boot at all. U-Boot SPL 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000) DRAM: 512 MiB Trying to boot from MMC1 U-Boot 2022.07-armbian (Feb 17 2023 - 22:31:53 +0000) Allwinner Technology CPU: Allwinner H3 (SUN8I 1680) Model: Xunlong Orange Pi Lite DRAM: 512 MiB Core: 61 devices, 16 uclasses, devicetree: separate WDT: Not starting watchdog@1c20ca0 MMC: mmc@1c0f000: 0, mmc@1c10000: 1 Loading Environment from FAT... Unable to use mmc 0:1... In: serial@1c28000 Out: serial@1c28000 Err: serial@1c28000 Net: No ethernet found. starting USB... Bus usb@1c1b000: USB EHCI 1.00 Bus usb@1c1b400: USB OHCI 1.0 Bus usb@1c1c000: USB EHCI 1.00 Bus usb@1c1c400: USB OHCI 1.0 scanning bus usb@1c1b000 for devices... 1 USB Device(s) found scanning bus usb@1c1b400 for devices... 1 USB Device(s) found scanning bus usb@1c1c000 for devices... 1 USB Device(s) found scanning bus usb@1c1c400 for devices... 1 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found Autoboot in 1 seconds, press <Space> to stop switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot/boot.scr 4077 bytes read in 2 ms (1.9 MiB/s) ## Executing script at 43100000 U-boot loaded from SD Boot script loaded from mmc 202 bytes read in 2 ms (98.6 KiB/s) 15420394 bytes read in 641 ms (22.9 MiB/s) 8404272 bytes read in 351 ms (22.8 MiB/s) Found mainline kernel configuration 31592 bytes read in 8 ms (3.8 MiB/s) 4185 bytes read in 7 ms (583 KiB/s) Applying kernel provided DT fixup script (sun8i-h3-fixup.scr) ## Executing script at 45000000 Kernel image @ 0x42000000 [ 0x000000 - 0x803d30 ] ## Loading init Ramdisk from Legacy Image at 43400000 ... Image Name: uInitrd Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 15420330 Bytes = 14.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Loading Ramdisk to 4914b000, end 49fffbaa ... OK Loading Device Tree to 490da000, end 4914afff ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.15.93-sunxi (root@d707798f2e43) (arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #23.02.2 SMP Fri Feb 17 23:49:46 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=50c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Xunlong Orange Pi Lite [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 104 MiB at 0x59800000 [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000040000000-0x000000005fffffff] [ 0.000000] HighMem empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000040000000-0x000000005fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT [ 0.000000] percpu: Embedded 17 pages/cpu s38540 r8192 d22900 u69632 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: root=UUID=0d7b4f62-35b2-4fa1-b284-f8801d9900bf rootwait rootfstype=ext4 splash=verbose console=ttyS0,115200 console=tty1 hdmi.audio=EDID:0 disp.screen0_output_mode=1920x1080p60 consoleblank=0 loglevel=7 ubootpart=f34b8f97-01 ubootsource=mmc usb-storage.quirks=0x2537:0x1066:u,0x2537:0x1068:u sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory swapaccount=1 [ 0.000000] Unknown kernel command line parameters "splash=verbose ubootpart=f34b8f97-01 ubootsource=mmc sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16 cgroup_enable=memory", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 380916K/524288K available (9216K kernel code, 1510K rwdata, 3404K rodata, 1024K init, 326K bss, 36876K reserved, 106496K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 44003 entries in 130 pages [ 0.000000] ftrace: allocated 129 pages with 2 groups [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 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=4 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.000019] Switching to timer-based delay loop, resolution 41ns [ 0.000362] Console: colour dummy device 80x30 [ 0.000880] printk: console [tty1] enabled [ 0.000946] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.000981] pid_max: default: 32768 minimum: 301 [ 0.001450] LSM: Security Framework initializing [ 0.001546] Yama: becoming mindful. [ 0.001770] AppArmor: AppArmor initialized [ 0.002002] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.002034] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.003462] CPU: Testing write buffer coherency: ok [ 0.004025] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.005013] Setting up static identity map for 0x40100000 - 0x40100054 [ 0.005178] rcu: Hierarchical SRCU implementation. [ 0.006606] smp: Bringing up secondary CPUs ... [ 0.017622] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.028748] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.039761] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.039868] smp: Brought up 1 node, 4 CPUs [ 0.039933] SMP: Total of 4 processors activated (192.00 BogoMIPS). [ 0.039952] CPU: All CPU(s) started in HYP mode. [ 0.039966] CPU: Virtualization extensions available. [ 0.040552] allocated 524288 bytes of page_ext [ 0.041160] devtmpfs: initialized [ 0.049410] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5 [ 0.049690] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.049761] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.054473] pinctrl core: initialized pinctrl subsystem [ 0.056174] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.059569] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.060320] audit: initializing netlink subsys (disabled) [ 0.060589] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1 [ 0.061091] thermal_sys: Registered thermal governor 'fair_share' [ 0.061100] thermal_sys: Registered thermal governor 'bang_bang' [ 0.061120] thermal_sys: Registered thermal governor 'step_wise' [ 0.061602] cpuidle: using governor ladder [ 0.061660] cpuidle: using governor menu [ 0.062227] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.062256] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.067505] platform 1c0c000.lcd-controller: Fixing up cyclic dependency with 1100000.mixer [ 0.071534] platform 1ee0000.hdmi: Fixing up cyclic dependency with 1c0c000.lcd-controller [ 0.075661] platform connector: Fixing up cyclic dependency with 1ee0000.hdmi [ 0.088071] cryptd: max_cpu_qlen set to 1000 [ 0.160015] raid6: neonx8 gen() 778 MB/s [ 0.228109] raid6: neonx8 xor() 576 MB/s [ 0.296265] raid6: neonx4 gen() 825 MB/s [ 0.364350] raid6: neonx4 xor() 630 MB/s [ 0.432471] raid6: neonx2 gen() 914 MB/s [ 0.500584] raid6: neonx2 xor() 652 MB/s [ 0.568705] raid6: neonx1 gen() 814 MB/s [ 0.636822] raid6: neonx1 xor() 564 MB/s [ 0.704988] raid6: int32x8 gen() 303 MB/s [ 0.773105] raid6: int32x8 xor() 180 MB/s [ 0.841172] raid6: int32x4 gen() 354 MB/s [ 0.909325] raid6: int32x4 xor() 205 MB/s [ 0.977423] raid6: int32x2 gen() 399 MB/s [ 1.045574] raid6: int32x2 xor() 213 MB/s [ 1.113673] raid6: int32x1 gen() 402 MB/s [ 1.181788] raid6: int32x1 xor() 192 MB/s [ 1.181806] raid6: using algorithm neonx2 gen() 914 MB/s [ 1.181823] raid6: .... xor() 652 MB/s, rmw enabled [ 1.181838] raid6: using neon recovery algorithm [ 1.183291] iommu: Default domain type: Translated [ 1.183320] iommu: DMA domain TLB invalidation policy: strict mode [ 1.183717] SCSI subsystem initialized [ 1.184221] usbcore: registered new interface driver usbfs [ 1.184283] usbcore: registered new interface driver hub [ 1.184335] usbcore: registered new device driver usb [ 1.184465] mc: Linux media interface: v0.10 [ 1.184508] videodev: Linux video capture interface: v2.00 [ 1.184628] pps_core: LinuxPPS API ver. 1 registered [ 1.184646] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.184683] PTP clock support registered [ 1.185242] Advanced Linux Sound Architecture Driver Initialized. [ 1.186157] NetLabel: Initializing [ 1.186179] NetLabel: domain hash size = 128 [ 1.186195] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.186291] NetLabel: unlabeled traffic allowed by default [ 1.187087] clocksource: Switched to clocksource arch_sys_counter [ 1.228425] VFS: Disk quotas dquot_6.6.0 [ 1.228584] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.229269] AppArmor: AppArmor Filesystem Enabled [ 1.336354] NET: Registered PF_INET protocol family [ 1.336618] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.337583] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.337740] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.337781] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.337856] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 1.337931] TCP: Hash tables configured (established 4096 bind 4096) [ 1.338072] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 1.338118] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 1.338415] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.338854] Trying to unpack rootfs image as initramfs... [ 1.340268] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available [ 1.341694] Initialise system trusted keyrings [ 1.341800] Key type blacklist registered [ 1.342059] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 1.348552] zbud: loaded [ 1.350385] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.351848] fuse: init (API version 7.34) [ 1.358604] integrity: Platform Keyring initialized [ 1.464884] xor: measuring software checksum speed [ 1.472564] arm4regs : 1301 MB/sec [ 1.483588] 8regs : 897 MB/sec [ 1.495208] 32regs : 849 MB/sec [ 1.502715] neon : 1319 MB/sec [ 1.502746] xor: using function: neon (1319 MB/sec) [ 1.502775] Key type asymmetric registered [ 1.502793] Asymmetric key parser 'x509' registered [ 1.503043] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.503357] io scheduler mq-deadline registered [ 1.503381] io scheduler kyber registered [ 1.503633] io scheduler bfq registered [ 1.512420] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver [ 1.514505] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver [ 1.521892] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled [ 1.524627] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator [ 1.525263] printk: console [ttyS0] disabled [ 1.525369] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a 16550A [ 2.075874] Freeing initrd memory: 15060K [ 2.083675] printk: console [ttyS0] enabled [ 2.511900] brd: module loaded [ 2.520491] loop: module loaded [ 2.526873] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.533463] ehci-platform: EHCI generic platform driver [ 2.539058] ehci-platform 1c1b000.usb: EHCI Host Controller [ 2.544691] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 1 [ 2.553131] ehci-platform 1c1b000.usb: irq 35, io mem 0x01c1b000 [ 2.575106] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00 [ 2.581636] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.589937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.597180] usb usb1: Product: EHCI Host Controller [ 2.602074] usb usb1: Manufacturer: Linux 5.15.93-sunxi ehci_hcd [ 2.608094] usb usb1: SerialNumber: 1c1b000.usb [ 2.613317] hub 1-0:1.0: USB hub found [ 2.617168] hub 1-0:1.0: 1 port detected [ 2.621855] ehci-platform 1c1c000.usb: EHCI Host Controller [ 2.627486] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2 [ 2.635703] ehci-platform 1c1c000.usb: irq 37, io mem 0x01c1c000 [ 2.655098] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00 [ 2.661554] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15 [ 2.669852] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.677094] usb usb2: Product: EHCI Host Controller [ 2.681987] usb usb2: Manufacturer: Linux 5.15.93-sunxi ehci_hcd [ 2.688007] usb usb2: SerialNumber: 1c1c000.usb [ 2.693099] hub 2-0:1.0: USB hub found [ 2.696937] hub 2-0:1.0: 1 port detected [ 2.701445] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.707676] ohci-platform: OHCI generic platform driver [ 2.713252] ohci-platform 1c1b400.usb: Generic Platform OHCI controller [ 2.719921] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 3 [ 2.728970] ohci-platform 1c1b400.usb: irq 36, io mem 0x01c1b400 [ 2.795398] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 2.803696] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.810938] usb usb3: Product: Generic Platform OHCI controller [ 2.816873] usb usb3: Manufacturer: Linux 5.15.93-sunxi ohci_hcd [ 2.822893] usb usb3: SerialNumber: 1c1b400.usb [ 2.827998] hub 3-0:1.0: USB hub found [ 2.831820] hub 3-0:1.0: 1 port detected [ 2.836390] ohci-platform 1c1c400.usb: Generic Platform OHCI controller [ 2.843054] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4 [ 2.851134] ohci-platform 1c1c400.usb: irq 38, io mem 0x01c1c400 [ 2.919351] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.15 [ 2.927650] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.934892] usb usb4: Product: Generic Platform OHCI controller [ 2.940826] usb usb4: Manufacturer: Linux 5.15.93-sunxi ohci_hcd [ 2.946846] usb usb4: SerialNumber: 1c1c400.usb [ 2.951934] hub 4-0:1.0: USB hub found [ 2.955772] hub 4-0:1.0: 1 port detected [ 2.960855] usbcore: registered new interface driver usb-storage [ 2.968150] sun6i-rtc 1f00000.rtc: registered as rtc0 [ 2.973279] sun6i-rtc 1f00000.rtc: setting system clock to 2025-06-04T00:27:53 UTC (1748996873) [ 2.982125] sun6i-rtc 1f00000.rtc: RTC enabled [ 2.986885] i2c_dev: i2c /dev entries driver [ 2.992529] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0) [ 3.001316] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator [ 3.001376] sun8i-h3-pinctrl 1c20800.pinctrl: supply vcc-pg not found, using dummy regulator [ 3.001464] sun8i-h3-r-pinctrl 1f02c00.pinctrl: supply vcc-pl not found, using dummy regulator [ 3.027559] ledtrig-cpu: registered to indicate activity on CPUs [ 3.027730] sunxi-mmc 1c0f000.mmc: Got CD GPIO [ 3.034134] sun8i-ce 1c15000.crypto: Set mod clock to 50000000 (50 Mhz) from 24000000 (24 Mhz) [ 3.046971] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 3.054821] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 3.062615] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 3.063344] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB [ 3.072201] sunxi-mmc 1c10000.mmc: initialized, max. request size: 16384 KB [ 3.077464] sun8i-ce 1c15000.crypto: will run requests pump with realtime priority [ 3.092119] sun8i-ce 1c15000.crypto: Register cbc(aes) [ 3.097465] sun8i-ce 1c15000.crypto: Register ecb(aes) [ 3.102766] sun8i-ce 1c15000.crypto: Register cbc(des3_ede) [ 3.108526] sun8i-ce 1c15000.crypto: Register ecb(des3_ede) [ 3.114271] sun8i-ce 1c15000.crypto: Register md5 [ 3.119152] sun8i-ce 1c15000.crypto: Register sha1 [ 3.124099] sun8i-ce 1c15000.crypto: Register sha224 [ 3.129218] sun8i-ce 1c15000.crypto: Register sha256 [ 3.134338] sun8i-ce 1c15000.crypto: Register sha384 [ 3.139460] sun8i-ce 1c15000.crypto: Register sha512 [ 3.144573] sun8i-ce 1c15000.crypto: Register stdrng [ 3.149712] sun8i-ce 1c15000.crypto: TRNG not supported [ 3.154970] sun8i-ce 1c15000.crypto: CryptoEngine Die ID 1 [ 3.160897] hid: raw HID events driver (C) Jiri Kosina [ 3.166246] usbcore: registered new interface driver usbhid [ 3.171848] usbhid: USB HID core driver [ 3.181192] Initializing XFRM netlink socket [ 3.185523] mmc0: host does not support reading read-only switch, assuming write-enable [ 3.186000] mmc1: new high speed SDIO card at address 0001 [ 3.186446] NET: Registered PF_INET6 protocol family [ 3.195673] mmc0: new high speed SDHC card at address 0001 [ 3.211529] mmcblk0: mmc0:0001 MSSD0 29.2 GiB [ 3.219784] mmcblk0: p1 [ 3.232450] Segment Routing with IPv6 [ 3.236307] In-situ OAM (IOAM) with IPv6 [ 3.240384] NET: Registered PF_PACKET protocol family [ 3.245489] NET: Registered PF_KEY protocol family [ 3.250374] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 3.263485] 8021q: 802.1Q VLAN Support v1.8 [ 3.267773] Key type dns_resolver registered [ 3.272539] Registering SWP/SWPB emulation handler [ 3.278107] registered taskstats version 1 [ 3.282244] Loading compiled-in X.509 certificates [ 3.293859] Loaded X.509 cert 'Build time autogenerated kernel key: f559a45d4ed6ccfa67e6ba8b1070303a9a0eccec' [ 3.308268] zswap: loaded using pool zstd/z3fold [ 3.313910] Key type .fscrypt registered [ 3.317887] Key type fscrypt-provisioning registered [ 3.327453] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=yes [ 3.355862] Key type encrypted registered [ 3.359944] AppArmor: AppArmor sha1 policy hashing enabled [ 3.389567] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0aa2c38) [ 3.396930] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0a9eb6c) [ 3.404695] sun8i-dw-hdmi 1ee0000.hdmi: supply hvcc not found, using dummy regulator [ 3.413515] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy) [ 3.423707] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver [ 3.431589] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc0aa21ec) [ 3.438970] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0 [ 3.446837] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 3.454025] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes [ 3.455603] of_cfs_init [ 3.463479] of_cfs_init: OK [ 3.466643] ALSA device list: [ 3.469647] No soundcards found. [ 3.479117] Freeing unused kernel image (initmem) memory: 1024K [ 3.495349] Run /init as init process [ 3.900465] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0 [ 3.999937] lima 1c40000.gpu: gp - mali400 version major 1 minor 1 [ 4.006327] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1 [ 4.012766] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1 [ 4.019195] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus [ 4.031649] lima 1c40000.gpu: bus rate = 200000000 [ 4.036548] lima 1c40000.gpu: mod rate = 297000000 [ 4.041530] lima 1c40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19 [ 4.050380] lima 1c40000.gpu: Failed to register cooling device [ 4.058043] [drm] Initialized lima 1.2.0 20200215 for 1c40000.gpu on minor 1 done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... Scanning for Btrfs filesystems done. Begin: Will now check root file system ... fsck from util-linux 2.36.1 [/sbin/fsck.ext4 (1) -- /dev/mmcblk0p1] fsck.ext4 -a -C0 /dev/mmcblk0p1 armbi_root: clean, 46134/1825824 files, 501006/7560192 blocks done. [ 4.380231] EXT4-fs (mmcblk0p1): mounted filesystem with writeback data mode. Opts: (null). Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 5.197871] systemd[1]: Inserted module 'autofs4' [ 5.284618] systemd[1]: systemd 247.3-7+deb11u6 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 5.308839] systemd[1]: Detected architecture arm. Welcome to A[ 5.327365] systemd[1]: Set hostname to <orangepilite>. rmbian 25.2.3 bullseye!
  14. Yesterday
  15. In the final lines of your build log output, it seems that it cant download some ubuntu packages. I dont see linux compilation errors (I only looked at it for 1 minute). Can you try rebuilding with debian?
  16. OdroidHC4 Petitboot Flushed, system rebooted to SD card (good quality). No keyboard function to input root password to continue. I verified IP using AngryIP. Tried to connect via Putty, but errors in selecting key. I'm new to SMB and SOC. Intended system to use with OMV as a NAS (image used is Bookworm minimal for OMV). Need help to proceed. Thanks
  17. From what I understood, yes this was after u-boot compilation. https://paste.armbian.eu/hilijogore.bash contains the log, there is no img file in the output directory. Before I ran ./compile.sh I added BOOTBRANCH="tag:v2025.04" and BOOTPATCHDIR="v2025.04" to config/boards/orangepizero3.csc.
  18. @paradigman not to be unfair against OVPN but its very slow (high cpu load) and hard to configure/maintain ( i developed the opvn plugin in ddwrt for some years). you will be better off with Wireguard on this box (i bet it can push linespeed of the gig port).
  19. drivers/net/wireless/rtl8192eu/hal/phydm/phydm.c seems like a linux source file... maybe this warning was shown AFTER uboot finished compiling?
  20. Also try to fix serial console, using different cable, different terminal application, ... doing this blindly ain't best practice.
  21. look here https://github.com/hzyitc/armbian-onecloud/releases
  22. Did anyone managed to boot anything other then android on TX6S?
  23. I have an Orange Pi 5 Ultra with Debian 12 (since there is no ARMBIAN version available for this model yet), and I would like to use the connected fan so that it turns on when it reaches a certain temperature and turns off when it cools down. Thank you in advance for your help
  24. From your log, this is the uboot that is booting and it is trying and failing to boot from your mmc1. I would expect your SD to be mmc0, so it doesn't look like it is even trying to boot from your SD card. So you probably need to replace/update the onboard uboot or perhaps wipe the mmc1. But I don't have this board and really am just guessing. But these are directions you could look into.
  25. I have a custom build running to try u-boot 2025.4, some warnings about "no previous prototype for..." are given, for example: [🔨] drivers/net/wireless/rtl8192eu/hal/phydm/phydm.c:434:6: warning: no previous prototype for 'phydm_common_info_self_reset' [-Wmissing-prototypes] [🔨] 434 | void phydm_common_info_self_reset(struct dm_struct *dm) [🔨] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [🔨] drivers/net/wireless/rtl8192eu/hal/phydm/phydm.c:477:6: warning: no previous prototype for 'phydm_phy_info_update' [-Wmissing-prototypes] [🔨] 477 | void phydm_phy_info_update(struct dm_struct *dm) Is this just a warning or do I need to supply extra info/libraries to build without those warnings?
  26. Can anyone help to fix this bug.... How to install new u boot for Orange Pi 5 Max in a simple way?
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines