Skip to content

Commit

Permalink
bl808: kernel download and fix lab name
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed May 25, 2024
1 parent 2075f78 commit eeed642
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions systems/bouffalo_lab_bl808/get-files.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# this file is supposed to be sourced by the get-files shell script

bouffalo_labs_bl808_release_version="to-be-done"
bouffalo_labs_bl808_boot_version="to-be-done"
bouffalo_lab_bl808_release_version="6.5.11-stb-obl+"

#rm -f ${DOWNLOAD_DIR}/kernel-bouffalo_labs_bl808-${2}.tar.gz
#wget -v https://github.com/hexdump0815/linux-mainline-bouffalo-labs-bl808-kernel/releases/download/${bouffalo_labs_bl808_release_version}/${bouffalo_labs_bl808_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-bouffalo_labs_bl808-${2}.tar.gz
rm -f ${DOWNLOAD_DIR}/kernel-bouffalo_lab_bl808-${2}.tar.gz
wget -v https://github.com/hexdump0815/linux-mainline-bouffalo-lab-bl808-kernel/releases/download/${bouffalo_lab_bl808_release_version}/${bouffalo_lab_bl808_release_version}.tar.gz -O ${DOWNLOAD_DIR}/kernel-bouffalo_lab_bl808-${2}.tar.gz

#rm -f ${DOWNLOAD_DIR}/boot-bouffalo_labs_bl808-${2}.dd
#wget -v to-be-done

echo "nothing done here yet - still to be done"
# the bootblocks are in the to be flashed firmware and that is
# already in /boot/extra via extra-files
4 changes: 2 additions & 2 deletions systems/bouffalo_lab_bl808/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

## kernel build notes

- https://github.com/hexdump0815/linux-mainline-bouffalo-labs-bl808-kernel/blob/main/readme.obl
- https://github.com/hexdump0815/linux-mainline-bouffalo-lab-bl808-kernel/blob/main/readme.obl

## u-boot build notes

- https://github.com/hexdump0815/linux-mainline-bouffalo-labs-bl808-kernel/blob/main/readme.u-boot
- https://github.com/hexdump0815/linux-mainline-bouffalo-lab-bl808-kernel/blob/main/readme.u-boot

## mesa build notes

Expand Down

0 comments on commit eeed642

Please sign in to comment.