Jump to content

vlad_cool

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Setting extraargs=video=HDMI-A-1:1920x360@60 in armbianEnv.txt helped me
  2. Best way is to build armbian selecting desktop and then 3d support in armbian build. I also have scripts to install drivers, but they work well only on cli images (where there isn't any video drivers)
  3. https://stackoverflow.com/questions/73557042/how-to-enable-eth0-on-banana-pi-zero-m2 This helped me to fix ethernet. For fixing usb I installed old kernel from armbian-config, I logged in with debug pins and arduino as usb-uart transformer
  4. I am using armbian on banana pi m2 zero with screen 1920x360. For some reason display controller didn't tell edid, so banana using default value and it doesn't look right (only a few more than half of the screen displaying anything). I want to use this screen, so I want to override default values. How this can be done? I tried setenv video-mode sunxi:1920x360-24@60,monitor=hdmi saveenv but this didn't work (saveenv tells `Saving Environment to FAT... Unable to use mmc 0:1...`) and before booting u-boot tells `Loading Environment from FAT... Unable to use mmc 0:1...` I am using armbian jammy (Armbian_23.02.0-trunk_Bananapim2zero_jammy_current_5.15.80_xfce_desktop)
  5. Maybe replacing url in /etc/spt/sources.list to `http://old-releases.ubuntu.com/ubuntu` can help? It worked for me, but I had a bit different error.
  6. Hello, I am using armbian on banana pi m2 zero uname -a Linux bananapim2zero 5.16.11-sunxi #22.02.1 SMP Sun Feb 27 09:17:03 UTC 2022 armv7l armv7l armv7l GNU/Linux I want to rebuild kernel, but i cannot find kernel source. Where I can find it? This code from https://wvthoog.nl/nanopi-ov5640-camera/#OV5640_sensor doesn`t work sudo apt update sudo apt upgrade sudo apt install build-essential uname -r # check your current kernel version sudo apt install linux-source-<your current kernel version> In my case: sudo apt install linux-source-5.8.6-current-sunxi cd /usr/src sudo tar xf linux-source-5.8.6-sunxi.tar.xz
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines