Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. tl;dr: Yes Status of CSC boards is unknown to the Armbian team. They probably work but could also be broken. Standard and above are tested to some extend.
  3. Yesterday
  4. That is worrying, I wonder if there could potentially be issues with the RAM, which could either be faulty or clocked higher than a level it is stable at. Reffering back to the fex you provide earlier it suggest a dram value of 384, so you may have to the def_config file to include the line CONFIG_DRAM_CLK=384. Is the card just class 10 rated or is it an A1 SD card? https://docs.armbian.com/User-Guide_Getting-Started/ Strange it should auto login on first boot. What it should be request is to set a new root password then confirming that password. Could you please provide a screen shot of the login screen you are greeted with. Alternatively it may be possible to set the root password external to get around this issue. Please see: https://docs.armbian.com/User-Guide_Autoconfig/ Strange never encoutered that before, have you tried pulling the latest version of armbian build to see if it fixes it? Unfortunately I have not had a lot of luck in trying to get WSL2 to work so I have stuck with virtual box. Worth a shot with the pre-built images, but I dont believe the Cubieboard is in a much better state. best of luck Ryzer
  5. Description Fix the peripheral aliases to ensure consistent allocation when enabled, so that kernel assignment matches the numbering convention of the SOC. This targets the Allwinner A10 and A20 and ensures, that for example if enabling UART2 exposes it correctly in userspace as ttyS2 rather than dynamically assigning it to the first avaliable ttySx slot. Secondly spidev overlays creates an instance of spidevX.Y based on the bus specified with armbianEnv.txt however it does not correctly configure the corresponding pins into spi mode. To resolve this the individual spi bus overlays have been include in the makefile. The desired bus must be enabled alongside spidev or seperately if using another spi device driver in order to be functional. I have also corrected the A10 spi overlays where they incorrectly target the A20. How Has This Been Tested? Built and tested on Pcduino 2 running 6.12.23-current-sunxi Built and tested on Pcduino 3 running 6.14.5-edge sunxi Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] My changes generate no new warnings View the full article
  6. 5B+ on vendor (6.1.115) has all I/O related stuff fixed (since 6.1.84) as far as my testing (the one reported in the https://www.armbian.com/rock-5b-plus/ description). Looking into the broken gnome image though and will update here!
  7. Yes, that is the main idea, but sometimes things slipped trough. Images were tested (we aim to have two people on one platinum target to be able to provide better service, but perfection is still not possible), but here we ran into weird problem that CI compilation silently broke on u-boot recompilation, while local build works. We have a problem with build framework / compiler internals, unrelated to this specific hardware and problem only manifest on some u-boot variants. Right now, I don't have a clear picture, but we are working on it. This was introduced while moving framework to Noble, which is mandatory for some targets and there are some Python libraries troubles ... which are sometimes used for u-boot / ATF compile. Its a mess. Software maintenance within such extreme complexity is job that is never done. Generally speaking.
  8. Are platinum supported boards not tested on actual hardware before posting images? FYI we are on of radxas big partners that paid for the platinum membership so there is better support for this board, not sure if all the USB/wifi related driver issues were fixed?
  9. hi , can i use these image to boot armbian to my s805X Amlogic soc.
  10. Yeah, it was reported at GH too: https://github.com/armbian/build/issues/8227 Probably related: https://github.com/armbian/build/issues/8269 No solution yet.
  11. Hi, If you are having trouble sourcing a proper serial dongle, you could also try to set (or cap) the serial console's baudrate yourself in armbianEnv.txt. Use/replace the following: console=comfort extraargs=console=ttyS2,115200 earlyprintk=ttyS2,115200 This should prevent your bootscript from setting the kernel's serial baudrate to 1M5 and at least give you some kernel logging during booting. Not sure if the login prompt will follow the same baudrate, as `getty` (or one of it's variants) might use different default settings. Groetjes,
  12. I see this bug increasingly, and now even a lot of kernel panic and shutdowns, but I was able to get the login screen two or three more times. At the login I faced the same error: using root and 1234 I was told 'login incorrect'. I tried to check whether this is an SD card related issue, and I used h2testw to test my Class 10 SD card, and got no errors there. Then I tried to recompile armbian but repeatedly got this error: https://paste.armbian.eu/daxamubowe So I am unable to build now, but the next thing I am going to try is the Cubieboard pre-built image and see what happens. Thanks, Shivam
  13. the manufacturer hates us, that's it There is no method, they are all hobbyist experiments
  14. @maka into this file: https://github.com/hqnicolas/ubuntu-rockchip-joshua/blob/main/config/suites/noble.sh it makes refference to the kernel repo: https://github.com/hqnicolas/linux-rockchip that contains the dts file: https://github.com/hqnicolas/linux-rockchip/blob/arm64--dts--rockchip--add-rk3566-h96max-v56/arch/arm64/boot/dts/rockchip/rk3566-h96max-v56.dts That have the USB setup: &usb2phy0 { status = "okay"; }; &usb2phy1 { status = "disabled"; }; &usb_host0_ehci { status = "disabled"; }; &usb_host0_ohci { status = "disabled"; }; &usb_host1_ehci { status = "disabled"; }; &usb_host1_ohci { status = "disabled"; }; &usbdrd_dwc3 { dr_mode = "host"; extcon = <&usb2phy0>; status = "okay"; }; &usbdrd30 { status = "okay"; }; &usbhost_dwc3 { status = "okay"; }; &usbhost30 { status = "okay"; }; &pinctrl { usb { vcc5v0_otg_en: vcc5v0-otg-en { rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_none>; }; }; There Are 3 Branches:
  15. Just a brief update to say that I've gotten overwhelmed with other things in my life. I still primarily suspect something is up with the connection to the serial console and that I should experiment there, as @Igor suggested. In three weeks time, I will have several days at my server's location with plenty of time to devote to this. I will try to get my hands on a machine with a USB-A port running something other than macOS.
  16. Does anyone know if this will be solved in new releases or should we use an old kernel 6.6.75 as alternative? Then the next question : can we avoid an update of the kernel when using the apt command upgrade? Already found the solution: Use armbian-config and disable upgrade of firmware
  17. I did not see the bt-gpio service starting on boot. Can you post the status ?
  18. Thank you for the suggestion. Unfortunately, it didn't help. Here is a boot log after your fix: bt_boot_fail_after_fix.txt
  19. klipper@transpeed-8k618-t:~/8821au-20210708$ sudo modprobe 8812au modprobe: ERROR: could not insert '8812au': Unknown symbol in module, or unknown parameter (see dmesg) klipper@transpeed-8k618-t:~/8821au-20210708$ sudo dmesg | grep 8812 [ 7.950162] module 8812au: .gnu.linkonce.this_module section size must match the kernel's built struct module size at run time klipper@transpeed-8k618-t:~/8821au-20210708$ dkms status rtl8812au/5.13.6-23, 6.12.11-edge-sunxi64, aarch64: installed rtl8821au/5.12.5.2, 6.12.11-edge-sunxi64, aarch64: installed I've compile a new image with MT7601U, it works. What should I do for rtl8812 to work?
  20. https://debug.armbian.de
  21. none of these are Armbian images. We do not support 3rd party OS.
  22. FYI latest image for rock 5B+ in downloads section is broken (Armbian_25.5.1_Rock-5b-plus_noble_vendor_6.1.115_gnome_desktop) Wont boot at all, previous 25.2.2 images works fine.
  23. Ok Tks, very hard work with nand. But, ok work for me with sd card. Could you tell me if the Wifi would work?
  24. Last week
  25. Can someone share a ready .dtb file with this patch. I am trying to run SPDIF in Tv-Box Vontar X3 with Amlogic S905x3 processor but I can't compile with this patch.
  26. Good morning: I've got a ROCK64 and it does't boot from few days. White; Red and Green led stand with light. nothing change even after minutes. I've tried rock64-debian-mrfixit-190531.img.xz, , freedombox-bookworm_all-arm64.img.xz, debian-12.11.0-arm64-netinst.iso, But never go further. Do you have an idea ? I've got a 5A power so should not be a problem.
  27. i think there is not even useable nand support in the mainline allwinner kernel, so chances are close to zero to get this working currently
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines