Jump to content

Active threads

Showing topics posted in for the last 365 days.

This stream auto-updates

  1. Past hour
  2. hey , i almost gave up installing armbian , thank you for your support , for last time , im gonna try this ,i can understand dtb stuffs but, could you please tell me what armbian image i should download ? or could you please share me the link , i think whole time i downloaded wrong image ,
  3. Today
  4. Loading a kernel module has nothing to do with enabling a device tree overlay.
  5. sorry for the offtopic Tell me, I soldered emmc into orange pi3, but I don’t know how to fix emmc. в паял emmc nand, помощь нужна как её разметить? root@orangepi3:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS mmcblk0 179:0 0 7,4G 0 disk └─mmcblk0p1 179:1 0 7,2G 0 part /var/log.hdd / mmcblk2 179:32 0 14,7G 0 disk mmcblk2boot0 179:64 0 4M 1 disk mmcblk2boot1 179:96 0 4M 1 disk zram0 251:0 0 987,6M 0 disk [SWAP] zram1 251:1 0 50M 0 disk /var/log zram2 251:2 0 0B 0 disk root@orangepi3:~# _________________________________________ dmesg выдал: hcd.1.auto-1.2/input0 [ 2.899258] sunxi-mmc 4022000.mmc: data error, sending stop command [ 3.234993] sunxi-mmc 4022000.mmc: data error, sending stop command [ 3.570707] sunxi-mmc 4022000.mmc: data error, sending stop command [ 3.704126] sun8i-dw-hdmi 6000000.hdmi: EVENT=plugin [ 3.906348] sunxi-mmc 4022000.mmc: data error, sending stop command [ 4.241984] sunxi-mmc 4022000.mmc: data error, sending stop command [ 5.282820] mmc2: Card stuck being busy! __mmc_poll_for_busy [ 5.282831] mmc2: tried to HW reset card, got error -110 [ 5.286139] I/O error, dev mmcblk2, sector 30777328 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 [ 5.289570] I/O error, dev mmcblk2, sector 30777328 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0 [ 5.289589] Buffer I/O error on dev mmcblk2, logical block 3847166, async page read [ 5.473252] EXT4-fs (mmcblk0p1): mounted filesystem e54d1578-3cab-4e38-9159-b9dcdd29f6fd ro with writeback data mode. Quota mode: none. что с этим делать?
  6. You should of course monitor the temperatures now to see if the board becomes abnormally hot (use your hand or the programs sensors or btop, for example). That being said, a quick web search suggests to me that you are simply seeing a software problem AKA bug. I suggest you open a bug ticket on the Armbian bug tracker and patiently wait for the board maintainer to have a look into the issue. https://www.armbian.com/nanopi-neo-2/ lists https://github.com/spendist as the maintainer for your board. Maybe you can send an e-mail? sources: https://forum.armbian.com/topic/9501-opzero-h5-after-update-41917-the-cpu-temperature-is-wrong/ https://community.nxp.com/t5/i-MX-Processors/IMX8MP-not-able-to-read-Thermal-zone0-temperature/m-p/1655665 https://community.nxp.com/t5/QorIQ/Temperature-is-not-available-at-sys-class-thermal-thermal-zoneX/m-p/1343009
  7. The breakage occurred between Armbian 25.2.1 and Armbian 25.2.2
  8. Great choice! TBH not many people asked for add this at first run - probably as many use cases are headless / servers and people are used to just run command on their own. But agree, its one of those "nice to have". This is open source world. Anyone can contribute a feature, fix a bug. Donations are here for things that you already have. If you want feature to be fixed or added, line is very long - most of this forum is seeking for something. And there is just a few people on the other side, willing to pay with their private time for the common software maintenance. Donations, what people are willing to pay / contribute, cover less then 1% of the costs. Its a beer, not trade money. End users would destroy the project in no time, if we accept donations as a payment for the work. It is impossible to cover remaining 99%. Here and there yes, long term, no.
  9. Thank you for that information. Indeed, you have partially upgraded to noble by now. It appears, though, as if you also have some packages that predate even jammy, like clang-10 and crda and possibly others. Did you originally install this board with a release before jammy? I see you do have armbian-focal-desktop-xfce installed, for example. For housekeeping, I suggest you do the following now before anything else. "sudo apt update;sudo apt upgrade" to make sure all packages are up-to-date in jammy. You might run into trouble because some of your packages are already from the noble pocket. Let me know if there were any issues. Next, try to simplify your package set by marking as many packages as automatically installed as possible to make the dist-upgrade path easier. Try to trim the output of "apt-mark showmanual" down to the minimum by marking them via "sudo apt-mark auto $pkg". Specifically, I think all your obsolete packages should be marked as automatically installed. # these look like clear candidates for removal unless some other package depends on them sudo apt-mark auto fonts-ubuntu-font-family-conso libhogweed5 libicu66 libjson-c4 libmpdec2 libnettle7 libpcre2-posix2 libpython3.8-minimal libsepol1 libssl1.1 libssl3t64 libwebp6 numix-blue-gtk-theme perl-modules-5.30 python3.8-minimal systemd-resolved ttf-ubuntu-font-family # these should be clear as well, but have a closer look if you want sudo apt-mark auto armbian-focal-desktop-xfce crda hddtemp Periodically, while trimming down the list of explicitly installed packages, check with "sudo apt autoremove --dry-run" before "sudo apt autoremove" to trim down on the installed packages. Then show me the output of "aptitude search '~i !~M' " once you are done. With regards to your filesystem issue, indeed it seems to be less complicated than I feared. I suggest you boot into your computer, umount sda1 and fsck it. That should take care of it. Monitor the drive if errors come back and if so, consider replacing it.
  10. Does anyone know if the spi-cpol and spi-cpha parameters are applicable in the ads7846 part of the DTS? I have seen cpol in an LCD discussion here: https://forum.armbian.com/topic/38896-orange-pi-lite-problem-with-latest-firmware/#findComment-191293 I am running out of ideas to try to make touch work... I can also try using gpio-spi.ko I need to check that the IRQ pin is changing from 3.3 to 0V... if I connect a LED to it, will it be a 0.0V pulse or held low while I press my finger? I learnt that /proc/interrupts can tell me if the IRQ input is seeing something... and I can see the number increase each time I press my finger on the screen: (see the line that ends with ads7846) https://forums.raspberrypi.com/viewtopic.php?t=187023&start=25 Is there any way to debug the ads7846 kernel module? I have seen this J1jumper mentioned here: https://forum.arduino.cc/t/solved-3-5-tft-not-stable-at-power-up/684536/19 "if you jumper J1, you feed it with 3.3V" I power it with 3.3V and the J1 contacts are disconnected... so maybe the 7846 is undervolted... does anyone have experience with this?
  11. Yesterday
  12. @jockThanks Jock, I know that and I agree with you. I could also take an Rpi4 with an SSD, but it is also for the fun of tinkering and checking if I still have "green fingers" The app is not critical as it's for displaying the welcome book and appliance manuals in some holiday rentals on the guests's phone from a QR code.
  13. @fabiobassa @jock you both are master-gods with the power of every god from all the mythologies known by the human kind! Next step for me now is to install it to the eMMC (if that's not possible, I will stick with SD boot only, no problem). I heard that there is the armbian-install command, so I will try it since the provided image is a XFCE Desktop one and I want a minimum image to free up resources since I just need a headless machine... Any suggestions for guides/documentations to install a minimal enviroment to emmc from the SD desktop enviroment?
  14. Everything is good, thanks for the help and sorry for confusion, I only should to change PiRogue default interface after installation, this is PiRogue interface detection problem...
  15. Thanks, found it. run this command to start building with an extension: ./compile.sh ENABLE_EXTENSIONS=mesa-vpu
  16. Here is an sample implementation of both: https://forum.armbian.com/topic/51915-server-vs-desktop-images/#findComment-218346
  17. Hey Dandaman46, I managed to kinda hack the functionality i wanted with the wake-up timer and a magnetic hall effect sensor (A3144 or DRV5053) : import os import OPi.GPIO as GPIO from OPi.pin_mappings import sunxi assert sunxi("PG11") == 203 # GPIO-G11 - Wake/Sleep Pin DRV5053 button_wake = "PG11" GPIO.add_event_detect(button_wake, GPIO.RISING, callback=None, bouncetime=200) GPIO.setmode(GPIO.SUNXI) GPIO.setwarnings(False) # disable when production ready.. GPIO.setup(button_wake, GPIO.IN) # PG11 as Sleep/Wake Pin # pull it LOW (magnet away) to wake (needs pull-down resistor?) # pull HIGH (magnet near) to sleep (needs pull-up resistor?) if GPIO.input(button_wake) == GPIO.HIGH: os.system("echo +5 > /sys/class/rtc/rtc0/wakealarm") os.system("echo mem > /sys/power/state") elif GPIO.input(button_wake) == GPIO.LOW: pass
  18. Did you also start screen or minicom on the SBC ? For example: screen /dev/ttyS0 115200 And on PC: screen /dev/ttyUSB0 115200 Make sure you use the same speed on both sides.
  19. Powerful video analytics pipelines are easy to make when you're well-equipped. Combining GStreamer and Machine Learning frameworks are the perfect duo to run complex models across multiple streams. View the full article
  20. @dr_toggleswitch If that concerns you, may I suggest to stop using torrents? It appears you don't have a good understanding how torrents work.
  21. https://docs.armbian.com/User-Guide_FAQ/#why-is-there-no-image-for-board-with-bookwormjammynobletrixie-and-minimalclignomekdexfce-with-vendorlegacycurrentedge-kernel
  22. Found the fix, run: sudo git config --system --add safe.directory '*' # For all users and all repositories
  23. @going @djurny @IBV Reason why I need an working hardware clock: Because my access point need to work without internet connection, but with always the right date and time. Following made the battery operated hardware clock ds3132 to work: OS: Armbian Bookworm from 24-04-2025 apt-get update (No upgrade! ) Edit /boot/armbianEnv.txt add following lines: overlays=i2c0 dtoverlay=i2c-rtc,ds1307 Edit /etc/modules add following lines i2c-dev aml_i2c Edit /etc/rc.local add following lines echo ds1307 0x68 > /sys/class/i2c-adapter/i2c-0/new_device hwclock -s Reboot Check date and eventual correct date and time. Check if the i2c has the right status with: i2cdetect -y 0 ==> address 068 should show UU Check hwclock is communicating with: hwclock --verbose Save the right system time to the hwclock with: hwclock -w Check if you can read hwclock with: hwclock -r
  24. hi,Kind hearted people ubuntu22 gome desktop How to configure the default settings of non-stop screen and non automatic screen lock?? I tried to execute: sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target it can only solve the problem of not entering sleep mode!!! But the screen will still go black, So how to set the default black screen never??? help ,help
  25. I've attached the .xsession-errors log file content. As in regards to updating packages.... I always update my board every time I start it and I don't really pay attention to what it updates as I always update everything. After you mentioned about xsession errors, I noticed that in the bottom left corner there was a drop down list with the xsession (wayland and X11). I saw that by default Wayland is selected and when I selected X11 it just worked. xerror.log
  26. I don't think increasing the SPI clock can help Try adding "BGR=<1>;" under the rotation line... this works for the ili9341, but i dont know about the driver that you use.
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines