Jump to content

Alexei Shcherbakov

Members
  • Posts

    6
  • Joined

  • Last visited

  1. Max theoretical esp32 chip UART speed is 5Mbps, but nobody can reach this speed - max "config speed" is 921600 and even on 460800 you can get garbage and data loss 😞 For RockPi you need 1.5Mbps. I don't know why Radxa need such speed, may be they think "fast is better" I use BeagleBone single board computer for connecting to my RockPi3A (because HDMI not working in modern kernels), and it is working perfectly. BeagleBone has fastest UARTs avaliable in pocket size
  2. I tried to install Armbian_22.11.0-trunk_Rockpi-4b_bullseye_current_5.15.76_minimal.img.xz from https://github.com/radxa-build/rock-pi-4b/releases/tag/20221101-0235 After first reboot main partition goes readonly. Checking disk show free cluster records mismatch. It is not SD-card issue, because Ubuntu Server on same SD-card working perfectly.
  3. I tried Odroid N2+ with Armbian 22.05.3 Buster (5.17.5-meson64). It does not work, but it can be enabled. For enabling it in kernel you need to do: 1. Add enable_wol=1 in /boot/boot.cmd 2. Recompile it with mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr 3. For enabling it in Network Manager you need to do: nmcli c modify "Wired connection 1" 802-3-ethernet.wake-on-lan magic After this 3 steps ethtool will show you that wake on lan is enabled (but it is broken somewhere in kernel). I hope that this small instruction helps save 1-2 hours for somebody who find this thread with google like me 😄
  4. I tried: Armbian_22.05.1_Rock-3a_bullseye_edge_5.18.0.img.xz Armbian_22.05.1_Rock-3a_jammy_edge_5.18.0_cinnamon_desktop.img.xz Armbian_22.05.1_Rock-3a_jammy_edge_5.18.0_xfce_desktop.img.xz "Not working" means that there are no signal from HDMI.
  5. All armbian images with 5.x kernel are not working for me. I found working variant of 5.x kernel here - https://github.com/qxhome/rk3568-kernel5.10-alldrivers but it have problems with firewall and docker Does anybody have other variants?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines