Jump to content

Active threads

Showing topics posted in for the last 365 days.

This stream auto-updates

  1. Today
  2. Checking that note reveals: Note: at the current status, helios64 board patches have been disabled because the base device tree does not apply on kernel 6.9. So helios64 is cancelled as of linux 6.9.x until someone takes care of the issue. Thank you very much.
  3. Original Post: @rna Install dependency sudo apt-get install git cmake cabextract gcc-arm-linux-gnueabihf libc6-dev-armhf-cross Compile and install box64 cd git clone https://github.com/ptitSeb/box64 cd box64 mkdir build cd build cmake .. -DRK3588=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j4 make -j3 sudo make install sudo systemctl restart systemd-binfmt cd Install Wine on Bookworm cd cd ~/Downloads wget https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/wine-stable-amd64_6.0.2~bookworm-1_amd64.deb wget https://dl.winehq.org/wine-builds/debian/dists/bookworm/main/binary-amd64/wine-stable_6.0.2~bookworm-1_amd64.deb dpkg-deb -xv wine-stable-amd64_6.0.2~bookworm-1_amd64.deb wine-installer dpkg-deb -xv wine-stable_6.0.2~bookworm-1_amd64.deb wine-installer mv ~/Downloads/wine-installer/opt/wine* ~/wine rm -rf wine-installer cd or Install Wine on Jammy cd cd ~/Downloads wget https://dl.winehq.org/wine-builds/debian/dists/bullseye/main/binary-amd64/wine-stable-amd64_6.0.2~bullseye-1_amd64.deb wget https://dl.winehq.org/wine-builds/debian/dists/bullseye/main/binary-amd64/wine-stable_6.0.2~bullseye-1_amd64.deb dpkg-deb -xv wine-stable-amd64_6.0.2~bullseye-1_amd64.deb wine-installer dpkg-deb -xv wine-stable_6.0.2~bullseye-1_amd64.deb wine-installer mv ~/Downloads/wine-installer/opt/wine* ~/wine rm -rf wine-installer cd Create Symlink to Wine sudo ln -s ~/wine/bin/wine /usr/local/bin/wine sudo ln -s ~/wine/bin/wineboot /usr/local/bin/wineboot sudo ln -s ~/wine/bin/winecfg /usr/local/bin/winecfg sudo ln -s ~/wine/bin/wineserver /usr/local/bin/wineserver sudo chmod +x /usr/local/bin/wine /usr/local/bin/wineboot /usr/local/bin/winecfg /usr/local/bin/wineserver WINEPREFIX=~/.wine64 WINEARCH=win64 wine winecfg Create alias in .bashrc on HOME folder cd nano .bashrc # bashrc content: alias wine64="WINEPREFIX=~/.wine64 wine" --> then save (ctrl+x, choose yes) --> then logout & login Install Winetricks sudo apt-get install cabextract -y cd ~/Downloads && wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks sudo chmod +x winetricks && sudo mv winetricks /usr/local/bin/ Using Winetricks (ex: Corefonts & Dotnet 4) BOX64_NOBANNER=1 winetricks BOX64_NOBANNER=1 winetricks corefonts dotnet40
  4. Tried the verbosity=7, the same effect. With 6.1.77 kernel: Working FDT set to 49630000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 6.1.77-legacy-sunxi (armbian@next) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~ 22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP Fri Feb 23 08:12:53 UTC 2024 [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=50c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: LeMaker Banana Pi ...... With 6.1.92 kernel from "linux-image-legacy-sunxi" version 24.5.1 Working FDT set to 49630000 Starting kernel ... I tried the Device Trees from both "linux-dtb-legacy-sunxi" and "linux-dtb-current-sunxi": makes no difference. This again points to the "linux-image-legacy-sunxi" version 24.5.1 being broken. I wonder if someone with more authority can try running the kernel from that package on any Allwinner A20 board, or any Allwinner H3 Board (e.g. Orange Pi One, Orange Pi PC Plus), and confirm or disprove my claim.
  5. As they say, did you turn it off and on... he he Reboot helped, although I had only 8 days of uptime and in the meantime something caused some confusion. I speculate that it may be something related to cpu tool deprecated... or root@odroidxu4:~# apt list --upgradable Listing... Done armbian-bsp-cli-odroidxu4-current/bullseye 24.5.1 armhf [upgradable from: 23.8.1] N: There is 1 additional version. Please use the '-a' switch to see it However, using cpupower I was able to set 1.9 and 1.3Ghz, but setting it to 2.0 and 1.4 does not work even though cpupower provides such an option. I'm guessing it may be something deeper in the kernel set for this sbc?
  6. Tried with code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } modprobe rtw89?
  7. Solved I had not configured the boot/extlinux/extlinux.conf file correctly. Sorry, enough to read carefully
  8. For Ubuntu to say: code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } do-release-upgrade One thing to mention is that code { font-family: Consolas,"courier new"; color: crimson; background-color: rgba(0, 0, 0, 0.2); padding: 2px; font-size: 105%; } do-release-upgrade usually does not work until the first point release. So retry once Ubuntu 24.04.1 has been released. Currently expected for August 15, 2024
  9. Try this: https://github.com/armbian/build/pull/6694#pullrequestreview-2096146300
  10. Thanks. I was not aware of that. I am amazed and glad that wifi works on my Tronsmart Vega S95 Telos with the S905 chipset. That's where I really needed it. The Minix was just an experiment.
  11. If someone wants to contribute this to Armbian as a patch: https://github.com/MichaIng/build/commit/ccd6837 The patch file however should contain a proper header, at best based on a Git commit done on the used kernel source, like so: https://github.com/torvalds/linux/commit/ba414bc.patch
  12. I can say that a way has been found on a board to be able to run a minimal arch Linux distro. Unfortunately it is not easy and we are still in an initial testing phase. 1) Open the case and press the button located behind the audio jack during power on. At this point, use the USB male cable to load the modified image with Linux PC and Sunxi-fel utility to boot from USB. 2) Boot with a USB stick and USB keyboard hub and check that the Linux kernel starts. 3) Upload Linux image to eMMC. I am not at risk of carrying out point 2 and I will have to solder the cables for the serial port to understand where the problem is in my case. If there are any updates I'll let you know. If it is possible to create an image ready to be directly on emmc this could be within everyone's reach.
  13. Did you get any luck with this? I tried adding the files to /boot/overlay-user/ and set the user_overlays in armbianEnv.txt but I didn't succeeded. I followed this guide: https://docs.armbian.com/User-Guide_Armbian_overlays/
  14. I also tried adding line "param_uart2_rtscts=1" to "/boot/armbianEnv.txt". This enabled GPIO Mode ALT2 for UART2_RTS and UART2_CTS. However, still no voltage changes on RTS or CTS pin when tried to send data over TX. Looking forward for help. Thanks in advance. P.S.: WiringPi (https://github.com/orangepi-xunlong/wiringOP.git) does not seem to be working for Orange Pi Zero 3 as it is showing H616 in output of gpio readall command Regards.
  15. Hello, I am new to Armbian and Linux in general. I am using an OrangePi Zero 2 (H616) board and need to enable the hardware UART. To do this, I tried using the simplest method I could find: running the command armbian-config -> System -> Hardware. However, in the section where I should find options for peripherals to enable, I found nothing. I have tried installing different versions of Armbian, but nothing changed: - Armbian_24.5.1_Orangepizero2_jammy_current_6.6.31.img - Armbian_24.2.1_Orangepizero2_bookworm_current_6.6.16.img - Armbian_23.8.3_Orangepizero2_bookworm_current_6.1.53.img - Armbian_24.5.1_Orangepizero2_noble_current_6.6.31.img I also tried installing the system on different SD cards, but nothing changed. Please tell me, what am I doing wrong? Thank you.
  16. Today I did update my 3 NanoPi Neo2 via apt update/upgrade, but only one is accessable via ssh after the update. (without SSH/SSL-conect also no conection via SFTP/WinSCP because if the timeout) The one which is accessable has after the update Welcome to Armbian 23.02.2 Bullseye with bleeding edge Linux 6.7.12-edge-sunxi64 ( Machine model: FriendlyARM NanoPi NEO 2) The two other do show prompts for user/password but doesnt login via ssh - and after some time they time out and I can reenter user/password After connecting via TTL-serial I can also enter user/password and then the Neo2 shows me: _ _ ____ _ _ _ ____ | \ | | _ \(_) | \ | | ___ ___ |___ \ | \| | |_) | | | \| |/ _ \/ _ \ __) | | |\ | __/| | | |\ | __/ (_) | / __/ |_| \_|_| |_| |_| \_|\___|\___/ |_____| Welcome to Armbian 23.8.1 Bullseye with bleeding edge Linux 6.7.12-edge-sunxi64 No end-user support: community creations System load: 266% Up time: 2 min Memory usage: 22% of 982M IP: 192.168.6.24 CPU temp: 73°C Usage of /: 54% of 15G storage/: 56% of 458G storage temp: 41°C RX today: 4.2 GiB [ General system configuration (beta): armbian-config ] Last login: Tue Dec 27 14:13:30 +03 2022 from 192.168.6.17 on pts/0 After prssing Ctrl-C: ^C Armbian 23.8.1 bullseye ttyS0 npi-neo2-24 login: For non-existing users I do get a timeout at the serial-TTL-Port: npi-neo2-24 login: maxandmoritz Password: Login timed out after Armbian 23.8.1 bullseye ttyS0 npi-neo2-24 login: but nothing more - and this time the login doenst time out. But the armbian seems to boot up correctly, because the SAMBA-server on the Neo2 is available/useable. So the only way to change something in the system will be to make modifikations to the SDCard - but which change have I to do? Maybe its something between the Neo2 Revisions 1&2 (not/no Black Revision). Does anyone got a glue/idea for me? Thanks in advance Guido
  17. https://github.com/raspberrypi/libcamera https://github.com/raspberrypi/picamera2 Ubuntu Noble already has this available; sudo apt install python3-libcamera
  18. Not anymore ZFS, versions that we are adding is now again properly autotested: and this won't be happening in the future. If dependency check fails, packages are not pushed into the repo ...
  19. @jock Hello sir, first of all, thank you for your great work. I'm trying to remove the currently installed armbian and install another version. I assume that i can do it with the multitool? But my problem is the device won't boot to multitool anymore, but it goes straight to armbian. is there a step i'm missing? Thanks in advance.
  20. Is there any way to upgrade this Armbian and Waydroid to the latest?
  21. the manjaro is my main pc, it is x64 uefi, with a AMD gpu, i didnt think i can get a compatible dts this is what i got from orange pi zero 2 kernel 4.9 xrandr Screen 0: minimum 1280 x 720, current 1280 x 720, maximum 1280 x 720 default connected 1280x720+0+0 0mm x 0mm 1280x720 0.00* it is interesting, my monitor is 1920x1080 in the dmesg also show 1920x1080, but change to 1280x720, and it really show connect/disconnect, so maybe some pin is different from mainline, so maybe it communicated with monitor, but then it overwrite the settings dmesg.txt
  22. Hi, thank for your answer ... root@orangepi5:~# armbian-add-overlay orangepi-5-sata.dts Compiling the overlay Copying the compiled overlay file to /boot/overlay-user/ Reboot is required to apply the changes after copy files and directory to m2 sata disk and reboot ... And there it stays... Please helpme, It's a new 500GB m2 sata 2242 drive that I bought for this opi5 I currently use the "rkspi_loader.img" from OPI5 Observation: This is the only version that runs smoothly on my opi5
  23. Yesterday
  1. Load more activity
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines