Jump to content

yulin

Members
  • Posts

    2
  • Joined

  • Last visited

  1. Not sure if the rolling release includes the UART dtb yet, but when I build my own image (jammy xfce kernel 5.10.110) I don't have the UART dtbs in /boot/dtb/rockchip/overlay/ . As a result, I couldn't add uart0-m2 to /boot/armbianEnv.txt and get /dev/ttyS0 when I was following the official user manual to enable UART. After some researching I managed to solve this by copying the dtb file from orange pi's official ubuntu image to /boot/overlay-user and enable UART with user_overlays=rk3588-uart0-m2 in armbianEnv.txt . Rebooted and it works. However, I suppose it would be better to include the dts files in kernel patches? I'm posting this because I don't know what's the best practice for this.
  2. I have an Asus USB-N10 Nano B1 (https://www.asus.com/networking-iot-servers/adapters/all-series/usb-n10-nano-b1/) which has a Realtek 8188EUS chip in it. I'm able to make it work with my custom built image. What I did: 1. git clone https://github.com/armbian/build.git 2. cd into the folder and sudo ./compile.sh 3. select expert mode and select orange pi 5 (WIP) 4. go with jammy (supported) and xfce (supported) , or you can probably use other desktop environment but I haven't tested 5. make sure you do not select 3d packages (forgot the name, but it's the first option among browser, editor, multimedia, etc...), otherwise it's black screen when you login to the desktop environment. 6. let it configure 7. it will prompt and ask you something, and make sure you say yes when usb 8188eu comes out, then it will continue configuring 8. select realtek 8188eu under staging drivers 9. build (took about 90 mins on my laptop) and get your custom image under the output folder The module should load automatically. I'm currently on kernel 5.10.110. Note that this build also solves the problem that usb-c and usb 2.0 ports aren't working as well.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines