273 Star 1.7K Fork 226

GVP泰晓科技 / Linux Lab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.labinit 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Before everything
# Host gcc is required for builidroot, uboot and some other packages
# Use the version as high as possible
HOST_GCC[OS_trusty] := 8
HOST_GCC[OS_focal] := 9
# The shop to buy the board
BOARD_SHOP ?= https://shop155917374.taobao.com
# Default setting for real board
BOARD_SERIAL ?= /dev/ttyUSB0
BOARD_BAUDRATE ?= 115200
BOARD_USER ?= root
BOARD_PASS ?= linux-lab
# Boards free currently
BOARD_FREE ?= arm/vexpress-a9
# Init gcc version to the newest one we supported
GCC ?= 9
Shell
1
https://gitee.com/tinylab/linux-lab.git
git@gitee.com:tinylab/linux-lab.git
tinylab
linux-lab
Linux Lab
master

搜索帮助