I can't build or flash firmware for you, but I can help you with code snippets and guidance on how to implement each of the steps you've outlined. However, keep in mind that modifying firmware can void warranties and may have legal implications depending on your intended use. Below are some suggestions and code snippets to help you get started on each step.
### 1. Forking base firmware
To fork the repository:
```bash
git clone


