Skip to content

Commit

Permalink
Add supported devices to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AristoChen committed May 28, 2023
1 parent b55355e commit 4093b26
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ From Linux and maker space tinkerers, to the robotics, automotive and signage in

Please see official [Ubuntu Core documentation](https://ubuntu.com/core/docs) for more infomation

---
## Supported devices
- Khadas VIM1
- OrangePi 3
- OrangePi 5
- OrangePi PC
- OrangePi PC2
- OrangePi Zero

## How to use
**Note**: The code is only tested in Ubuntu Jammy environment, other environment are currently not tested.
Expand All @@ -31,8 +37,6 @@ $ sudo xzcat <IMAGE_NAME> | sudo dd bs=4M of=/dev/<SD_CARD_PATH> status=progress
```
Step 4: power on the device, the device will automatically reboot 1 time to finish the installation, then you can login with `ubuntu/ubuntu`.

---

## Future plan
- Support more embedded systems, feel free to let me know if you want me to support any embedded systems, or I can help you to support it.
- Refactor might be required. Currently some codes are platform specific, other platforms might do things differently, will need to handle them in a better way.

0 comments on commit 4093b26

Please sign in to comment.