|
1 | | -# README |
2 | | - |
3 | | -树莓派应该算是目前开源硬件里学习嵌入式Linux系统最好的工具,里面的设计思路和一些工具是很值得借鉴的,这里主要使用Raspberry Pi ZERO W进行系统架构分析。 |
4 | | - |
5 | | -之前在使用树莓派的过程中有记录一些东西,不过没有进行全面系统性的分析,相对比较零散。 |
6 | | - |
7 | | -[博客园 - 随笔分类 - Raspberry Pi](https://www.cnblogs.com/zengjfgit/category/783268.html) |
8 | | - |
9 | | -## ZERO W接口原理图 |
10 | | - |
11 | | - |
12 | | - |
13 | | -## 参考文档 |
14 | | - |
15 | | -* [Raspberry Pi](https://www.raspberrypi.org/) |
16 | | -* [Raspberry Pi On GitHub](https://github.com/raspberrypi) |
17 | | -* [Raspberry Pi Documentation](https://github.com/raspberrypi/documentation) |
18 | | -* [Raspberry Pi Pinout](https://pinout.xyz/pinout/uart) |
19 | | -* [systemd](https://github.com/systemd/systemd) |
20 | | - |
21 | | -## 笔记文档 |
22 | | - |
23 | | -* [0019_Kernel_Build.md](docs/0019_Kernel_Build.md) |
24 | | -* [0018_Samba.md](docs/0018_Samba.md) |
25 | | -* [0017_Internationalisation_Options.md](docs/0017_Internationalisation_Options.md) |
26 | | -* [0016_Setup_Multiple_WiFi_Networks.md](docs/0016_Setup_Multiple_WiFi_Networks.md) |
27 | | -* [0015_Modify_Default_Route.md](docs/0015_Modify_Default_Route.md) |
28 | | -* [0014_Ethernet_over_USB-Static_IP.md](docs/0014_Ethernet_over_USB-Static_IP.md) |
29 | | -* [0013_dtoverlay.md](docs/0013_dtoverlay.md) |
30 | | -* [0012_Dynamic_Device_Tree.md](docs/0012_Dynamic_Device_Tree.md) |
31 | | -* [0011_SPI.md](docs/0011_SPI.md) |
32 | | -* [0010_I2C_AT24C0x.md](docs/0010_I2C_AT24C0x.md) |
33 | | -* [0009_systemd-sysv-generator.md](docs/0009_systemd-sysv-generator.md) |
34 | | -* [0008_Systemd_Advance.md](docs/0008_Systemd_Advance.md) |
35 | | -* [0007_Systemd_Cron_rc-local.md](docs/0007_Systemd_Cron_rc-local.md) |
36 | | -* [0006_Device_Tree_Overlays.md](docs/0006_Device_Tree_Overlays.md) |
37 | | -* [0005_raspi-config.md](docs/0005_raspi-config.md) |
38 | | -* [0004_Pin_Config.md](docs/0004_Pin_Config.md) |
39 | | -* [0003_BIOS.md](docs/0003_BIOS.md) |
40 | | -* [0002_Boot_Sequence.md](docs/0002_Boot_Sequence.md) |
41 | | -* [0001_OTG_To_Ethernet.md](docs/0001_OTG_To_Ethernet.md) |
| 1 | +# README |
| 2 | + |
| 3 | +树莓派应该算是目前开源硬件里学习嵌入式Linux系统最好的工具,里面的设计思路和一些工具是很值得借鉴的,这里主要使用Raspberry Pi ZERO W进行系统架构分析。 |
| 4 | + |
| 5 | +之前在使用树莓派的过程中有记录一些东西,不过没有进行全面系统性的分析,相对比较零散。 |
| 6 | + |
| 7 | +[博客园 - 随笔分类 - Raspberry Pi](https://www.cnblogs.com/zengjfgit/category/783268.html) |
| 8 | + |
| 9 | +## ZERO W接口原理图 |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +## 参考文档 |
| 14 | + |
| 15 | +* [Raspberry Pi](https://www.raspberrypi.org/) |
| 16 | +* [Raspberry Pi On GitHub](https://github.com/raspberrypi) |
| 17 | +* [Raspberry Pi Documentation](https://github.com/raspberrypi/documentation) |
| 18 | +* [Raspberry Pi Pinout](https://pinout.xyz/pinout/uart) |
| 19 | +* [systemd](https://github.com/systemd/systemd) |
| 20 | + |
| 21 | +## 笔记文档 |
| 22 | + |
| 23 | +* [0020_PWM](https://github.com/ZengjfOS/RPiPWM) |
| 24 | +* [0019_Kernel_Build.md](docs/0019_Kernel_Build.md) |
| 25 | +* [0018_Samba.md](docs/0018_Samba.md) |
| 26 | +* [0017_Internationalisation_Options.md](docs/0017_Internationalisation_Options.md) |
| 27 | +* [0016_Setup_Multiple_WiFi_Networks.md](docs/0016_Setup_Multiple_WiFi_Networks.md) |
| 28 | +* [0015_Modify_Default_Route.md](docs/0015_Modify_Default_Route.md) |
| 29 | +* [0014_Ethernet_over_USB-Static_IP.md](docs/0014_Ethernet_over_USB-Static_IP.md) |
| 30 | +* [0013_dtoverlay.md](docs/0013_dtoverlay.md) |
| 31 | +* [0012_Dynamic_Device_Tree.md](docs/0012_Dynamic_Device_Tree.md) |
| 32 | +* [0011_SPI.md](docs/0011_SPI.md) |
| 33 | +* [0010_I2C_AT24C0x.md](docs/0010_I2C_AT24C0x.md) |
| 34 | +* [0009_systemd-sysv-generator.md](docs/0009_systemd-sysv-generator.md) |
| 35 | +* [0008_Systemd_Advance.md](docs/0008_Systemd_Advance.md) |
| 36 | +* [0007_Systemd_Cron_rc-local.md](docs/0007_Systemd_Cron_rc-local.md) |
| 37 | +* [0006_Device_Tree_Overlays.md](docs/0006_Device_Tree_Overlays.md) |
| 38 | +* [0005_raspi-config.md](docs/0005_raspi-config.md) |
| 39 | +* [0004_Pin_Config.md](docs/0004_Pin_Config.md) |
| 40 | +* [0003_BIOS.md](docs/0003_BIOS.md) |
| 41 | +* [0002_Boot_Sequence.md](docs/0002_Boot_Sequence.md) |
| 42 | +* [0001_OTG_To_Ethernet.md](docs/0001_OTG_To_Ethernet.md) |
0 commit comments