100ask am335x

来自百问网嵌入式Linux wiki
Wiki讨论 | 贡献2019年3月19日 (二) 16:41的版本

公告

配套视频wiki教程

介绍

基本资源特征

接口布局和尺寸

硬件资源介绍

资料关盘介绍

快速入门

准备工作

ubuntu使用我们提供的ubuntu16.04 如需自行安装配置开发环境请参考[ ]


sd卡启动

nandflash启动

编译系统

获取源码

git邮箱用户名配置

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

repo工具配置

100ask@book$ mkdir repo && cd repo
100ask@book$ git clone  https://git.dev.tencent.com/codebug8/repo.git
100ask@book$ sudo cp repo/repo /bin/
$ mkdir -p 100ask_am3358 && cd 100ask_am3358
$ repo init -u https://dev.tencent.com/u/weidongshan/p/manifests/git -b linux-sdk -m ti335x/ti335x_linux_release.xml --no-repo-verify
$ repo sync -j4

编译uboot

编译linuxkernel

编译根文件系统

模块资源

资源链接

更新日志

反馈建议