Update github address
This commit is contained in:
parent
cefb1eb854
commit
574c8acb62
4 changed files with 7 additions and 7 deletions
|
@ -60,7 +60,7 @@ Here we can see there is a device detected at the address 0x3c. We can conclude
|
|||
### Installation
|
||||
|
||||
```
|
||||
git clone https://github.com/helios-4/sys-oled.git
|
||||
git clone https://github.com/kobol-io/sys-oled.git
|
||||
cd sys-oled
|
||||
sudo ./install.sh
|
||||
```
|
||||
|
@ -124,4 +124,4 @@ systemctl start sys-oled.service
|
|||
|
||||
### Note
|
||||
|
||||
This sys-oled app was developed and tested only with the OLED model SH1106 which has a matrix panel of 132 x 64. If you use a different model that has a smaller resolution, you might need to tweak the coordinate values in [sys-oled file](https://github.com/helios-4/sys-oled/blob/master/bin/sys-oled#L105-L117).
|
||||
This sys-oled app was developed and tested only with the OLED model SH1106 which has a matrix panel of 132 x 64. If you use a different model that has a smaller resolution, you might need to tweak the coordinate values in [sys-oled file](https://github.com/kobol-io/sys-oled/blob/master/bin/sys-oled#L105-L117).
|
||||
|
|
|
@ -64,7 +64,7 @@ export CROSS_COMPILE=~/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/a
|
|||
### Compile U-Boot
|
||||
|
||||
```bash
|
||||
git clone https://github.com/helios-4/u-boot.git -b helios4
|
||||
git clone https://github.com/kobol-io/u-boot.git -b helios4
|
||||
|
||||
cd u-boot
|
||||
|
||||
|
@ -150,7 +150,7 @@ Other option, use Linaro cross compiler 4.9.4 arm-gnueabi toolchain. Download [h
|
|||
### Compile U-Boot
|
||||
|
||||
```bash
|
||||
git clone https://github.com/helios-4/u-boot-marvell.git
|
||||
git clone https://github.com/kobol-io/u-boot-marvell.git
|
||||
|
||||
cd u-boot-marvell
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue