Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add this #35

Closed
adisubagja opened this issue Mar 19, 2021 · 6 comments
Closed

How to add this #35

adisubagja opened this issue Mar 19, 2021 · 6 comments

Comments

@adisubagja
Copy link

adisubagja commented Mar 19, 2021

How to include xderm-mini GUI by default

mean auto include on firmware build

@ophub
Copy link
Owner

ophub commented Mar 19, 2021

The other party does not have a standard compilation interface and can only execute the installation script manually. You can consider adding these scripts at the end of openwrt-install.

https://github.com/ophub/amlogic-s9xxx-openwrt/blob/main/amlogic-s9xxx/install-program/files/openwrt-install

mkdir -p /mnt/${EMMC_NAME}p4/docker /mnt/${EMMC_NAME}p4/AdGuardHome
sync
wait

# ============= Begin. Add other scripts after installation =============

cd /mnt/${EMMC_NAME}p4/

#how to install
wget -O installer https://raw.githubusercontent.com/ryanfauzi1/xderm-mini_GUI/main/installer && chmod +x installer && ./installer

#install loginpage:
wget -O installer-login https://raw.githubusercontent.com/ryanfauzi1/xderm-mini_GUI/main/installer-login && bash installer-login

#khusus update manual
wget -O update-manual https://raw.githubusercontent.com/ryanfauzi1/xderm-mini_GUI/main/update-manual && chmod +x update-manual && ./update-manual

# ============= End. Add other scripts after installation =============

echo "The original bootloader has been exported to [ /root/BackupOldBootloader.img ], please download and save!"
echo "Install completed, please [ reboot ] the system!"

@adisubagja
Copy link
Author

adisubagja commented Mar 20, 2021

Thanks
I will trying install my build tommorow

Im using b860h
my wifi is offline i think this error from radio0 not enable / missing radio can ur help this?
and say "Device is not active" like there pict
Screenshot_20210320-162648797

@ophub
Copy link
Owner

ophub commented Mar 20, 2021

The wifi of this STB cannot be driven temporarily. We tried to add it several times but failed. The driver cannot be used in openwrt.

@adisubagja
Copy link
Author

when I use kernel 3.x wifi can run perfectly maybe there is something to do sir?

@ophub
Copy link
Owner

ophub commented Mar 20, 2021

https://github.com/ophub/build-armbian/blob/main/kernel.sh
I am trying to compile armbian and make the kernel here, but I just started to try it. If you are familiar with kernel compilation, you can make and use it according to the method of kernel extraction.

@adisubagja
Copy link
Author

Ok lemme read for learn sir
Thanks before 🙂

@ophub ophub closed this as completed Mar 20, 2021
ophub pushed a commit that referenced this issue Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants