![[TQ335x(AM335x)] 制作根文件系统](https://www.coderclan.cc/wp-content/themes/Ality/img/default.jpg)
开发环境:
TQ335x(AM335x)开发板
busybox-1.27.2(官网下载)
编译环境:ubuntu12.04
交叉编译工具:天嵌提供交叉编译工具gcc4.4.6版本(百度云:http://pan.baidu.com/s/1jHEzu2y 密码:z8a7)
开发步骤
1、创建根文件系统目录结构,可以使用如下脚本,该脚本会在当前目录下新建个rootfs目录,在rootfs目录中创建根文件系统的目录结构;
#!/bin/sh
echo "------Create rootfs directons start....