Skip to content

Commit

Permalink
Merge pull request #5 from JayeshRajam/master
Browse files Browse the repository at this point in the history
Installing make for Ubuntu Linux
  • Loading branch information
CKHSUinHimax authored Jul 29, 2021
2 parents 8a0adbe + 373b440 commit 454af6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ section for instructions on toolchain installation.
sudo apt upgrade
sudo apt install curl
```
- make command

Installing make for Ubuntu Linux. (If make is not installed)
```
sudo apt install make
```
- Serial Terminal Emulation Application

There are 2 main purposes for HIMAX WE1 EVB Debug UART port, print application output and burn application to flash by using xmodem send application binary.
Expand Down

0 comments on commit 454af6f

Please sign in to comment.