mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-09-27 14:06:37 +07:00
Support Orange Pi 3 Plus
This commit is contained in:
@@ -1869,7 +1869,7 @@ show_checklist_variables ()
|
||||
|
||||
install_wiringop()
|
||||
{
|
||||
install_deb_chroot "$EXTER/cache/debs/arm64/wiringpi_2.51.deb"
|
||||
install_deb_chroot "$EXTER/cache/debs/arm64/wiringpi_2.52.deb"
|
||||
chroot "${SDCARD}" /bin/bash -c "apt-mark hold wiringpi" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
|
||||
|
||||
if [[ ${IGNORE_UPDATES} != yes ]]; then
|
||||
@@ -1881,6 +1881,8 @@ install_wiringop()
|
||||
|
||||
cp ${EXTER}/cache/sources/wiringOP/next ${SDCARD}/usr/src/wiringOP -rfa
|
||||
cp ${EXTER}/cache/sources/wiringOP-Python/next ${SDCARD}/usr/src/wiringOP-Python -rfa
|
||||
|
||||
rm $SDCARD/root/*.deb >/dev/null 2>&1
|
||||
}
|
||||
|
||||
install_docker() {
|
||||
|
||||
@@ -244,6 +244,7 @@ if [[ -z $BOARD ]]; then
|
||||
options+=("orangepicm4" "Rockchip RK3566 quad core 2-8GB RAM GBE eMMC USB3 NvMe WiFi/BT")
|
||||
options+=("orangepi3b" "Rockchip RK3566 quad core 2-8GB RAM GBE eMMC USB3 NvMe WiFi/BT")
|
||||
#options+=("orangepir1plus" "Rockchip RK3328 quad core 1GB RAM 2xGBE USB2 SPI")
|
||||
#options+=("orangepi3plus" "Amlogic S905D3 quad core 2/4GB RAM SoC eMMC GBE USB3 SPI WiFi/BT")
|
||||
|
||||
menustr="Please choose a Board."
|
||||
BOARD=$(whiptail --title "${titlestr}" --backtitle "${backtitle}" \
|
||||
|
||||
Reference in New Issue
Block a user