Git Product home page Git Product logo

rk3528-tvbox's People

Contributors

ilyakurdyukov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rk3528-tvbox's Issues

about hdmi sound!

try it!

hdmi_sound: hdmi-sound {
	status = "okay";
	compatible = "simple-audio-card";
	simple-audio-card,format = "i2s";
	simple-audio-card,mclk-fs = <128>;
	simple-audio-card,name = "rockchip-hdmi0";
	simple-audio-card,cpu {
		sound-dai = <&sai3>;
	};
	simple-audio-card,codec {
		sound-dai = <&hdmi>;
	};
};

First boot on H96 Max M1

Hi,
Thanks for the great stuff here.
I successfully built the image and updates the u-boot on my H96 Max M1 garbage android TV.

From what I read, I must first setup an SSH connection before being able to configure armbian.
Since there is no ethernet port on this device, and the wifi driver is not fine, how did you managed? USB to ethernet adapter?

Thank you for your help

I have uboot.img but i dont know what to do

Hello,
Im trying to install armbian on dq08, i did all the thing, i have the uboot.img.
But I don't know what to do with it, I put it in my usb key in fat32 and I restarted the box, nothing happens, the box starts normally. I put it in the usb 2.0 port and it does the same thing.
I don't know what to do, I'm new to this.
Thanks for your help.

fix hdmi display

add this cmd to /etc/rc.local file

echo on > /sys/class/drm/card0-HDMI-A-1/status

it works for me

Есть дамп еще с одной приставки - DQ8 4 64

Сделал дамп с приставки и вытащил dtb файл.
Армбиан работает, но с uboot не могу пока разобраться, что-бы залить на eMMC.
Если интересно - могу сбросить. Отличается немного от тех, что у вас есть.

all in one compilations script

Just run this:

git clone https://github.com/ilyakurdyukov/rk3528-tvbox.git
cd rk3528-tvbox
git clone --depth=1 https://github.com/armbian/build armbian-build
cp -R armbian-patch/* armbian-build/
cd armbian-build
./compile.sh build BOARD=rk3528-tvbox BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=yes EXPERT=yes KERNEL_CONFIGURE=no KERNEL_GIT=shallow RELEASE=bookworm
cd ../..
cat <<EOF > rk3528-tvbox/build.sh
#!/bin/bash
cd /build
IMAGE=\`ls /build/armbian-build/output/images/*.img\`
losetup -D
losetup --partscan /dev/loop0 \$IMAGE
mount /dev/loop0p1 /mnt
cd devicetree
cp orig/*.dtsi .
patch -p1 -i rk3528-tvbox.patch
make NAME=rk3528-vontar-dq08 PRESET=LINUX
cp rk3528-vontar-dq08.dtb /mnt/dtb/rockchip
sed "s#fdtfile=.*#fdtfile=rockchip/rk3528-vontar-dq08.dtb#" -i /mnt/armbianEnv.txt
losetup -D
cat \$IMAGE | gzip > /build/\`basename \$IMAGE\`.gz
EOF
chmod a+x rk3528-tvbox/build.sh
docker run -it -v /dev:/dev --privileged=true -v `pwd`/rk3528-tvbox:/build --rm armbian.local.only/armbian-build:initial /build/build.sh

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.