Connect two USB cables to the Edison board and to the computer where the commands are executing, move the switch next to the microUSBs slots towards the microUSBs.
Use the setup.sh script that is inside the folder meta-intel-edison. This script initializes the build environment for Edison. Type
Configure the shell environment with the following source command
Verify again we are working under the right path:
Now, we are ready to build a full Edison image with the following bitbake command.
It is important to build a full image for the first time before making any changes to the Edison image. Be patient, this process takes from 2 to 5 or more hours depending on the hardware of the host machine.
After successfully building the edison-image, we have to modify the postBuild.sh script in order to have the correct paths. Let's change directory and verify we are editing the correct file.
Disconnect the two USB cables to the Edison board and the computer where the commands are executing, connect them after the execution of the script, the terminal will display Please plug and reboot the board, make sure the switch next to the microUSBs slots is-towards the microUSBs.
And finally Flash Intel Edison image
Wait for a few minutes as the output says, and type the following command to enter the Edison and verify everything went ok. Hit Enter a few times until the edison log in appears. The default username is root, without password.
Let's change to our edison-src folder and verify we see these files:
Create a directory called Patches and then switch to it
and use wget to download the Real Time patches
Decompress the bz2 file and see we have the following files:
Move the patches we have just untar to the following directory and verify they were copied.
Move to the linux directory, one directory above the files directory where we have just copied the patches and verify the path we currently are.
Edit de bbappend file (now we use another editor called gedit for variety purposes, assuming the edition happens under a Debian based Linux distribution; otherwise use a simple text editor like nano, vi, vim or emacs)
Replace the content of the file to have the following:
Save the file and exit.
Now, move to our edison-src root folder
Configure the shell environment again
and get into the Kernel Configuratin
When first run, you will be prompted with a screen like this
Kernel Configuration
Enable Control Group Support under General setup settings
Control Group Support
Enable High Resolution Timer Support under General setup -> Timer subsystem settings
High Resolution Timer Support
Enable Fully Preemptible Kernel (RT) under Processor type and features settings
Fully Preemptible Kernel
Enable Timer frequency to 1000 HZ under Processor type and features -> Timer frequency settings
Fully Preemptible Kernel
Disable ACPI (Advanced Configuration and Power Interface) under Power management and ACPI options settings
ACPI
Disable APM (Advanced Power Management) BIOS support under settings
Fully Preemptible Kernel
Disable ALSA for SoC audio support under Device Drivers -> Sound card support -> Advanced Linux Sound Architecture -> ALSA for SoC audio support settings
ALSA for SoC audio support
Disable Aufs (Advanced multi layered unification filesystem) support under File systems -> Miscellaneous filesystem -> Aufs (Advanced multi layered unification filesystem) support settings
Aufs
Select < Save > to keep the Kernel Configuration and then select < Exit > to go back to your console
When the Kernel configuration is complete, change directory to linux-edison-standard-build folder
and copy the Kernel configuration to these two folders
Go back to our edison-src folder
and configure the shell environment again
Force bitbake to copy the modified configuration to the actual build directory.
Now our image is ready to be built.
The whole Edison image is rebuilt using the Real Time patched Kernel.
Now, we have to run the post building script.
Flash Intel Edison image.
Wait for a few minutes as the output says, and type the following command to enter the Edison and verify everything went ok. Hit Enter a few times until the edison log in appears. The default username is root, without password.
Once logged in run uname -a, the name of the Kernel should have been renamed with the RT tags as shown below.
$ ./device-software/setup.sh
We are building in external mode
Extracting upstream Yocto tools in the poky/ directory from archive
Unpacking Mingw layer to poky/meta-mingw/ directory from archive
Unpacking Darwin layer to poky/meta-darwin/ directory from archive
Initializing yocto build environment
Setting up yocto configuration file (in build/conf/local.conf)
** Success **
SDK will be generated for linux64 host
Now run these two commands to setup and build the flashable image:
source poky/oe-init-build-env
bitbake edison-image
*************
$ source poky/oe-init-build-env
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
adt-installer
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86'
$ pwd
/home/iotchampion/Old/edison-src/build
$ ls
conf
$ bitbake edison-image
Loading cache: 100% |###################################################################################################| ETA: 00:00:00
Loaded 1365 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.24.0"
BUILD_SYS = "x86_64-linux"
.
.
.
NOTE: Tasks Summary: Attempted 3757 tasks of which 568 didn't need to be rerun and all succeeded.
Summary: There were 26 WARNING messages shown.
$ ls
bitbake.lock cache conf downloads sstate-cache tmp
$ cd ../../../
$ pwd
/home/iotchampion/Workspace/edison-src
$ ls
bbcache Makefile meta-arduino meta-intel-edison out
$ ../device-software/utils/flash/postBuild.sh
1+0 records in
1+0 records out
4194304 bytes (4.2 MB) copied, 0.0030999 s, 1.4 GB/s
.
.
.
**** Done ***
Files ready to flash in /home/iotchampion/Old/edison-src/build/toFlash/
Run the flashall script there to start flashing.
*************
sudo ./toFlash/flashall.sh
sudo screen /dev/ttyUSB0 115200
$ cd ~/Workspace/edison-src/
$ pwd
/home/iotchampion/Workspace/edison-src
$ ls
arduino broadcom_cws build device-software mw poky
$ mkdir Patches
$ cd Patches
$ pwd
/home/iotchampion/Workspace/edison-src/Patches
$ cd ../device-software/meta-edison/recipes-kernel/linux/
$ pwd
/home/iotchampion/Old/edison-src/device-software/meta-edison/recipes-kernel/linux
$ ls
files linux-yocto_3.10.bbappend
$ cd ../../../../
$ pwd
/home/iotchampion/Workspace/edison-src/
$ source poky/oe-init-build-env
### Shell environment set up for builds. ###
You can now run 'bitbake <target>'
Common targets are:
core-image-minimal
core-image-sato
meta-toolchain
adt-installer
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86'
$ bitbake virtual/kernel -c menuconfig
General setup --->
-*- Control Group support --->
General setup --->
Timers subsystem --->
[*] High Resolution Timer Support
Processor type and features --->
Preemption Model (Fully Preemptible Kernel (RT)) --->
(X) Fully Preemptible Kernel (RT)
Processor type and features --->
Timer frequency (100 HZ) --->
(X) 1000 HZ
Power management and ACPI options --->
[ ] ACPI (Advanced Configuration and Power Interface) Support --
Power management and ACPI options --->
< > APM (Advanced Power Management) BIOS support --->
Device Drivers --->
<*> Sound card support --->
< > Advanced Linux Sound Architecture --->
File systems --->
[*] Miscellaneous filesystems --->
< > Aufs (Advanced multi layered unification filesystem) support
$ cd tmp/work/edison-poky-linux/linux-yocto/3.10.17+gitAUTOINC+6ad20f049a_c03195ed6e-r0/linux-edison-standard-build/