This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy https://github.com/hirotakaster/baytail-bootia32.efi/blob/master/bootia32.efi to /EFI/BOOT | |
after installing ubuntu: | |
sudo passwd ubuntu | |
sudo apt update | |
sudo apt install openssh-server | |
ssh to your computer, then: | |
sudo mount /dev/mmcblk1p2 /mnt | |
sudo mount --bind /dev /mnt/dev |