Difference between revisions of "SDK Overview"
Csjamesdeng (talk | contribs) (→Features) |
Csjamesdeng (talk | contribs) (→Components) |
||
Line 8: | Line 8: | ||
== Components == | == Components == | ||
+ | |||
+ | === File system === | ||
+ | |||
+ | Ext4 file system is used as default root file system. This includes all the files, libraries, drivers, nodes and others entries, that will be mounted in the target board when Linux finishes to boot up. | ||
+ | |||
+ | For Linbian OS, the rootfs created from a Debian base system. It's easy to install packages via apt-get. | ||
+ | |||
+ | === Kernel === | ||
+ | |||
+ | |||
+ | |||
+ | === Bootloader === | ||
+ | |||
+ | |||
+ | |||
+ | === Toolchain === | ||
== Layout == | == Layout == |
Revision as of 09:42, 31 July 2018
Features
- Supports Debian 9
- Linux kernel 4.4 (official version)
- U-Boot 2014.07
- ARM GCC based cross toolchain
- Integrated build system
Components
File system
Ext4 file system is used as default root file system. This includes all the files, libraries, drivers, nodes and others entries, that will be mounted in the target board when Linux finishes to boot up.
For Linbian OS, the rootfs created from a Debian base system. It's easy to install packages via apt-get.