Jump to content

All Activity

This stream auto-updates

  1. Today
  2. @Igor well I'm not getting very far, unless I'm prepared to count failures... I have more of those. The SD Card reader / writer works well; I can use it to carry out various operations on my brand-new SanDisk Extreme Pro A2, including formatting from the Ubuntu Disks application, running SDCardFormatter, using usbimager to create the Armbian 25.5.1 Noble Minimal system disk, mounting, unmounting and ejecting... When I've finally got the SD card set up, here's what the Ubuntu Disk application shows. Note the first partition is 4.2MB of free space. When I put this SD card in the Cubox and boot from it, the same thing appears to happen as previously - on the HDMI-connected monitor, the Cubox bootloader runs and hands off to the boot program, after which the monitor reports no HDMI signal and the monitor goes into sleep mode. After approximately two minutes, the Cubox bootloader appears again on the monitor, hands off to the boot program, and... the same thing. Nothing seems to be active at the IP address - I can neither ping nor ssh to it. This time I have my laptop connected vi USB to the Cubox console port. Various positive messages show up in dmesg finally ending in: usb 1-6: Detected FT-X usb 1-6: FTDI USB Serial Device converter now attached to ttyUSB0 But running either screen or minicom, they return immediately, showing no sign of having established any kind of connection, no waiting for a connection, no error message, nothing. Just a reminder that this Cubox boots and runs fine on the current system SD card which is up-to-date bookworm minimal.
  3. Hello. I have not been able to make the ethernet port working on a MKS Pi board with the latest armbian image found here : https://www.armbian.com/mks-pi/ I don't even get a link led ON on the ethernet connector when connected. Can anyone offer guidance? Thanks! P.S. I could not find a MKS-PI tag in the tag menu to identify this thread correctly. Can anyone fix this?
  4. hello @Nick A, thank you for the information, could you give me a virtual machine recomendation? my laptop specs are : cpu intel core i5 8250U (recomend the amount of cores (8 core is max) 12 gb ram (ddr3 4gb+8gb bus 2400mhzx2) (will use 6gb ram), 2 ssd 250gb (1 for os 1 for vm(s)) I need to have a sleep now bye...
  5. Plus the kernel source is getting pulled from their repo. If they did make a change, you should see it on Armbian.
  6. @Nick A Do i need to use linux this time? or i can do it with windows, it's 9:12 PM in my country...
  7. I don't see anything in the history that would suggest they made any changes? I could submit a RTW88 patch I put together from the lwfinger/rtw88 repo. But seeing as the pi guys haven't appeared to have changed anything on their end, it is probs more trouble than it is worth.
  8. @c0rnelius: I already did a diff, but there are a whole lot of differences. In fact one of the things I also tried, was directly copying the .config file I use to build the RaspberryPi kernel to the config/kernel/linux-bcm2711-current.config and build that kernel, but I got exactly the same result. What I have not tried and might do at some point, is doing a diff on the rtw88 driver sources. But seeing how forcing the 11b mode as described above workarounds the issue, I suspect it might be some kind of config issue causing the 11b modes to be disabled somehow...
  9. OK, I made a really ugly script that sets managed mode, forces 1M legacy mode, switches back to monitor mode, and then performance is exactly as it should. But the thing is, can this be avoided? What could be causing this behaviour on Armbian, and how to avoid it? This is the horrible workaround BTW: #!/usr/bin/env bash set -euo pipefail ip link set mon1 down iwconfig mon1 mode managed ip link set mon1 up iwconfig mon1 rate 1M fixed ip link set mon1 down iwconfig mon1 mode monitor ip link set mon1 up iwconfig mon1 channel 1
  10. Run a diff on the pi and armbian defconfig. https://github.com/raspberrypi/linux/tree/rpi-6.12.y/arch/arm64/configs
  11. kudos for your perseverance. and thank you for sharing your findings. I hope you will be able to work it out eventually.
  12. @Ducdanh Nguyen your box might have secured boot enabled. You’ll need to compile an image with this secure boot patch
  13. Hello @Nick A, i found out my box has verified boot on it, meaning it couldn't boot in other os as you may know, is there any possible way to disable it as soon as i found out my box is not even trying to boot on armbian and with "toothpick method" it showed a fake update screen. I'm so frustrated, couldn't have any way to boot to the sd card and haven't got the dtb too, my box is not rooted. The only last resort is i can see if it automatically boots to it without the "toothpick method"
  14. Thank you @Werner, for letting us know and for your efforts
  15. What U-Boot version is used for eMMC resp. SD-card?
  16. it appears to be a useful application is there a way to use it without a network
  17. After a lot more experimentation, I have noticed the frames I am missing are the 802.11b ones! So something must be disabling these on Armbian. Unfortunately I cannot find what.
  18. I guess that is a bit misleading. As mentioned using armbian-config is optional to do certain tasks in a more comfortable way than manually/traditionally.
  19. Where did you get that info?
  20. @Nick A it has same issue. I thik it is related to the device tree declaration. Should it be something like this? https://github.com/LYU4662/aic8800-sdio-linux-1.0
  21. Is your rootfs formatted ext4? By bricked you mean, boot would be interrupted, but the brick situation is easily fixable for a skilled technician by doing an fsck?
  22. R-TV Box S10 – I realize this is an older topic, but I’m trying to fix an S10 box for an old colleague.. After an update, it no longer boots, stuck on the startup animation, and won’t load Android. I can’t seem to find any firmware download. Thanks in advance.
  23. I looked a little closer and the included cpufrequtil init script is totally unaware of SoC clustering. If you put in a max value for the A76, it won't work for the A55. So I threw the problem into AI and asked for a flexible SoC solution (I'm of course simplifying it). This is what it gave me. Lightly tested: per cluster governors, per cluster min/max speed, ability to specify "min" and "max" rather than numeric values. cpufrequtils-default -> /etc/default/cpufrequtils cpufrequtils -> /etc/init.d/cpufrequtil YMMV. cpufrequtils cpufrequtils-default
  24. Hi, you can try to set up a readonly root filesystem: https://wiki.debian.org/ReadonlyRoot Cheers
  25. Yes. Installing this package on Debian-based build hosts fixed the issue. I don't think we have any developers using Arch so there aren't much tests of any other distros to ensure compatibility. Main focus is on Noble. If there is an equivalent package for arch try installing on the host machine and retry. Having it inside the docker container may not be enough.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines