Skip to content

Commit

Permalink
Merge pull request #331 from JacobZang/master
Browse files Browse the repository at this point in the history
Edge2: support enable 5.10 mali gpu manually
  • Loading branch information
numbqq authored Sep 25, 2024
2 parents d9cc432 + 42f91ab commit 1ff00fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions config/boards/Edge2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ customize_platform() {

mount_chroot "$ROOTFS_TEMP"

cp $ROOT/archives/filesystem/special/Edge2/lib/firmware/mali_csffw.bin $ROOTFS_TEMP/lib/firmware/mali_csffw.bin
rm $ROOTFS_TEMP/lib/firmware/mali_csffw.bin
cp $ROOT/archives/filesystem/special/Edge2/lib/firmware/mali_csffw_5.10.bin $ROOTFS_TEMP/lib/firmware/mali_csffw.bin
rm $ROOTFS_TEMP/lib/firmware/mali_csffw_5.10.bin

umount_chroot "$ROOTFS_TEMP"
fi
Expand Down

0 comments on commit 1ff00fc

Please sign in to comment.