Skip to content

Commit

Permalink
Add commented out LCD target
Browse files Browse the repository at this point in the history
  • Loading branch information
tim committed May 26, 2022
1 parent 0e498bf commit 602f221
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:

dock:
dock: # Build the Dock with HDMI out and USB in...
privileged: true
build:
context: .
Expand Down Expand Up @@ -31,3 +31,18 @@ services:
KERNEL_TAG: d1-wip-v5.18-rc1
volumes:
- './lichee_rv_86:/outport'

#lcd: # Build the Dock with LCD display enabled
#privileged: true
#build:
#context: .
#dockerfile: Dockerfile
#args:
#BOARD: lichee_rv_lcd
#DISK_MB: 8000
#GNU_TOOLS_TAG: 10.2.1
#OPENSBI_TAG: d1-wip
#UBOOT_TAG: d1-wip
#KERNEL_TAG: d1-wip-v5.18-rc1
#volumes:
#- './lichee_rv_lcd:/outport'

0 comments on commit 602f221

Please sign in to comment.