Skip to content

Commit

Permalink
Move to newer kernal tag. Now booting from dock. See Issue #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Molteno committed Mar 1, 2023
1 parent d428c16 commit 32d13ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FROM builder as build_opensbi
WORKDIR /build
RUN git clone --depth 1 --branch v1.2 https://github.com/riscv-software-src/opensbi
WORKDIR /build/opensbi
RUN eatmydata make $CROSS PLATFORM=generic FW_PIC=y BUILD_INFO=y
RUN eatmydata make $CROSS PLATFORM=generic FW_PIC=y FW_OPTIONS=0x2
# The binary is located here: /build/opensbi/build/platform/generic/firmware/fw_dynamic.bin


Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
BOARD: lichee_rv_dock
DISK_MB: 7300
GNU_TOOLS_TAG: 10.2.1
UBOOT_TAG: d1-2022-10-31
KERNEL_TAG: d1-wip-v5.18-rc1
UBOOT_TAG: d1-wip
KERNEL_TAG: d1/all
KERNEL_COMMIT: ""
volumes:
- './lichee_rv_dock:/outport'
Expand Down
1 change: 0 additions & 1 deletion kernel/update_kernel_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ add_config 'CONFIG_CRYPTO_CCM' 'y'
add_config 'CONFIG_CRYPTO_GCM' 'y'
add_config 'CONFIG_CRYPTO_CMAC' 'y'
add_config 'CONFIG_CRC32' 'y'

#
# Enable device tree overlays
#
Expand Down

0 comments on commit 32d13ed

Please sign in to comment.