Changes

Jump to: navigation, search

FAQs (Axel)

3,600 bytes added, 11:28, 17 March 2014
Created page with "{{WorkInProgress}} {{InfoBoxTop}} {{AppliesToAxel}} {{AppliesToAxelLite}} {{InfoBoxBottom}} = Introduction = This page collects all the Frequently Asked Question regarding A..."
{{WorkInProgress}}
{{InfoBoxTop}}
{{AppliesToAxel}}
{{AppliesToAxelLite}}
{{InfoBoxBottom}}

= Introduction =

This page collects all the Frequently Asked Question regarding Axel Ultra/Lite SOMs

= General =

=== Q: Where can I found Axel SOMs information? ===
'''A''': please refer to the following table:

{| class="wikitable"
|-
! Resource !! Description
|-
| [[:Category:AxelUltra|Axel Ultra category page]] || This page lists all the wiki pages regarding the Axel Ultra CPU module
|-
| [[:Category:AxelLite|Axel Lite category page]] || This page lists all the wiki pages regarding the Axel Lite CPU module
|-
| [[Axel_Ultra_SOM | Axel Ultra SOM]] || This page reports Axel Ultra SOM specification and basic information
|-
| [[Axel_Lite_SOM | Axel Lite SOM]] || This page reports Axel Lite SOM specification and basic information
|-
| [[Hardware_Manual_(AxelUltra) | Axel Ultra Hardware Manual]] || This page points to the Axel Ultra Hardware Manual
|-
| [[Hardware_Manual_(AxelLite) | Axel Lite Hardware Manual]] || This page points to the Axel Lite Hardware Manual
|-
| [http://www.dave.eu/products/axel-ultra Axel Ultra product page] || This is Axel Ultra web page on '''DAVE Embedded Systems''' website
|-
| [http://www.dave.eu/products/axel-lite Axel Lite product page] || This is Axel Lite web page on '''DAVE Embedded Systems''' website
|-
|}

= System design =

=== Q: Can you suggest some guidelines for the carrier board design? ===
'''A''': As a starting point, you can refer to the Wiki page dedicated to the [[Carrier_board_design_guidelines_%28SOM%29]], that will highlight some best practices that applies to all SOMs. For specific information on Axel, please refer to the Axel Integration Guide [[Integration_guide_%28Axel%29]]

= Using XELK =

=== Q: I've received the XELK package. How am I supposed to start working with it? ===
'''A''': You can follow the steps listed below:
# Check the kit contents with the packing list included in the box
# Insert the SD into the card slot on the carrier board
# Connect the power supply adapter and the serial cable
# Start your terminal emulator program
# Switch on the power supply
# Monitor the boot process on the serial console
# Install and configure the development environment as described in the '''XELK Quick Start Guide'''.

=== Q: How can I update the XELK version? ===
'''A''': All XELK source trees (U-Boot and Linux kernel) are provided as git repositories. This means that these components can be kept in sync and up to date with '''DAVE Embedded Systems''' repositories.
Once the a git account is enabled, the developer can clone the repository and synchronize a source tree using git commands. For further details, please refer to [[XELK#XELK_Updates | XELK Updates]].

=== Q: Where can I found the XELK Quick Start Guide document? ===
'''A''': this document is included in the XELK distribution and can be downloaded from [[XELK_Quick_Start_Guide]]

=== Q: How can I configure the Axel system to boot from network? ===
'''A''': Booting from network is very helpful during the software development (both for kernel and applications). The kernel image is downloaded via TFTP while the root file system is remotely mounted via NFS from the host. It is assumed that the development host:
* is connected with the target host board through an Ethernet LAN
* exports the directory containing the root file system for the target through the NFS server
* runs a TFTP server.
* has a proper subnet IP address
For detailed information, please refer to [[Booting_Linux_Kernel#Configuration_net_nfs | Configuration net_nfs]]

Navigation menu