This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env": { | |
"chipset": "f2838x", | |
"CCS": "ccs1120", | |
"TiBase": "/Applications/ti", | |
"C2000Ware": "c2000/C2000Ware_3_04_00_00", | |
"CGT": "ti-cgt-c2000_20.2.6.LTS", | |
"XDCTools": "xdctools_3_62_01_16_core", | |
"TIBIOS": "bios_6_83_00_18" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
[pi4] | |
# dtoverlay=vc4-fkms-v3d # COMMENT THIS LINE: disables 3d acceleration but resolves the driver conflict | |
max_framebuffers=2 | |
[all] | |
# dtoverlay=vc4-fkms-v3d | |
display_overlay=1 # rotate 90° CW | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM nginx:alpine | |
RUN echo "My app!" > /usr/share/nginx/html/index.html |