Skip to content

Commit

Permalink
bpi-f3: add esos.elf to initrd
Browse files Browse the repository at this point in the history
  • Loading branch information
BPI-SINOVOIP committed May 2, 2024
1 parent f9deb47 commit f4d657e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added packages/bsp/bananapif3/2-initrd.tgz
Binary file not shown.
6 changes: 6 additions & 0 deletions packages/bsp/bananapif3/root/etc/initramfs-tools/hooks/bpi
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
echo cp /usr/lib/firmware/esos.elf "${DESTDIR}/usr/lib/firmware"
ls -al "${DESTDIR}/usr/lib/firmware"
cp /usr/lib/firmware/esos.elf "${DESTDIR}/usr/lib/firmware"
ls -al "${DESTDIR}/usr/lib/firmware"
exit 0
Binary file not shown.

0 comments on commit f4d657e

Please sign in to comment.