Skip to content

Commit

Permalink
linux arm install firmware off
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Feb 15, 2024
1 parent 80acb6f commit 32d88b1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
11 changes: 6 additions & 5 deletions scripts/linuxaarch64/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ downloadToolchain(){
}

downloadFirmware(){
wget -nv https://github.com/raspberrypi/firmware/archive/master.zip -O firmware.zip
unzip firmware.zip
cp -r firmware-master/opt raspbian/
rm -r firmware-master
rm firmware.zip
echo "no firmware"
# wget -nv https://github.com/raspberrypi/firmware/archive/master.zip -O firmware.zip
# unzip firmware.zip
# cp -r firmware-master/opt raspbian/
# rm -r firmware-master
# rm firmware.zip
}

relativeSoftLinks(){
Expand Down
11 changes: 6 additions & 5 deletions scripts/linuxarmv6l/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ downloadToolchain(){
}

downloadFirmware(){
wget -nv https://github.com/raspberrypi/firmware/archive/master.zip -O firmware.zip
unzip -q firmware.zip
cp -r firmware-master/opt raspbian/
rm -r firmware-master
rm firmware.zip
echo "no firmware"
# wget -nv https://github.com/raspberrypi/firmware/archive/master.zip -O firmware.zip
# unzip -q firmware.zip
# cp -r firmware-master/opt raspbian/
# rm -r firmware-master
# rm firmware.zip
}

relativeSoftLinks(){
Expand Down
11 changes: 6 additions & 5 deletions scripts/linuxarmv7l/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ downloadToolchain(){
}

downloadFirmware(){
wget -q https://github.com/raspberrypi/firmware/archive/master.zip -O firmware.zip
unzip -q firmware.zip
${SUDO} cp -r firmware-master/opt archlinux/
rm -r firmware-master
rm firmware.zip
echo "no firmware"
# wget -q https://github.com/raspberrypi/firmware/archive/master.zip -O firmware.zip
# unzip -q firmware.zip
# ${SUDO} cp -r firmware-master/opt archlinux/
# rm -r firmware-master
# rm firmware.zip
}


Expand Down

0 comments on commit 32d88b1

Please sign in to comment.