Jump to content

Hqnicolas

Members
  • Posts

    616
  • Joined

  • Last visited

Everything posted by Hqnicolas

  1. @Avatar Ng @Vincenzoernst1 I have spoted this model on Aliexpress (out of stock) other anoucement (out of stock) alternative (out of stock) alternative alternative
  2. For Armbian 24.04 I recommend you see the method used by the Botspot pi-apps application from github, I tested the script method and it worked very well Pi-Apps The script for Armbian 24.04 was the Steam install script, it includes BOX86 and BOX64 After install box Just install Wine normally Edit: plot twist: Steam don't work..... just box86 and box64
  3. The RED LED is set on DTS to be HeartBeat: This is the code @Vincenzoernst1 if you wanna change it: sudo apt update sudo apt install armbian-config sudo armbian-config Edit Device tree with armbian config. led_status: led-status { label = "led-status"; gpios = <&gpio0 RK_PD4 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; pinctrl-names = "default"; pinctrl-0 = <&led_status_enable_h>; }; @Vincenzoernst1 I noticed that you care a lot about the look of the box I invite you to participate in the development of This project with @pocosparc The objective is here
  4. @pocosparc @maka Since Armbian_community_24.8.0-trunk.6_H96-tvbox-3566_noble_current_6.6.32_gnome_desktop The VPU Acceleration from Joshua Riek Vendor Kernel start to become less important The Vendor 6.1 Kernel was slower then mainline. in full environment experience Kernel Mainline was faster with video player on NPU hantro and The hantro Video Acceleration Run 1080P 30hz 10% drop frames. I think this RK35xx will start to shine on kernel 6.8
  5. did you have the firmware? know how to flash?
  6. as an experienced TvBox GUI, for the sake of your sanity: keep out of TVbox! Banana Pi will launch BPI-M5 Pro with Rockchip RK3576 it will be an great Start point.....
  7. Please change the Topic name to add Supernote Nomad (A6X2)
  8. I think @Niel Mar Bagay was searching for Ophub
  9. It seems like things have evolved in the Middle East. Do you intend to make space available to the opensource community there?
  10. I have this problem on kernel 5 Vendor, but on kernel 6 vendor it works...... you can try other version release...
  11. Yes, this is the way, and it's Just another day in this forum. how about linux dualboot in this tablet? Check if one of this round cooper pads are GND with an multimeter and chech if one of this round cooper pads are CLK with an osciloscope if it is, 1- short it and connect USB, 2- release short 3- flash 4- develop a kernel Device tree for it 5- post here
  12. @Vincenzoernst1absolutly NO This board was made for android.... and the device tree is how the factory thinks about this board... UEFI will need a lot of effort to get to the point where the device tree was
  13. Marking all packages on hold to prevent update after add arch armhf and i386 Marking Packages with letter X on hold install dependency sudo apt-get install parallel nano mark_hold_all.sh #!/bin/bash while IFS= read -r line; do package=$(echo "$line" | awk '{print $1}') echo "Marking $package as hold..." sudo apt-mark hold "$package" done < <(sudo apt list) parallel -a 12 :::: ::: <<< $(printf "%s\n" "${packages[@]}") | while read package; do echo "Marking $package as hold..." sudo apt-mark hold "$package" done nano mark_hold_letter_X_.sh #!/bin/bash packages=$(sudo apt list | awk '/^x/{print $1}') for package in $packages; do echo "Marking $package as hold..." sudo apt-mark hold "$package" done nano mark_hold_all_linux_.sh #!/bin/bash packages=$(sudo apt list | awk '/^linux/{print $1}') for package in $packages; do echo "Marking $package as hold..." sudo apt-mark hold "$package" done
  14. what we need to find? ~taken from a working kernel 6.6 mainline~ dmesg: rfkill: journalctl -b | grep Bluetooth gpioinfo
  15. can you list the improvements? sudo apt-get update sudo apt-get upgrade
  16. Updating some HDMi Audio fix K510 V7, no HDMi audio until now Found this HDMI fix sudo systemctl status ap6335-bluetooth gpioinfo rfkill Full dmesg journalctl -b | grep Bluetooth
  17. Updating some bluetooth fix K610 V12, doesn't work, but it was there on HCi Line talking.... sudo systemctl status ap6335-bluetooth gpioinfo rfkill Full dmesg journalctl -b | grep Bluetooth
  18. Updating here some bluetooth fix K610 V11, doesn't work, but it was there.... gpioinfo Full dmesg rfkill journalctl -b | grep Bluetooth sudo systemctl status ap6335-bluetooth Found some answer in other forums: Could be Pull down or Pull Up pins on UART
  19. Tencent box Aurora 5 Pro was probably a better experience than H96MAX could give you H96MAX V58 = more expensive than an open source SBC H96MAX V58 = not reliable EMMC or RAM chips
  20. Can Somebody help? Wifi works, but, bluetooth dont... This is the Kernel 6.1 image V11
  21. If the board is not detected on your PC, try pressing the reset button behind the audio jack connector, and keeping it pressed for two seconds while giving power to the board and then try again with the male-to-male cable.
  22. Can Somebody help? Wifi works, but, bluetooth dont... $ rfkill ID TYPE DEVICE SOFT HARD 0 bluetooth hci0 blocked unblocked 1 wlan phy0 unblocked unblocked 2 bluetooth hci1 blocked unblocked dmesg
  23. it will never happend.... I promess you. my next project will be RK3576 rk3588 desnt make sense for a TV box.... cheap EMMC, Cheap WIFI, cheap RAM, and big price.
  24. UEFI Release today https://github.com/hqnicolas/h96v56_uefi/releases/tag/v1.2.1
  25. Today I Build the UEFI for this board https://github.com/hqnicolas/h96v56_uefi/releases/tag/v1.2.1 edit: It doesn't worth the effort.... This board isn't made with UEFI in mind, it's too limited
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines