“100ask am335x”的版本间的差异

来自百问网嵌入式Linux wiki
第1行: 第1行:
=公告说明=
+
公告
 +
=介绍=
 +
 
 
=wiki教程=
 
=wiki教程=
 +
 
=快速入门=
 
=快速入门=
 
git邮箱用户名配置
 
git邮箱用户名配置
 
  git config --global user.email "you@example.com"
 
  git config --global user.email "you@example.com"
 
  git config --global user.name "Your Name"
 
  git config --global user.name "Your Name"
 
+
==获取源码==
 
repo工具配置
 
repo工具配置
 
终端下执行如下命令
 
终端下执行如下命令
第12行: 第15行:
 
  100ask@book$ sudo cp repo/repo /bin/
 
  100ask@book$ sudo cp repo/repo /bin/
  
==coding地址==
 
 
  $ mkdir -p 100ask_am3358 && cd 100ask_am3358
 
  $ 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 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
 
  $ repo sync -j4
 
==编译uboot==
 
==编译uboot==
 +
 
==编译linuxkernel==
 
==编译linuxkernel==
 +
 
==编译根文件系统==
 
==编译根文件系统==
  
 
=系统烧写方式=
 
=系统烧写方式=
 +
 
==sd卡启动==
 
==sd卡启动==
 +
 
==nandflash启动==
 
==nandflash启动==
 +
 
=更新日志=
 
=更新日志=

2019年3月19日 (二) 16:04的版本

公告

介绍

wiki教程

快速入门

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

编译根文件系统

系统烧写方式

sd卡启动

nandflash启动

更新日志