Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ make clean && make
```bash
./deployment_service.sh
```

**reboot your system**
```bash
sudo reboot
Expand All @@ -32,7 +33,29 @@ sudo systemctl daemon-reload

https://github.com/UCTRONICS/SKU_RM0004/blob/main/data/NVMe_User_Guide.md

## Troubleshooting

### Screen is stuck on the UCTRONICS logo

**reboot after making changes**

#### Enable ARM I2C through `raspi-config`
```bash
sudo raspi-config
```

![image](data/i2c-module-1.jpg)
![image](data/i2c-module-2.jpg)
![image](data/i2c-module-3.jpg)

#### Check for valid configuration in `/boot/firmware/config.txt`
```bash
...
dtparam=i2c_arm=on
...
# UCTronics LCD
dtparam=i2c_arm_baudrate=400000
...
# UCTronics Power Button
dtoverlay=gpio-shutdown,gpio_pin=4,active_low=1,gpio_pull=up
```
Binary file added data/i2c-module-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/i2c-module-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/i2c-module-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.