Jump to content

Hqnicolas

Members
  • Posts

    685
  • Joined

  • Last visited

Everything posted by Hqnicolas

  1. I think @Niel Mar Bagay was searching for Ophub
  2. It seems like things have evolved in the Middle East. Do you intend to make space available to the opensource community there?
  3. I have this problem on kernel 5 Vendor, but on kernel 6 vendor it works...... you can try other version release...
  4. 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
  5. @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
  6. 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
  7. what we need to find? ~taken from a working kernel 6.6 mainline~ dmesg: rfkill: journalctl -b | grep Bluetooth gpioinfo
  8. can you list the improvements? sudo apt-get update sudo apt-get upgrade
  9. 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
  10. 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
  11. 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
  12. 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
  13. Can Somebody help? Wifi works, but, bluetooth dont... This is the Kernel 6.1 image V11
  14. 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.
  15. 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
  16. 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.
  17. UEFI Release today https://github.com/hqnicolas/h96v56_uefi/releases/tag/v1.2.1
  18. 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
  19. this part of the story I know, this is from where i came from 3318 -> 3328 -> 3566 ... I never went through this transition from nand to emmc
  20. I don't have this board. in my mind https://github.com/armbian/build/tree/v22.08 will build for armhf.... I parachuted in here, and I've learned a few things already.... I'll let the professionals answer.
  21. nand is really necessary, but I wanted to understand why SD cards didn't suffer from the lack of FTL software. I was thinking of why we couldn't just run NAND as sdhci but SD cards have cotroller inside.....
  22. Build legacy it with v22.08 armbian https://github.com/armbian/build/blob/v22.08/patch/kernel/rockchip64-legacy git clone --depth 1 --branch v22.08 https://github.com/armbian/build cd build ./compile.sh
  23. this is what I call "son of a rockchip" they promess functions that contains proprietary software they make a kernel and abandon it, they don't put things in the mainline for legacy. Without Armbian developing these rockchip devices they will go down in history as industrial waste
  24. no, because the kernel can't see nand devices, this is why it cant find the UUID the device dont exist for kernel mainline My opinion = SDCARD K6.6 > NAND k4.4
  25. wow! thats unespected.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines