Documents
Before starting the project, to collect documents is an important things.
It is important to study document before and during implementation.
The documents needed in the project are:
1. Raspberry Pi's Official Documents
- Configuration :
- config.txt
- boot.md - default booting address is 0x8000 for RPiZ, it can be specified
- UART configuration
- Raspberry Pi Hardware :
Why Raspberry Pi Zero WH?
The reasons of selecting RPi ZW as my project platform are:
- cheap, easy to get one, ARMv6 provides enough features of modern ARM Application processors.
- single core, simple & good for teaching / practice.
- low power, RPi ZW can be powered by almost any USB slot.
- RPi has a lot of documents / projects / implementations for reference.