-
Posts
19 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
100mbps is enough for all my projects. if not, there are some usb3 gigabit adapters
-
i never connected anything on the hdmi port, sorry. i'm using 10 of them for different projects, some are used 24/7/365 for home assistant or video encoding
-
you don't have to. it's already trying to boot by default to sd. you can either try to install the same android as me, change the sdcard or plug an usb2serial cable @ 1.5Mbauds to check uboot logs.
-
I have uploaded an updated version here. Also, for thoses who want to use internal emmc (boot without sdcard), you can run this script: You can reinstall android using this, connecting DQ08's usb2 port (using a male-male usb cable) to the computer while pushing the button in the AV connector. Then, in the app (extracted to c:\), choose firmware / firmware.bin / restore / run.
-
I have the original software from vendor if needed. But, as I dont trust internal emmc, I never tried.
-
If I understand well, boot loader is at the begining of the emmc. Doing armbian-install will probably ends with system not booting anymore.
-
Toxicity level over 9000, you better keep it for yourself next time. About PR, I can't and dont want. It's not my patch. Feel free to do it yourself if it's so important.
-
do you want me to remove all binaries ? about tvbox in the genuine armbian, i'm pretty sure that i've read somewhere armbian would not support them
-
What you need: - A DQ08 (got mine from aliexpress) - An sdcard (4g if you want to use external usb3 ssd or 32g if not) If you're lazy and trust my image (you shouln't, as I can bundle malwares inside): - flash this using this - usb2serial included - put in DQ08 and plug it in ethernet - scan for the ip using this - in windows terminal, using password=1234: ssh root@BOXIP To build the sd card, i've used this tutorial: - install wsl on your windows - apply this patch - open wsl shell - install docker on wsl: curl -fsSL get.docker.com | sh - run docker: sudo /etc/init.d/docker start - permit to use docker: sudo usermod -aG docker $USER - open a new shell (important) - follow this - flash the img file found in Linux/Ubuntu/home/XXX/armbian-build/output/image using this - put in DQ08 and plug it in ethernet - scan for the ip using this - in windows terminal, using password=1234: ssh root@BOXIP If, like me, you want to use an USB3 SSD: - flash the usb3 drive with the same image - plug to the box - e2label /dev/sda2 ssd - change /boot/armbianEnv.txt: rootdev=LABEL=ssd - reboot - check free size with: df -h / - optional: remove unused boot partition: fdisk /dev/sda + d + 1 + w + q - optional: remove unused data partition: fdisk /dev/mmcblk0 + d + 2 + w + q If, like me, you have usb2serial adapters: - follow this but remove all parameters at the end of ./compile.sh build and during kernel configuration, enable this: Device Drivers -> USB Support -> USB Serial Converter Support -> FTDI and PL230x
-
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à !