Jump to content

Search the Community

Showing results for tags 'orangepizero'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Armbian
    • Armbian project administration
  • Community
    • Announcements
    • SBC News
    • Framework and userspace feature requests
    • Off-topic
  • Using Armbian
    • Beginners
    • Software, Applications, Userspace
    • Advanced users - Development
  • Standard support
    • Amlogic meson
    • Allwinner sunxi
    • Rockchip
    • Other families
  • Community maintained / Staging
    • TV boxes
    • Amlogic meson
    • Allwinner sunxi
    • Marvell mvebu
    • Rockchip
    • Other families
  • Support

Categories

  • Official giveaways
  • Community giveaways

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Matrix


Mastodon


IRC


Website URL


XMPP/Jabber


Skype


Github


Discord


Location


Interests

  1. Hello, first post here, so sorry if did not provide enough information. I need to change spi buffer length to 8192. So far tried: 1) modprobe spidev bufsiz=8192 creating the file /etc/modprobe.d/spidev.conf and adding to it the line "options spidev bufsiz=8192" When I do "cat /sys/module/spidev/parameters/bufsiz", it gives me "4096". 2) Add to /boot/cmdline.txt: spidev.bufsiz=8192 When I do "cat /sys/module/spidev/parameters/bufsiz", it gives me "4096". 3) cd /sys/module/spidev/parameters chmod 666 bufsiz echo 65536 > bufsiz did nothing. 4) /boot/armbianEnv.txt added options spidev bufsiz=8192 When I do "cat /sys/module/spidev/parameters/bufsiz", it gives me "4096". I don't know anything else what to try. Is it possible.
  2. Hello, I've been running Armbian for a while on an Orange Pi Zero without any issue. Every now and then I perform an apt update && apt dist-upgrade on that board but today the upgrade process failed with the following error and I'm not sure how to fix it. renaud@AnetA8:~$ sudo apt update && sudo apt dist-upgrade -y Hit:1 http://ports.ubuntu.com focal InRelease Hit:2 http://ports.ubuntu.com focal-security InRelease Hit:3 http://ports.ubuntu.com focal-updates InRelease Hit:4 http://ports.ubuntu.com focal-backports InRelease Hit:5 http://armbian.hosthatch.com/apt focal InRelease Reading package lists... Done Building dependency tree Reading state information... Done 1 package can be upgraded. Run 'apt list --upgradable' to see it. Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done Try Ubuntu Pro beta with a free personal subscription on up to 5 machines. Learn more at https://ubuntu.com/pro The following packages will be upgraded: armbian-firmware 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/9,409 kB of archives. After this operation, 0 B of additional disk space will be used. (Reading database ... 38016 files and directories currently installed.) Preparing to unpack .../armbian-firmware_22.08.6_all.deb ... Unpacking armbian-firmware (22.08.6) over (22.08.1) ... Replacing files in old package linux-firmware (1.187.33) ... dpkg: error processing archive /var/cache/apt/archives/armbian-firmware_22.08.6_all.deb (--unpack): unable to open '/lib/firmware/ath11k/WCN6855/hw2.1/board-2.bin.dpkg-new': No such file or directory Errors were encountered while processing: /var/cache/apt/archives/armbian-firmware_22.08.6_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) All other packages were successfully upgraded, the only one failing is armbian-firmware. Here is the output of armbianmonitor -u : http://ix.io/4en4 Thanks for any help
  3. Hi, I'm trying to set up static ip for my Orange pi zero. I made the following settings in /etc/network/interfaces #Local loopback auto lo iface lo inet loopback #Ethernet Static IP auto eth0 allow-hotplug eth0 iface eth0 inet static address 192.168.1.30 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 192.168.1.1 This just set static ip for ethernet and when wifi connects it assigns a new ip so I lose internet access. I can assign any ip to the wifi name I set in Nmtui settings. But what I want is to be able to assign a single static ip to all wifi connections. Can you help with this? Thank you.
  4. Hello, I'm trying to figure out how to convert the img.xz file into a usable ISO file to boot onto a USB drive. I have no idea, tried using a few converter tools and they don't seem to be doing the job. Anyone know of a way to accomplish this? Thank you.
  5. Hello fellow Armbianers! I'm using Orange Pi zero. My only complaint is the 30s boot time. Looking at the log files, seems like it only takes 5 seconds to boot once the kernel is loaded. The majority of this 30s is spent in uboot somewhere? Does anyone know how to speed up this boot process? I'm always just booting from SD card, don't need USB boot/network boot, console, or any of that. Thanks!
  6. I'm running Armbian on an Orange PI zero and I want to change the default ftp port because I have another device on my network that uses ftp and I want to forward the port. FTP seems switched on by default, I didn't install it so I don't know which ftp program it is.
  7. Hello, I am using the Armbian 22.08.2 Jammy with Linux 5.15.69-sunxi. When I issue "aplay /usr/share/sounds/alsa/Front_Center.wav" or "speaker-test -t wav" playback misses a few seconds from the beginning of the audio file. If I restart it immediately, I can hear the file playing correctly. Then I wait for a while, run it and the problem reappears. I read on this forum that people have had the same problem for years without finding a solution. Is there a solution or does anyone wise know what the problem is?
  8. Hi, I installed Armbian 22.05.3 on a OrangePi Zero. There is a huge file in the root directory of the microsd card named qemu_fstype_20220704-070826_11972.core owned by root that is almost the size of the card. What is this file?
  9. As stated in the topic the new Orange Pi Zero LTS reports incorrect system temps (likely due to 16bit overflow if I were to guess): ~$ cat /sys/devices/virtual/thermal/thermal_zone0/temp -2178 Model Purchased: https://www.aliexpress.com/item/4000070093365.html
  10. Hi. I need the serial number of the CPU of the orange Pi boards. I see it is in the file /proc/cpuinfo I need another place that is not file based as the cpuinfo file can be spoofed. Is there a way to read it directly from a register?
  11. Dear all, I occasionally have a full /var/log at startup on various boards, probably because the logs are not rotated /vaccuumd at boot (we had a thread about this in the old opi1 forum). The rotating /vaccuum is currently done every 15 minutes, so I figured why not do it directly at boot as well? For this purpose I updated /etc/cron.d/armbian-truncate-logs with an extra @reboot line: PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin */15 * * * * root /usr/lib/armbian/armbian-truncate-logs @reboot root /usr/lib/armbian/armbian-truncate-logs I rebooted several times, and didn't get a full /var/log anymore. All subsequent problems like failing networking when filesystem full also vanished;-) Kind regards, Dennis
  12. Hello... after last update, I'm got this issue .. MAC address for wifi changed after reboot ... (and dhcp reservation does not work .. of course) It happen on all 5.15.x 5.16.x kernels .. Armbian 22.02.1 with Linux 5.16.11-sunxi - has problem Armbian 22.02.1 with Linux 5.15.25-sunxi - has problem downgrade to 5.10 works Armbian 22.02.1 with Linux 5.10.60-sunxi - Is OK .. Have anybody same problem ..?? is any way, how can I solve this issue ..? thanks ... for answer(s)...
  13. hello armbian developers recently i have tried to built my own kernel from linus' kernel tree(5.18.1). the build config i use cames from armbian 22.05 bullseye(5.15.43-sunxi) /boot/config-5.15.43-sunxi ,without any changes. the kernel was ok to boot,so i plan to add xr819 support for it,but after days of work,it seems not as easy as i thought. the driver ive tried is from here(https://github.com/karabek/xradio),but it cant detect chip's hardware revision: [ 13.036884] xradio: XR819 device discovered [ 13.038054] xradio_wlan mmc1:0001:1: no mac address provided, using random [ 13.064445] xradio ERR: FWIO: Unknown hardware: -1. [ 13.064547] xradio ERR: BH: bh thread exiting [ 13.064893] xradio PM-DEV: xradio_pm_release but the stock armbian image works well(5.15.43-sunxi). so i have added a printk to make config reg value visible: ret = xradio_reg_read_32(hw_priv, HIF_CONFIG_REG_ID, &val32); printk(KERN_WARNING "xradio_wlan: read config reg value: 0x%x\n",val32); if (ret < 0) { xr_printk(XRADIO_DBG_WARN, "FWIO: can't read config register, err=%d.\n", ret); return ret; } on 5.15.43: [ 11.737046] xradio: XR819 device discovered [ 11.737725] xradio_wlan mmc1:0001:1: no mac address provided, using random [ 11.739304] xradio_wlan: read config reg value: 0x4005600 [ 11.920160] xradio: hardware vers. 7.9 [ 11.920199] xradio: firmware vers. 8 (WSM), build 5258, api 1060, cap 0x0003 [ 11.920217] xradio: Config USE_EXTENSIONS on 5.18.1: [ 13.036884] xradio: XR819 device discovered [ 13.038054] xradio_wlan mmc1:0001:1: no mac address provided, using random [ 13.039290] xradio_wlan: read config reg value: 0x4 [ 13.064445] xradio ERR: FWIO: Unknown hardware: -1. [ 13.064547] xradio ERR: BH: bh thread exiting [ 13.064893] xradio PM-DEV: xradio_pm_release it seems xradio_reg_read_32 will call xradio_reg_read , and it calls __xradio_read ... last call sdio_memcpy_fromio , so maybe upstream have changed some implementation of sdio?
  14. How install linux-tools for USBIP >usbip WARNING: usbip not found for kernel 5.15.43 You may need to install the following packages for this specific kernel: linux-tools-5.15.43-sunxi linux-cloud-tools-5.15.43-sunxi You may also want to install one of the following packages to keep up to date: linux-tools-sunxi linux-cloud-tools-sunxi >apt install linux-tools-sunxi Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package linux-tools-sunxi I tried linux-cloud-tools-sunxi, linux-tools-5.15.43-sunxi, linux-cloud-tools-5.15.43-sunxi BUT package not found. Try switch on other kernel, from 5.15.43 to 5.10 - package not found. How install or compile linux-tools for USBIP?
  15. Hi all. I am new in both OrangePi hardware and Armbian OS. I bought Orange Pi Zero 512 MB. I aim to develop a stand-alone device using this board. I am too confused with my readings. Do you have any idea for the following run rules together on the same board? (1) When I connect via serial (USB), it runs bash. It will ask user name and password. I can write a program, compile it, update the OS, and change settings. <This part is okay.> I want to use a GUI for this part. (2) When I supply 5-Volt power via extension pins, it runs stand-alone. It will not ask for a username and a password. It starts with an application developed in either Python or C programming languages. *** How can I combine these two in a single board? Is it necassary to change my board? Which OS should I use (I preferred Armbian)? Is it necessary to build a new image, or may I continue using the ready-built image? I will be appreciate if you share an answer with me. Thanks a lot.
  16. I have Armbian 22.02 Bullseye installed on my Orange Pi zero. The wifi connection worked fine at first, but after a few reboots the device 'wlan0' seems to no longer exist. In the Armbian-config settings the entry wifi is no longer present and also in ifconfig wlan0 is no longer displayed. I have now reflushed the system 3 times and always have the same problem.
  17. I have an orange pi zero that I'm going to use as a pi hole. When installing pi hole, I received a "Error: Unable to update package cache. Please try "sudo apt update"." I did just that and received another error stating Err:1 https://ports.ubuntu.com focal InRelease Could not connect to ports.ubuntu.com:443 (2620:2d:4000:1::19). - connect (111: Connection refused) Could not connect to ports.ubuntu.com:443 (185.125.190.39). - connect (111: Connection refused) Could not connect to ports.ubuntu.com:443 (2620:2d:4000:1::16). - connect (111: Connection refused) Could not connect to ports.ubuntu.com:443 (185.125.190.36). - connect (111: Connection refused) Err:2 https://ports.ubuntu.com focal-security InRelease Unable to connect to ports.ubuntu.com:https: Err:3 https://ports.ubuntu.com focal-updates InRelease Unable to connect to ports.ubuntu.com:https: Err:4 https://ports.ubuntu.com focal-backports InRelease Unable to connect to ports.ubuntu.com:https: Ign:5 https://apt.armbian.com focal InRelease Err:6 https://apt.armbian.com focal Release Redirection from https to 'http://armbian.chi.auroradev.org/apt/dists/focal/Release' is forbidden [IP: 2605:7900:20::5 443] Reading package lists... Done E: The repository 'https://apt.armbian.com focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. I tried changing the mirror url in /etc/apt/sources.list.d/armbian.list as @Werner suggested, but I still get the same error even when using the mirror. This is basically what's in the armbian.list deb http://armbian.tnahosting.net/dl/ focal main focal-utils focal-desktop Any clues as to what's going on??
  18. I'm trying to add a USB device using configfs to the zero but I don't want to break the pre existing serial connection on USB0 so I want to put it on USB3, the overlay has this as usbhost3 so before I spend hours designing a daughter board and trying to fix something that's never going to work the question is can I use this interface for a device.
  19. I have installed Armbian_22.02.1_Orangepizero_bullseye_current_5.15.25.img.xz. I started my OrangePi 0. I chose ZSH (not BASH) I did Update and Upgrade. When trying to execute the command (as a normal user) build-essential I get: orangepizero:~:% build-essential zsh: command not found: build-essential orangepizero:~:% sudo apt-get install build-essential Reading package lists... Done Building dependency tree... Done Reading state information... Done build-essential is already the newest version (12.9). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. orangepizero:~:% build-essential zsh: command not found: build-essential How can I successfully run build-essential?
  20. Using Orange Pi zero Revision 1.5 loaded with Armbian Buster 21.08 ArmbianMonitor Logs: http://ix.io/3UXu The board is reporting very low temperatures, with htop and when I ssh on the login banner. Temperatures range from 3 or 4 C but also seen -3404C screenshot https://imgur.com/a/SCLVMYl Previously with Armbian 19.11 and kernel 5.4 temperatures were reported normal 33 or 37C I dont overclock and run my SoC from 480 to 960MHz (keeps current and power down). Screenshot of Armbian 19.11 kernel 5.4 and kernel 5.10.4.sunxi temperatures were normal (30 - 37C) Screenshot below: https://imgur.com/a/cFoXG8H Not sure what has changed in kernel 5.10.60, will it be safe to download to kernel 5.4.88 or will it break my installation? Everything else is working fine. Thanks in advance
  21. Good morning all I have an OPi Zero H2 with the official expansion card. My goal is to make an Airport module to connect a speaker to it. The installation of Shairport in APT all is ok I can see the sharing on my iPhone. But the problem is that I have no sound when I plug a speaker into the 3.5mm jack port on the expansion card. I have correctly installed the "analog-codecs" and made a reboot. In Alsamixer I put "Line-Out" and "DAC" to the maximum (red). But still no sound ... When in doubt, I did all these operations on Armbian Focal / Buster / Bionic but it didn't change anything. Can you help me please? believe me I have tried everything for 4 days but without success. thank you in advance for your help
  22. Hello. I have a small problem: I can't change the language on my OPi Zero. I have successfully done that with OPi Lite 2 and OPi 3, but for some reason on the Zero when I go to change it, the module fails to load and just quits back to the same "menu page". (essentially does nothing). The only thing I can think of, is that both of the other boards have 1Gb RAM and this only has 512Mb and thus it runs out of memory? That doesn't sound too plausible though - a list of keyboard languages shouldn't take tens or hundreds of megs of RAM. As far as I know, each board is running the same version of Armbian, so that shouldn't be a problem.
  23. hello, can you help me to enable SPI please. I have MCP004 with SPI on orange pi zero with armbian , and I dont know how enable SPI comunication. Before I used raspberry pi and there MCP3004 worked fine.
  24. We had a custom script that would perform kernel updates. As part of the update, we would look for this package and would make sure it was install. We are erroring out as this package is no longer installed. I am currently using 5.10.34-sunxi and was trying to update to 5.10.60-sunxi. The error is : E: Can't find a source to download version '21.02.3' of 'linux-buster-root-current-orangepizero:armhf' This was working as of a couple of months ago. (Looking at the armbian-config scripts, we are essentially following the same logic. We imagine this script would have the same issues. We tried running armbian-config, but did not have the switch option).
  25. Hi, I'm trying to set a different GPIO state at boot (output 0) on a Orange pi Zero and I couldn't find any solution to this. Can someone tell me if this is possible and if yes how to do it ? Thanks !
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines