From 70cd4cf13275eaa433e46f89efb1aac5d9e30acc Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 4 Sep 2017 15:05:38 +0530 Subject: [PATCH] Update README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de1c42a..a2db20f 100644 --- a/README.md +++ b/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 root@:/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