sr4armbian
-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
sr4armbian reacted to DaBo in Rupa X88 Pro 13 - RK3528 board with images
I finally managed to boot in Maskrom mode by shorting the clock pin (red circle on the picture) to ground, then loading the loader (rk3528_spl_loader_v1.07.104.bin) and u-boot with rkdeveloptool.
-
sr4armbian reacted to 337043613 in HELP- DQ08 RK3528 4Go RAM 64go SSD can't boot with multitool (with photos)
救回来了吗?试试通过这个进入刷机模式试试。这个是我问电视盒店家给我的强制刷机点,我没试过。
-
sr4armbian reacted to fensoft in HELP- DQ08 RK3528 4Go RAM 64go SSD can't boot with multitool (with photos)
I also added a usb3 ssd to the usb3 port.
To use it, you still need to load the kernel from an internal SD.
- flash the usb3 drive
- plug to the box
- e2label /dev/sda2 ssd
- change /boot/armbianEnv.txt : rootdev=LABEL=ssd
i also removed /dev/sda1 and /dev/mmcblk0p2 with fdisk
also, to install homeassistant/haos, here's the tutorial
Reboot and voilà !
-
sr4armbian reacted to mrdeathjr in QPLOVE RK3566 (X88PRO Clone)
This case is a clone of X88PRO:
However i use HK1 rom because regular x88pro lack of many features like saf and without this dolphin-emu and others dont allow use external devices
another thing added in HK1 rom is cpu thermals, cpu load and memory load in status bar
but use this rom make frontal screen in tvbox dont work
In my case armbian works using information from this themes:
armbian used is based on station-m2 image from here:
https://www.armbian.com/station-m2/
https://github.com/armbian/community
HDMI - works (need to check hot plugging)
HDMI sound - works
USB 2.0 - works
USB 3.0 - works (using now usb 3.0 hub with power adapter)
LAN - Works
WLAN - Works
SD-Card booting and detection - works
RKDevTool installing and loading images on/from eMMC - works
GPU - works
Hardware video acceleration (except for browsers) - works
Dualboot if you flash new bootloader (SD-Card boot high priority) - works
Loader* from vontar work ok for use sd boot
*For use this follow steps in vontar guide, work ok in dual boot (armbian on sd and android in emmc)
sd used is a microdata 64gb from aliexpress (work ok):
https://es.aliexpress.com/item/1005007142224952.html
rk3566-box-demo.dtb dont recognize usb keyboard but using rk3566-box-demo_x96x6_24_custom.dtb from x96 x6 theme work correctly and hub work on usb 2.0 and on usb 3.0 too
also in usb 3.0 port have a 500GB HDD Laptop USB Drive
In other things can install xfce desktop, lightdm, xorg, chromium, firefox, nm (for lan), xarchiver, dolphin appimage
also can enable panvk using this:
VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/panfrost_icd.aarch64.json PAN_I_WANT_A_BROKEN_VULKAN_DRIVER=1
from here:
Add some images of tvbox, i make a mod (i dont have experience with tools) for add a fan, results are very impressive this tvbox at max stay around 79 to 80 degrees but now with fan stay around 35 to 45 degrees
Images from system
Dolphin-emu 2506
-
sr4armbian reacted to Hqnicolas in HELP- DQ08 RK3528 4Go RAM 64go SSD can't boot with multitool (with photos)
You describe my everyday
so, did you try to flash the original Android image with RkDevTools?
https://drive.google.com/file/d/14HWcHYHDrgUBFWholrDCKUWDPHw1r4F1/view
-
sr4armbian reacted to paradigman in CSC Armbian for RK3318/RK3328 TV box boards
Of course. I wrote a little script for it that shortens the process a bit. It is important to know that I am not working as a root user within armbian.
The necessary steps:
copy openvfd-fd6551.dts to /home/<username> copy install_kernel_debs.sh to /home/<username> copy OpenVFDService file to /usr/sbin, AND set permission to 777 ! copy openvfd.service file to /lib/systemd/system sudo armbian-add-overlay openvfd-fd6551.dts sudo /bin/bash install_kernel_debs.sh
After reboot: cd linux_openvfd/driver edit MAKE -> KERNELDIR = /lib/modules/$(shell uname -r)/build sudo make -j4 sudo make modules_install sudo modprobe openvfd sudo usermod -a -G i2c <username> Start the Service:
sudo systemctl enable openvfd sudo systemctl start openvfd
openvfd-fd6551.dts openvfd.service OpenVFDService install_kernel_debs.sh
