983 resultados para ARM Linux


Relevância:

60.00% 60.00%

Publicador:

Resumo:

In practically all vertical markets and in every region of the planet, loyalty marketers have adopted the tactic of recognition and reward to identify, maintain and increase the yield of their customers. Several strategies have been adopted by companies, and the most popular among them is the loyalty program, which displays a loyalty club to manage these rewards. But the problem with loyalty programs is that customer identification and transfer of loyalty points are made in a semiautomatic. Aiming at this, this paper presents a master's embedded business automation solution called e-Points. The goal of e-Points is munir clubs allegiances with fully automated tooling technology to identify customers directly at the point of sales, ensuring greater control over the loyalty of associate members. For this, we developed a hardware platform with embedded system and RFID technology to be used in PCs tenant, a smart card to accumulate points with every purchase and a web server, which will provide services of interest to retailers and customers membership to the club

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Trabalho de Projeto para obtenção do grau de Mestre em Engenharia Informática e de Computadores

Relevância:

30.00% 30.00%

Publicador:

Resumo:

Presented at Embed with Linux Workshop (EWiLi 2015). 4 to 9, Oct, 2015. Amsterdam, Netherlands.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

An appropriate assessment of end-to-end network performance presumes highly efficient time tracking and measurement with precise time control of the stopping and resuming of program operation. In this paper, a novel approach to solving the problems of highly efficient and precise time measurements on PC-platforms and on ARM-architectures is proposed. A new unified High Performance Timer and a corresponding software library offer a unified interface to the known time counters and automatically identify the fastest and most reliable time source, available in the user space of a computing system. The research is focused on developing an approach of unified time acquisition from the PC hardware and accordingly substituting the common way of getting the time value through Linux system calls. The presented approach provides a much faster means of obtaining the time values with a nanosecond precision than by using conventional means. Moreover, it is capable of handling the sequential time value, precise sleep functions and process resuming. This ability means the reduction of wasting computer resources during the execution of a sleeping process from 100% (busy-wait) to 1-1.5%, whereas the benefits of very accurate process resuming times on long waits are maintained.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

The purpose of this document is to create a modest integration guide for embedding a Linux Operating System on ZedBoard development platform, based on Xilinx’s Zynq-7000 All Programmable System on Chip which contains a dual core ARM Cortex-A9 and a 7 Series FPGA Artix-7. The integration process has been structured in four chapters according to the logic generation of the different parts that compose the embedded system. With the intention of automating the generation process of a complete Linux distribution specific for ZedBoard platform, BuildRoot development platform it is used. Once the embedding process finished, it was decided to add to the system the required functionalities for adding support for IEEE1588 Standard for Precision Clock Synchronization Protocol for Networked Measurement and Control Systems, through a user space Linux program which implements the protocol. That PTP user space implementation program has been cross-compiled, executed on target and tested for evaluating the functionalities added. RESUMEN El propósito de este documento es crear una modesta guía de integración de un sistema operativo Linux para la plataforma de desarrollo ZedBoard, basada en un System on Chip del fabricante Xilinx llamado Zynq-7000. Este System on Chip está compuesto por un procesador de doble núcleo ARM Cortex-A9 y una FPGA de la Serie 7 equiparable a una Artix-7. El proceso de integración se ha estructurado en cuatro grandes capítulos que se rigen según el orden lógico de generación de las distintas partes por las que el sistema empotrado está compuesto. Con el ánimo de automatizar el proceso de creación de una distribución de Linux específica para la plataforma ZedBoard, se ha utilizado la plataforma de desarrollo BuildRoot. Una vez terminado el proceso de integración del sistema empotrado, se procedió a dar dotar al sistema de las funcionalidades necesarias para dar soporte al estándar de sincronización de relojes en redes de área local, PTP IEEE1588, a través de una implementación del mismo en un programa de lado de usuario el cual ha sido compilado, ejecutado y testeado para evaluar el correcto funcionamiento de las funcionalidades añadidas.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We attempt to integrate and start up the set of necessary tools to deploy the design cycle of embedded systems based on Embedded Linux on a "Cyclone V SoC" made by Altera. First, we will analyze the available tools for designing the hardware system of the SoCkit development kit, made by Arrow, which has a "Cyclone V SoC" system (based on a "ARM Cortex-A9 MP Core" architecture). When designing the SoCkit board hardware, we will create a new peripheral to integrate it into the hardware system, so it can be used as any other existent resource of the SoCkit board previously configured. Next, we will analyze the tools to generate an Embedded Linux distribution adapted to the SoCkit board. In order to generate the Linux distribution we will use, on the one hand, a software package from Yocto recommended by Altera; on the other hand, the programs and tools of Altera, Embedded Development Suite. We will integrate all the components needed to build the Embedded Linux distribution, creating a complete and functional system which can be used for developing software applications. Finally, we will study the programs for developing and debugging applications in C or C++ language that will be executed in this hardware platform, then we will program a Linux application as an example to illustrate the use of SoCkit board resources. RESUMEN Se pretende integrar y poner en funcionamiento el conjunto de herramientas necesarias para desplegar el ciclo de diseño de sistemas embebidos basados en "Embedded Linux" sobre una "Cyclone V SoC" de Altera. En primer lugar, se analizarán las diversas herramientas disponibles para diseñar el sistema hardware de la tarjeta de desarrollo SoCkit, fabricada por Arrow, que dispone de un sistema "Cyclone V SoC" (basado en una arquitectura "ARM Cortex A9 MP Core"). En el diseño hardware de la SoCkit se creará un periférico propio y se integrará en el sistema, pudiendo ser utilizado como cualquier otro recurso de la tarjeta ya existente y configurado. A continuación, también se analizarán las herramientas para generar una distribución de "Embedded Linux" adaptado a la placa SoCkit. Para generar la distribución de Linux se utilizará, por una parte, un paquete software de Yocto recomendado por Altera y, por otra parte, las propias herramientas y programas de Altera. Se integrarán todos los componentes necesarios para construir la distribución Linux, creando un sistema completo y funcional que se pueda utilizar para el desarrollo de aplicaciones software. Por último, se estudiarán las herramientas para el diseño y depuración de aplicaciones en lenguaje C ó C++ que se ejecutarán en esta plataforma hardware. Se pretende desarrollar una aplicación de ejemplo para ilustrar el uso de los recursos más utilizados de la SoCkit.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

This project is divided into two main parts: The first part shows the integration of an Embedded Linux operating system on a development hardware platform named Zedboard. This platform contains a Zynq-7000 System on Chip (Soc) which is composed by two dual core ARM Cortex-A9 processors and a FPGA Artix-7. The Embedded Linux is built with Linuxlink, a Timesys tool. Meanwhile, the platform hardware configuration is done with Xilinx Vivado. The system is loaded with an SD card which requires to have every files needed for the booting process and for the operation. Some of these files are generated with Xilinx SDK software. The second part starts up from the system already built to integrate a peripheral in the Zynq-7000 FPGA. Also the drivers for controlling the peripheral from the operating system are developed. Finally, a user space program is created to test both of them. RESUMEN. Este proyecto consta de dos partes: La primera muestra la integración de un sistema operativo Linux embebido en una plataforma de desarrollo hardware llamada Zedboard. Esta plataforma utiliza un System on Chip (SoC) Zynq-7000 que está formado por dos procesadores ARM Cortex-A9 de doble núcleo y una FPGA Artix-7. El Linux embebido se construye utilizando la herramienta Linuxlink de Timesys, mientras que el hardware de la plataforma de desarrollo se configura con Vivado de Xilinx. El sistema se carga en una tarjeta SD que debe tener todos los archivos necesarios para completar el arranque y hacer funcionar el sistema. Algunos de esos archivos se generan con la herramienta SDK de Xilinx. En la segunda parte se utiliza el sistema construido para integrar un periférico en la FPGA del Zynq-7000, haciendo uso de Vivado, y se desarrollan los drivers necesarios para utilizarlo mediante el sistema operativo. Para probar esta última parte se desarrolla un programa de espacio de usuario.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Introduction: The purpose of this study was to compare the electromyography index of muscle coactivation of the following muscle pairs: posterior deltoid and pectoralis major (PD/PM); triceps brachii and biceps brachii (TB/BB); and serratus anterior and upper trapezius (SA/UT) during three different closed kinetic chain exercises (wall-press, bench-press and push-up) on an unstable surface at the maximal load. Methods: A total of 20 healthy sedentary men participated in the study. Integral linear values were obtained from three sustained contractions of six seconds each for the three proposed exercises. Mean coactivation index values were compared using the mixed-effects linear model, with a five percent significance level. Results: Electromyography indexes of muscle coactivation showed significant differences for the PD/PM and TB/BB muscle pairs. No differences were found between exercises for the SA/UT muscle pair. Conclusion: Our results seem to differ from those of previous studies, which reported that the similarity in exercises performed is responsible for the comparable muscle activation levels.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

This study compared measurements of upper body aerobic fitness in elite (EC; n = 7) and intermediate rock climbers (IC; n = 7), and a control group (C; n = 7). Subjects underwent an upper limb incremental test on hand cycle ergometer, with increments of 23 W.min(-1), until exhaustion. Ventilation (VE) data were smoothed to 10 s averages and plotted against time for the visual determination of the first (VT1) and second (VT2) ventilatory thresholds. Peak power output was not different among groups [EC = 130.9 (+/- 11.8) W; IC = 122.1 (+/- 28.4) W; C = 115.4 (+/- 15.1) W], but time to exhaustion was significantly higher in EC than IC and C. VO(2PEAK) was significantly higher in EC [36.8 (+/- 5.7) mL.kg(-1).min(-1)] and IC [35.5 (+/- 5.2) mL.kg(-1).min(-1)] than C [28.8 (+/- 5.0) mL.kg(-1).min(-1)], but there was no difference between EC and IC. VT1 was significantly higher in EC than C [EC = 69.0 (+/- 9.4) W; IC = 62.4 (+/- 13.0) W; C = 52.1 (+/- 11.8) W], but no significant difference was observed in VT2 [EC = 103.5 (+/- 18.8) W; IC = 92.0 (+/- 22.0) W; C = 85.6 (+/- 19.7) W]. These results show that elite indoor rock climbers elicit higher aerobic fitness profile than control subjects when measured with an upper body test.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Alloys of Al-Sn and Al-Si are widely used in tribological applications such as cylinder liners and journal bearings. Studies of the influence of the as-cast microstructures of these alloys on the final mechanical properties and wear resistance can be very useful for planning solidification conditions in order to permit a desired level of final properties to be achieved. The aim of the present study was to contribute to a better understanding about the relationship between the scale of the dendritic network and the corresponding mechanical properties and wear behavior. The Al-Sn (15 and 20 wt pct Sn) and Al-Si (3 and 5 wt pct Si) alloys were directionally solidified under unsteady-state heat flow conditions in water-cooled molds in order to permit samples with a wide range of dendritic spacings to be obtained. These samples were subjected to tensile and wear tests, and experimental quantitative expressions correlating the ultimate tensile strength (UTS), yield tensile strength, elongation, and wear volume to the primary dendritic arm spacing (DAS) have been determined. The wear resistance was shown to be significantly affected by the scale of primary dendrite arm spacing. For Al-Si alloys, the refinement of the dendritic array improved the wear resistance, while for the Al-Sn alloys, an opposite effect was observed, i.e., the increase in primary dendrite arm spacing improved the wear resistance. The effect of inverse segregation, which is observed for Al-Sn alloys, on the wear resistance is also discussed.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Gold(III)-directed condensation of ethane-1,2-diamine with nitroethane and formaldehyde yielded the gold-coloured macrocyclic complex (cis-6,13-dimethyl-6,13-dinitro-1,4,8,11-tetraazacyclotetradecan-1-ido)gold(III) and the orange acyclic complex (1,9-diamino-5-methyl-5-nitro-3,7-diazanoran-3-ido)gold(III) in good yields. Dissolution in strongly acidic solution gave the colourless fully protonated complexes. The pendant nitro groups are disposed on the same side of the macrocycle in a cis geometry, as confirmed by crystal structure analysis. In both complexes the gold ion lies in a square-planar environment of four nitrogen donors, and the co-ordinate bond to the deprotonated amine is shorter than the remaining Au-N distances.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Because the structure of the spine is inherently unstable, muscle activation is essential for the maintenance of trunk posture and intervertebral control when the limbs are moved. To investigate how the central nervous system deals with this situation the temporal components of the response of the muscles of the trunk were evaluated during rapid limb movement performed in response to a visual stimulus. Fine-wire electromyography (EMG) electrodes were inserted into transversus abdominis (TrA), obliquus internus abdominis (OI) and obliquus externus abdominis (OE) of 15 subjects under the guidance of real-time ultrasound imaging. Surface electrodes were placed over rectus abdominis (RA), lumbar multifidus (MF) and the three parts of deltoid. In a standing position, ten repetitions of shoulder flexion, abduction and extension were performed by the subjects as fast as possible in response to a visual stimulus. The onset of TrA EMG occurred in advance of deltoid irrespective of the movement direction. The time to onset of EMC activity of OI, OE, RA and MF varied with the movement direction, being activated earliest when the prime action of the muscle opposed the reactive forces associated with the specific limb movement. It is postulated that the non-direction-specific contraction of TrA may be related to the control of trunk. stability independent of the requirement for direction-specific control of the centre of gravity in relation to the base of support.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Molybdenum hexacarbonyl reacted with the pendant-arm macrocycles 10-methyl-1,4,8, 12-tetraazacyclopentadecane-10-amine (L-1) and trans-6,13-dimethyl-1,4,8,11-tetraazacyclotetradecane-6, 13-diamine (L-2) in the absence of air to form complexes fac-[MoL1(CO)(3)] and [Mo2L2(CO)(8)] respectively. The mononuclear complex has the macrocycle bound in a tridentate manner, including the pendant primary amine, whereas the dinuclear complex exhibits a bridging bis(didentate) co-ordination mode, again involving the pendant primary amines. Structures have been defined by crystal structure analyses. The preferential binding of the pendant primary amines rather than additional secondary amines parallels similar behaviour observed earlier with some mercury(II) and rhodium(III) complexes, and points to the important general role of this pendant, despite being fused directly to the macrocyclic ring, in metal-ion binding.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Introduction. Previous research has demonstrated that sildenafil citrate users alter dosing-sexual attempt behavior when switched to tadalafil. The impact of geography and culture on sexual behavior with phosphodiesterase type 5 (PDE5) inhibitor treatment has not been fully investigated. Aim. To describe and compare the changes in dosing-sexual attempt behavior with sildenafil citrate vs. tadalafil treatment across four distinct geographies: Asia, Australia/New Zealand (ANZ), Central Eastern Europe/Middle East (CEE/ME), and Latin America (LA). Methods. Data from a single-arm, open-label clinical trial conducted in 21 countries from November 2002 to May 2004 were used in this analysis. Men with erectile dysfunction and a history of >= 6-week prior sildenafil citrate use continued sildenafil citrate treatment for 4 weeks then switched to tadalafil for 8 weeks. Dosing instructions were provided. Main Outcomes Measures. Timing of dose and sexual intercourse was assessed through patient diaries for the final 4 weeks of each treatment period. Results. A total of 2,760 men were enrolled: Asia 15.8%; ANZ 29.4%; CEE/ME 19.7%; LA 35.1%. The median time from dosing to intercourse was significantly increased during tadalafil treatment across all geographical regions; however, the magnitude of increase differed significantly by geography (P < 0.0001). The Asian cohort demonstrated the shortest duration between dosing and sexual intercourse attempts (irrespective of drug), and altered sexual behavior the least upon switching to tadalafil. The ANZ cohort demonstrated the longest duration between dosing and sexual intercourse attempts (irrespective of drug), and altered sexual behavior the most upon switching to tadalafil. Conclusion. Men with a history of established sildenafil citrate use alter their dose-attempt behavior when treated with tadalafil irrespective of geography. However, the extent to which sexual behavior alters is not uniform across geographical regions, suggesting that dosing instructions and duration of drug effectiveness, in combination with personal and cultural preferences, may determine sexual behavior with PDE5 inhibitor use. Rubio-Aurioles E, Glina S, Abdo CHN, Hernandez-Serrano R, Rampazzo C, Sotomayor M, West TM, Gallagher GL, and Lenero E. Timing of dose relative to sexual intercourse attempt in previous sildenafil citrate users treated with tadalafil: A geographical comparison from a single arm, open-label study. J Sex Med 2009;6:2836-2850.