Difference between revisions of "Template:Software"

From InCircuit
Jump to: navigation, search
(Created page with "All Modules provided by In-Circuit usally have a Buildroot based system preinstalled, so they can be used out of the box.<br />Login as "root" for whic...")
 
Line 8: Line 8:
  
 
On the {{PAGENAME}} the bootloader {{{1}}} is preinstalled on the on-board flash.
 
On the {{PAGENAME}} the bootloader {{{1}}} is preinstalled on the on-board flash.
 
 
 
* To access the Boardprocessor on the {{PAGENAME}} use the interface provided under "{{{1}}}"
 
* Some devices may also be mapped to other parts of the filesystem.
 
** The gpios are accessible under "/sys/class/gpio/"
 
*** "echo 240 > /sys/class/gpio/export" makes gpio 240 available in "/sys/class/gpio/gpio240/"
 
*** for output pins the direction has to be configured using "echo out > /sys/class/gpio/gpio240/direction"
 

Revision as of 10:31, 22 September 2014

All Modules provided by In-Circuit usally have a Buildroot based system preinstalled, so they can be used out of the box.
Login as "root" for which no password is set.

If you are new to kernel building please refer to First Steps with Buildroot.

The Board support packages listed in table above contain all sources required to build the linux image for the different combinations with the Software.

Generally the bootloaders on our modules are configured to loook for a bootable linux image on the SD-Card and only boot from flash if none is found.

On the Software the bootloader {{{1}}} is preinstalled on the on-board flash.

Personal tools