Skip to content

Commit

Permalink
remove odroid board build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dangku committed Sep 29, 2021
1 parent b32356e commit b096be8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 331 deletions.
Binary file removed aml-pack/g12b/odroidn2/linux/boot-logo.bmp.gz
Binary file not shown.
151 changes: 0 additions & 151 deletions aml-pack/g12b/odroidn2/linux/boot.ini

This file was deleted.

Binary file removed aml-pack/sm1/odroidc4/linux/boot-logo.bmp.gz
Binary file not shown.
150 changes: 0 additions & 150 deletions aml-pack/sm1/odroidc4/linux/boot.ini

This file was deleted.

20 changes: 0 additions & 20 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -101,26 +101,6 @@ case $BOARD in
kernel_modules="4.9.241-BPI-FIREWALLA"
kernel_headers="linux-headers-4.9.241-BPI-FIREWALLA"
;;
odroidc4)
MACH=sm1
ARCH=arm64
BOARD=odroidc4
uboot_config=odroidc4_defconfig
kernel_dtb=meson64_odroidc4.dtb
kernel_config=odroidg12_defconfig
kernel_modules="4.9.241"
kernel_headers="linux-headers-4.9.241"
;;
odroidn2)
MACH=g12b
ARCH=arm64
BOARD=odroidn2
uboot_config=odroidn2_defconfig
kernel_dtb=meson64_odroidn2_plus.dtb
kernel_config=odroidg12_defconfig
kernel_modules="4.9.241"
kernel_headers="linux-headers-4.9.241"
;;
*)
;;
esac
Expand Down
12 changes: 2 additions & 10 deletions scripts/mk_install_sd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ TARGET=

echo "--------------------------------------------------------------------------------"
echo " 1. M5/M2Pro"
echo " 2. C4"
echo " 3. N2/N2+"
echo " 4. Firewalla"
echo " 2. Firewalla"
echo "--------------------------------------------------------------------------------"

read -p "Please choose a target to install(1-3): " board
read -p "Please choose a target to install(1-2): " board
echo

if [ -z "${board}" ]; then
Expand All @@ -24,12 +22,6 @@ case ${board} in
1) BOARD="m5"
TARGET=bpi-${BOARD}
;;
2) BOARD="c4"
TARGET=odroidc4
;;
3) BOARD="n2"
TARGET=odroidn2
;;
4) BOARD="firewalla"
TARGET=bpi-${BOARD}
;;
Expand Down

0 comments on commit b096be8

Please sign in to comment.