Update README
This commit is contained in:
parent
4657fed206
commit
70cd4cf132
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -18,7 +18,7 @@ git clone https://github.com/SanchayanMaity/LinuxWorkshop.git
|
|||
|
||||
Build and install the OE-Core aka Yocto SDK, for instructions related to building and installing SDK, have a look at this knowledge base [article](http://developer.toradex.com/knowledge-base/linux-sdks).
|
||||
|
||||
The Linux image for Vybrid module being used for the workshop can be downloaded [here](https://share.toradex.com/9dlqpzgduzomatw) and flashed to the module as per [Flashing Embedded Linux to Vybrid Modules](http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules) if required. To facilitate development, a sample SDK can be downloaded from this [link](https://share.toradex.com/erezkkl0c5yunve). Install the SDK by executing the following from the command line
|
||||
The Linux image for Vybrid module being used for the workshop can be downloaded [here](https://share.toradex.com/o7qyni5c0lxt8k9) and flashed to the module as per [Flashing Embedded Linux to Vybrid Modules](http://developer.toradex.com/knowledge-base/flashing-linux-on-vybrid-modules) if required. To facilitate development, a sample SDK can be downloaded from this [link](https://share.toradex.com/jw6in031w9qaqn1). Install the SDK by executing the following from the command line
|
||||
|
||||
```
|
||||
chmod a+x angstrom-glibc-x86_64-armv7at2hf-neon-v2016.12-toolchain.sh
|
||||
|
@ -49,7 +49,7 @@ scp <binary> root@<module_ip_address>:/home/root
|
|||
###### gpio interrupt
|
||||
```
|
||||
root@colibri-vf:~# ./gpio_interrupt
|
||||
Enter the GPIO number to use as interrupt: 10
|
||||
Enter the GPIO number to use as interrupt: 39
|
||||
Enter the GPIO number used for LED output: 11
|
||||
Waiting for interrupt. Press 'q' and 'Enter' at any time to exit
|
||||
```
|
||||
|
@ -120,6 +120,14 @@ Enter PWM number: 0
|
|||
Disabling PWM
|
||||
```
|
||||
|
||||
##### ssd1306
|
||||
Connect CE0 on Pioneer600 shield to GND before executing the binary.
|
||||
|
||||
```
|
||||
root@colibri-vf:~# ./ssd1306
|
||||
```
|
||||
|
||||
|
||||
###### alsa-audio
|
||||
```
|
||||
root@colibri-vf:~# ./alsa-audio Front_Center.wav colibri-vf
|
||||
|
|
Loading…
Reference in a new issue