To see the other types of publications on this topic, follow the link: Embedded Linux.

Journal articles on the topic 'Embedded Linux'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 50 journal articles for your research on the topic 'Embedded Linux.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Zainal Husin. "Inisialisasi Servis Pada Sistem Tertanam (Embedded System) Berbasis Prosesor Arm Dan Kernel Linux Dengan Proses Init.d." Jurnal Rekayasa Elektro Sriwijaya 1, no. 1 (November 1, 2019): 39–45. http://dx.doi.org/10.36706/jres.v1i1.11.

Full text
Abstract:
Sejak diperkenalkan oleh Linus Torvalds, bahasa pemograman Linux dengan sifatnya yang terbuka, telah dikembangkan oleh begitu banyak pihak secara bersama-sama. Pihak-pihak ini adalah para akademisi, industri maupun perorangan dengan bakat dan keahlian yang luar biasa, dan dengan berbagai berkepentingan. Hasilnya adalah sesuatu yang sangat besar, baik pada segi kapasitas maupun kwalitas. Dengan kapasitas yang begitu besar, tidaklah semua terpakai pada suatu rancangan produk. Sehingga menjadi salah satu karakteristik Linux, fleksibilitas. Yaitu Sistem Operasi dapat diubah sesuai kebutuhan. Kernel Linux yang banyak dipakai sekarang pada beberapa embedded systems berbasis prosesor ARM, yaitu sebagai penggerak robot, alat-alat komunikasi dan sebagainya, dengan sendirinya menuruni sifat fleksibilitas ini. Maka terkadang pengguna masih memerlukan menambahkan atau mengubah isi kernel Linux tersebut, misalnya dengan salah satu tujuan: sudah terjadinya inisialisasi service tertentu setelah ‘booting’.
APA, Harvard, Vancouver, ISO, and other styles
2

Guo, Chao, Jun Zhang, and Yong Feng Zhi. "Driver Study of Touch Screen Based on S3C2440 and Embedded Linux." Advanced Materials Research 542-543 (June 2012): 1023–28. http://dx.doi.org/10.4028/www.scientific.net/amr.542-543.1023.

Full text
Abstract:
As one of Linux development directions, embedded Linux has many achievements and mature products. Its stability, reliability and the high efficiency is being proved by the facts. Linux has a great potential in the embedded area, which is loved by many businesses, scientific research units. The embedded Linux opens the source code, provides technical support widely and has good extendibility, supports a lot of hardware. All these are the advantages of embedded Linux. Touch screen has been an important human-computer interaction device, for they are light, flexible and take up less space. Most mobile devices offer a touch screen which is used together with a pen in order to take the role of the mouse for application control. A kind of touch screen control system based on ARM and Linux is introduced in detail. Circuit diagram and touch screen working principle is given. In this paper, touch screen driver based on embedded Linux is designed, analyzed and transplanted. Finally, touch screen can be used normally after calibrating.
APA, Harvard, Vancouver, ISO, and other styles
3

Wang, Jian Qiang, and Fei Yun Yuan. "Research and Implementation of Embedded Linux System Power Optimization." Applied Mechanics and Materials 416-417 (September 2013): 1538–41. http://dx.doi.org/10.4028/www.scientific.net/amm.416-417.1538.

Full text
Abstract:
This paper firstly discusses the techniques to optimize power consumption of the embedded operating system, and then optimizes power consumption of embedded Linux by adding DVS (dynamic voltage scaling) module and modifies the scheduling function in the standard Linux kernel. Finally, take a comparison test on arm920 platform. The test results show that: the power optimized Linux can effectively reduce the power consumption of the whole embedded system.
APA, Harvard, Vancouver, ISO, and other styles
4

Kang, Hong Yan. "Development of Network Driver Program Based on pxa270 and Embedded Linux." Advanced Materials Research 433-440 (January 2012): 4516–19. http://dx.doi.org/10.4028/www.scientific.net/amr.433-440.4516.

Full text
Abstract:
A research about the development of network driver program based on pxa270 is done. Implementation principle and running process of network driver based on embedded Linux is introduced. Through the example of LAN91C111 driver that is done in embedded Linux operating system, development process of network driver based on Linux operating system is analyzed.
APA, Harvard, Vancouver, ISO, and other styles
5

Feng, Yun, You Ping Yan, and Nan Zuo. "Design and Implementation of Data Acquisition System Based on Linux Platform." Applied Mechanics and Materials 686 (October 2014): 285–89. http://dx.doi.org/10.4028/www.scientific.net/amm.686.285.

Full text
Abstract:
This paper introduces the hardware structure and software design of data acquisition system based on embedded Linux. In order to improve the real-time response performance and the ability of multi task for system, using ARM9 microprocessor technology in hardware, and transplant the Linux operating system, and the system reliability and scalability can be improved. The design makes full use of the characteristics of embedded Linux. The system software module have data acquisition module, data processing module, data communication module and data diagnostic module. The embedded Linux operating system is transplant into data acquisition system, that can accelerate the development of the system and convenient to future expansion functions, improve the observation data timeliness and accuracy, and can realize automation observation.
APA, Harvard, Vancouver, ISO, and other styles
6

Hou, Si Zu, Hui Wu, and Xiao Xu Zhang. "Embedded Linux Transplant on the Platform of Meter Reading Concentrator Based on AT91SAM9260." Advanced Materials Research 765-767 (September 2013): 1770–74. http://dx.doi.org/10.4028/www.scientific.net/amr.765-767.1770.

Full text
Abstract:
This paper describes the meter concentrator design and the Linux system transplant on it. The process of Linux transplant include the establishment of a cross-compiler tool, At91bootstrap and u-boot transplant, Linux kernel customizing and compiling, jffs2 file system making. The embedded Linux with small size, high stability and reliability runs well on the platform of concentrator.
APA, Harvard, Vancouver, ISO, and other styles
7

De, Jardeson, Renata Imaculada, and Sandro César. "IoT Arcade using Linux Embedded System." International Journal of Computer Applications 181, no. 12 (August 14, 2018): 35–38. http://dx.doi.org/10.5120/ijca2018917710.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Xiao, Ke, Hu Li, and Xiao Ling Fu. "RTC Driver Development in Embedded Linux." Advanced Materials Research 171-172 (December 2010): 791–94. http://dx.doi.org/10.4028/www.scientific.net/amr.171-172.791.

Full text
Abstract:
RTC device driver on the PXA270 platform and Linux 2.6.31 kernel is designed in this paper. To design credible drivers, first, I2C bus and I2C driver framework are introduced. Then, all approach to the design of RTC driver based on ISL1208 is analyzed. And finally, RTC driver based on I2C is implemented and tested. This paper can provide some reference to RTC driver development on embedded systems.
APA, Harvard, Vancouver, ISO, and other styles
9

Chakraborty, Ayanabha, Prashant Konaje, and Prabha Kasliwal. "Embedded Linux Based Shopping Assistance System." International Journal of Reconfigurable and Embedded Systems (IJRES) 2, no. 3 (November 1, 2013): 122. http://dx.doi.org/10.11591/ijres.v2.i3.pp122-126.

Full text
Abstract:
In a view to streamline shopping system and facilitate access to required commodities among innumerable varieties in a super market, personalized service can be exploited in automated manner through interactive graphical user interface. Implementation of location based several touch screen modules with a centralized database can provide easy, accurate and timely information in regards to query generated by the users. Availability of an item and its location with absolute identification are displayed on the screen to facilitate users to get access to it immediately. This not only saves valuable time and cumbersome manual procedure in finding desired products but also provides an easy-to-use interactive shopping experience without any effort. Personalized Shopping Assistance maintains a centralized database for all products in the super market with user-friendly graphical user interface touch screen modules at various locations.
APA, Harvard, Vancouver, ISO, and other styles
10

Li, Li Meng. "Sedona Frame Application in Embedded Linux." Applied Mechanics and Materials 303-306 (February 2013): 2391–96. http://dx.doi.org/10.4028/www.scientific.net/amm.303-306.2391.

Full text
Abstract:
Embedded systems are used in many fields, but they are different from each other due to the varied practical conditions. Even for embedded devices installed under the similar situations, different control logic programs still exist. Covering the difference coursed by specific applications would highly improve the adaptability of the embedded devices. This paperwork presents a proposal that using Sedona Frame to improve the flexibility of embedded devices. In this paperwork, coupling plan and procedure are focused on greatly between Sedona Frame and device drivers and the feasibility of the coupling plan is proved using an instance of digital input devices. The advantage of graphic programming of Sedona Frame is discussed as well.
APA, Harvard, Vancouver, ISO, and other styles
11

Cebel, Efecan, Nevzat Donum, and Huseyin Karacali. "Platform Independent Embedded Linux OTA Method." European Journal of Research and Development 2, no. 4 (December 31, 2022): 243–52. http://dx.doi.org/10.56038/ejrnd.v2i4.165.

Full text
Abstract:
Embedded devices are often used at remote locations. Accordingly, since it is difficult and costly to physically access the devices for firmware updates, the updates are made with Over-the-Air (OTA). OTA is a firmware update method that allows embedded devices to be updated wirelessly without requiring physical access. OTA applications for Embedded Linux devices are platform-dependent. Therefore, the aim of this study is to develop an easy integrated, steady, and robust OTA method. This method runs in the background without any user action on a platform-independent Embedded Linux device and it has a small footprint. The firmware is compressed in this method. The compressed firmware is uploaded to a storage area such as a remote drive, cloud, and repository. The storage area is used efficiently thanks to compressed firmware. The OTA application checks versions of firmware in the storage area and compares them with firmware running on the device. It decides which version is more up-to-date. If the version of the firmware in the storage area is more up-to-date, the OTA application runs in the background and downloads the updated firmware without interfering with the working functions on the device. After the download is completed, compressed firmware is extracted and flashed into the specified memory location. When the device is rebooted after the procedure is completed, the device is going to boot with the new version of the firmware. Consequently, the OTA application can be integrated easily on most Embedded Linux platforms. Besides the OTA application can be enhanced with security and power-safe features.
APA, Harvard, Vancouver, ISO, and other styles
12

Wang, Ya Jun. "A Summary of Research on the Linux Operating System." Advanced Materials Research 705 (June 2013): 565–68. http://dx.doi.org/10.4028/www.scientific.net/amr.705.565.

Full text
Abstract:
As the fastest growing operating system, Linux is applied in broader areas, and more and more people start to use Linux operating system. In allusion to the hot issues like Linux and UnixLinux and free softwares, Linux kernelLinux DistroLinux and embedded systemLinux and WindowsLinux teaching, the research results have been summarized in the article.
APA, Harvard, Vancouver, ISO, and other styles
13

Chen, Hong Li. "Research on Security Level Assessment Technology in Embedded Real-Time System." Applied Mechanics and Materials 696 (November 2014): 266–70. http://dx.doi.org/10.4028/www.scientific.net/amm.696.266.

Full text
Abstract:
This paper briefly describes the main ideas and implementation of technology strategy of Embedded real-time system security level assessment which is important part of mechanism to system flexibility based on embedded real-time system, designs the embedded real-time system security level assessment system based on pattern matching for the characteristics of embedded real-time systems. By building security level assessment system and simulation testing environment based on RT-Linux real-time operating system, the impact of Embedded real-time system security level assessment strategy on performance of RT-Linux was tested.
APA, Harvard, Vancouver, ISO, and other styles
14

Adam, George K., Nikos Petrellis, and Lambros T. Doulos. "Performance Assessment of Linux Kernels with PREEMPT_RT on ARM-Based Embedded Devices." Electronics 10, no. 11 (June 1, 2021): 1331. http://dx.doi.org/10.3390/electronics10111331.

Full text
Abstract:
This work investigates the real-time performance of Linux kernels and distributions with a PREEMPT_RT real-time patch on ARM-based embedded devices. Experimental measurements, which are mainly based on heuristic methods, provide novel insights into Linux real-time performance on ARM-based embedded devices (e.g., BeagleBoard and RaspberryPi). Evaluations of the Linux real-time performance are based on specific real-time software measurement modules, developed for this purpose, and the use of a standard benchmark tool, cyclictest. Software modules were designed upon the introduction of a new response task model, an innovative aspect of this work. Measurements include the latency of response tasks at user and kernel space, the response on the execution of periodic tasks, the maximum sustained frequency and general latency performance metrics. The results show that in such systems the PREEMPT_RT patch provides more improved real-time performance than the default Linux kernels. The latencies and particularly the worst-case latencies are reduced with real-time support, thus making such devices running Linux with PREEMPT_RT more appropriate for use in time-sensitive embedded control systems and applications. Furthermore, the proposed performance measurements approach and evaluation methodology could be applied and deployed on other Linux-based real-time platforms.
APA, Harvard, Vancouver, ISO, and other styles
15

Zhang, Yin Pu. "Bluetooth Transmission System Based on Embedded Linux." Applied Mechanics and Materials 340 (July 2013): 778–82. http://dx.doi.org/10.4028/www.scientific.net/amm.340.778.

Full text
Abstract:
By analyzing the principles of blue tooth transmission, it turns out that the Four-Hierarchy Bluetooth Transmission System can be made by applying the embedded Linux technology. Comparison analysis showed that the data transmission between multiple Bluetooth devices is available through a system created upon the Bluez protocol and openobex protocol. Besides, this also proofed that a combination of Linux and Bluetooth can make it possible to create a fair stable data transmission system, which could be used as a reference for the application in other areas.
APA, Harvard, Vancouver, ISO, and other styles
16

Kovalenko, Roman Dmitrievich, and Aleksey Nikolaevich Makarov. "ELF dynamic analysis tool for IoT systems with symbolic execution." Proceedings of the Institute for System Programming of the RAS 34, no. 4 (2022): 35–48. http://dx.doi.org/10.15514/ispras-2022-34(4)-3.

Full text
Abstract:
As a result of background work on analysis in embedded Linux OS, the authors created the ELF (embedded linux fuzzing) tool that provides functionality for use in conventional dynamic analysis tools working with IoT devices. The article discusses the use of full-system symbolic execution for the analysis of IoT systems based on Linux kernels, describes how to integrate S2E full-system symbolic execution frameworks into the ELF tool environment, as well as the possibility of applicability of the resulting toolchain to the implementation of distributed hybrid IoT fuzzing.
APA, Harvard, Vancouver, ISO, and other styles
17

Xu, Wei, and Zhao Ming Liu. "Research and Implementation of Embedded CNC System Based on Linux." Advanced Materials Research 694-697 (May 2013): 2604–7. http://dx.doi.org/10.4028/www.scientific.net/amr.694-697.2604.

Full text
Abstract:
Through the in-depth analysis of the existing embedded CNC system software, this paper presents a design of embedded CNC system based on Linux, and describes the key technologies of the implementation in detail. This design is based on open Linux systems, can improve the system performance, reliability, reduce system development costs, so has some practical value.
APA, Harvard, Vancouver, ISO, and other styles
18

I nyoman, Edy saputra Edy, IGAP Raka Agung, and Yoga Divayana. "ED-255EK Embeded Education Platform Sebagai Modul Praktikum Embeded System Dengan Robot Arm Module Dan Voice Module." Majalah Ilmiah Teknologi Elektro 18, no. 1 (May 6, 2019): 91. http://dx.doi.org/10.24843/mite.2019.v18i01.p13.

Full text
Abstract:
Abstract— Literally embedded systems are defined as equipment that computes a particular job. Embedded Linux System was also developed as a means of education, one of which is ED-255EK Embedded Education Platform, designed to be very practical and consume very low power. ED-255EK is also equipped with a PXA255 processor that is compatible with ARM version 5TE ISA, so it can be used to carry out various kinds of lab work or experiments on embedded systems. The working principle of this tool begins with the configuration of data communication between Fedora Linux and ED-255EK. When the communication goes well, it is downloaded by the ED-255EK system to a laptop or computer that has been installed with the Fedora 9.0 Linux operating system. To take advantage of the ED-255FPGA module, driver module installation is required first, after which the application program is installed. Laptops or computers that have installed the Fedora 9.0 Linux operating system will act as input and output programs making it easier to monitor each module that is being run. The module used is the ARM 1923 Robot Module and Voice Module ED4321.
APA, Harvard, Vancouver, ISO, and other styles
19

Zhao, Guo Dong, Guo Yin Zhang, and Ai Hong Yao. "Research of Mechanism to System Flexibility Based on Embedded Real-Time System." Advanced Materials Research 108-111 (May 2010): 789–94. http://dx.doi.org/10.4028/www.scientific.net/amr.108-111.789.

Full text
Abstract:
This paper briefly describes the main ideas and coping strategies of mechanism to system flexibility based on embedded real-time system, designs the distributed system framework to system flexibility for the characteristics of embedded real-time systems. By building simulation testing environment based on RT-Linux real-time operating system, the impact of coping strategies of mechanism to system flexibility based on embedded real-time system and the distributed system framework to system flexibility on performance of RT-Linux was tested.
APA, Harvard, Vancouver, ISO, and other styles
20

Zhang, Kun, and Xi Wei Peng. "Design of Human Machine Interface Based on ARM and Linux." Applied Mechanics and Materials 241-244 (December 2012): 2714–17. http://dx.doi.org/10.4028/www.scientific.net/amm.241-244.2714.

Full text
Abstract:
In order to provide more convenient options for users and developers, the design of Human Machine Interface (HMI) based on ARM and embedded Linux is put forward. It makes full use of multiple peripherals of ARM and flexibility of Linux OS. Firstly, hardware design of the HMI system is presented. Then methods of embedded Linux transplanting and the device drivers programming are discussed. Finally, running results and applications of the designed HMI are considered. The design combines the features of traditional HMI and Micro Control Unit (MCU) HMI, including low cost, rich interfaces and easy programming.
APA, Harvard, Vancouver, ISO, and other styles
21

Wang, Jin He, Jun Liu, Bin Wang, Nan Zhang, and Yu Xi Gong. "Research and Application of Gene Amplification System Based on QT." Advanced Materials Research 850-851 (December 2013): 1251–54. http://dx.doi.org/10.4028/www.scientific.net/amr.850-851.1251.

Full text
Abstract:
Embedded GUI recently has been highlighted in the design of embedded products with the widespread use of embedded system for implementing the human-computer interaction function. A gene amplification system based on ARM embedded Linux OS is introduced. Combined with the requirement of PCR gene amplification system, this article using Samsung's S3C6410 core processor, the choice of Linux + Qt software scheme, built the hardware and software development environment and realized most functions of the gene amplification system GUI based on Qt integrated development environment, such as the real-time temperature curve display, the parameter settings of circulating process and other auxiliary functions showed on LCD. The results demonstrate that the system can reliably and stably run on the Linux system, support for touch screen driver interface for easy operation, excellent scalability, superior performance, beautiful interface, and basically meet the functional requirements of each module.
APA, Harvard, Vancouver, ISO, and other styles
22

Li, Xiao, Zhi Bin Zhang, and Xia Hong. "The Design of Embedded Control System in Knee-Joint Rehabilitation Trainer Based on S3C2440." Advanced Materials Research 201-203 (February 2011): 2435–40. http://dx.doi.org/10.4028/www.scientific.net/amr.201-203.2435.

Full text
Abstract:
To improve the general performance of knee-joint rehabilitation trainer (KRT), an embedded control system for the KRT based on embedded linux OS was designed, taking 32bits processor S3C2440 as core control unit. The overall scheme, hardware and software architectures of the system were designed. The key technologies dealing with the embedded linux drivers and the applications based on QT were studied. Experimental results proved that the designed embedded control system is reliable, easy to handle, and can control the KRT to realize isokinetic continuous passive motion and isokinetic active resistance motion. This can provide the guidance for the design of embedded control system in similar medical devices.
APA, Harvard, Vancouver, ISO, and other styles
23

Jiang, Zhe, Li Zhen Zhao, Xiao Yu Yang, Yong Shan Wang, Yi Man, and Qian Duan. "Vehicle Display and Control Terminal Design Based on the MPC5121e and Embedded Linux." Advanced Materials Research 1006-1007 (August 2014): 962–66. http://dx.doi.org/10.4028/www.scientific.net/amr.1006-1007.962.

Full text
Abstract:
The design program of Vehicle Display and Control Terminal was introduced, it was based on the Embedded Linux which developed on the MPC5121e hardware platform. Through kernel cutting and transplanting of the Embedded Linux operating system, and transplanting the new generation of the Altia Designer to the MPC5121e hardware platform, the graphical user interface software of Vehicle Display and Control Terminal was developed successfully.
APA, Harvard, Vancouver, ISO, and other styles
24

Zang, Chuan Qiang, Ming Yu Gao, and Zhi Wei He. "The Transplantion and Realization of Qt4.7.0 Based on ARM9 and Linux." Applied Mechanics and Materials 719-720 (January 2015): 527–33. http://dx.doi.org/10.4028/www.scientific.net/amm.719-720.527.

Full text
Abstract:
With continuous improvement and update of embedded Linux kernel, embedded technology has been widely used in handheld devices and industrial control field. Therefore, a user-friendly graphical user interface (GUI) is essential for these applications. This paper firstly presents the design method for transplanting Qt on embedded platform of ARM9. Secondly it elaborates the device driver development and Qt interface development in Linux system with a Qt test program. All transplantation method of Qt and test program have been tested and verified on the ARM9 platform.
APA, Harvard, Vancouver, ISO, and other styles
25

K S, Sahana, Maanas M D, and M. Govinda Raju. "Test Automation Framework for Embedded Linux Testing." Journal of University of Shanghai for Science and Technology 23, no. 06 (June 17, 2021): 633–39. http://dx.doi.org/10.51201/jusst/21/05311.

Full text
Abstract:
Software testing is one of the most important steps before its official roll–out to the market. Testing of embedded software is a very complex, tedious, and time–consuming process. Manual execution of the test cases can pose a huge challenge to the test engineers in terms of the time consumed to execute and compile the results of hundreds of test cases. This paper presents a solution to automate the entire process of build and install of Board Support Package (BSP) using Jenkins, along with the automation of the testing process using Linaro Automation and Validation Architecture (LAVA). The proposed design is validated in a BSP testing environment to show the ease of testing using the framework mentioned in this paper.
APA, Harvard, Vancouver, ISO, and other styles
26

Langer, Henrik, and Robert Manzke. "Embedded Multichannel Linux Audiosystem for Musical Applications." Journal of the Audio Engineering Society 66, no. 4 (April 29, 2018): 286–91. http://dx.doi.org/10.17743/jaes.2018.0022.

Full text
APA, Harvard, Vancouver, ISO, and other styles
27

Geer, D. "Survey: Embedded Linux Ahead of the Pack." IEEE Distributed Systems Online 5, no. 10 (October 2004): 3. http://dx.doi.org/10.1109/mdso.2004.28.

Full text
APA, Harvard, Vancouver, ISO, and other styles
28

Olivier, Pierre, Jalil Boukhobza, and Eric Senn. "On benchmarking embedded Linux flash file systems." ACM SIGBED Review 9, no. 2 (June 2012): 43–47. http://dx.doi.org/10.1145/2318836.2318844.

Full text
APA, Harvard, Vancouver, ISO, and other styles
29

Tao, Li, and Pei-wei Huang. "Automatic software install/update for embedded Linux." Journal of Shanghai Jiaotong University (Science) 13, no. 1 (February 2008): 107–9. http://dx.doi.org/10.1007/s12204-008-0107-7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
30

Patel, Jigneshkumar J., Nagaraj Reddy, Praveena Kumari, Rachana Rajpal, Harshad Pujara, R. Jha, and Praveen Kalappurakkal. "Embedded Linux platform for data acquisition systems." Fusion Engineering and Design 89, no. 5 (May 2014): 684–88. http://dx.doi.org/10.1016/j.fusengdes.2014.03.027.

Full text
APA, Harvard, Vancouver, ISO, and other styles
31

Yan, Zhang Cheng, and Pang Xiao Fen. "Design and Applications of Embedded System in Video Surveillance." Applied Mechanics and Materials 596 (July 2014): 536–39. http://dx.doi.org/10.4028/www.scientific.net/amm.596.536.

Full text
Abstract:
In this paper, we select the ARM11 S3C6410 processor and embedded Linux system using the system needs to build a development environment. Studied in the embedded Linux operating system USB video capture device driver modules, collecting network video surveillance system implemented by V4L2 driver framework. Video capture program primarily through ioctl system function calls to access V4L2 driver framework. Completion of real-time video transmission via RTP / RTCP protocol. In addition, the Web server development platform porting.
APA, Harvard, Vancouver, ISO, and other styles
32

Tan, Hua, Xiao Li Liu, Xue Xia Li, and Guo Qiang Zhao. "Electronic Data Interchange on Logistics System Based on Embedded Linux." Applied Mechanics and Materials 513-517 (February 2014): 2129–32. http://dx.doi.org/10.4028/www.scientific.net/amm.513-517.2129.

Full text
Abstract:
EDI is an important part of logistics information technology and is also the basis and prerequisite of the implementation for supply chain logistics information system. This paper researches on electronic data interexchange of embedded Linux to promote EDI technology to be widely used in the field of logistics control. First, the paper studies kernel structure of embedded Linux that includes process scheduling, memory management, virtual file system, network interface, inter-process communication and methods and procedures of kernel cutting; then, we can research a number of issues in the logistics field of electronic data interchange supported by embedded Linux. The issues include workflow, hierarchical structure and main applications and so on. Contents of this paper extend the application area and support environment of EDI. In addition, it is an important research direction in logistics informatization used EDI technology.
APA, Harvard, Vancouver, ISO, and other styles
33

Leng, Jian Wei, and Shai Dai. "Research and Design of Embedded Crane Video Transfer System." Applied Mechanics and Materials 496-500 (January 2014): 1609–12. http://dx.doi.org/10.4028/www.scientific.net/amm.496-500.1609.

Full text
Abstract:
This paper introduces design of embedded video monitoring system based on V4L2; system uses DM3730 as the hardware platform, with the Linux operating system as the software platform, chooses Boa as the embedded Web server. We use the V4L2 interface functions to achieve video capture under Linux, video data acquisition using the latest video coding standard H.264 encoding. The encoded video data transmits through wireless network, uses FFmpeg technology in the remote monitoring terminal to realize the video decoding and playing.
APA, Harvard, Vancouver, ISO, and other styles
34

Kovalenko, Roman Dmitrievich, and Alexey Nikolaevich Makarov. "Dynamic analysis of IoT systems based on full-system emulation in QEMU." Proceedings of the Institute for System Programming of the RAS 33, no. 5 (2021): 155–66. http://dx.doi.org/10.15514/ispras-2021-33(5)-9.

Full text
Abstract:
The sweeping evolution of the Internet of Things (IoT) requires the development of methods and tools for analyzing such devices. A significant part of similar devices run under operating systems (OS) of the Linux family. Direct application of existing tools for analyzing software (SW) of this class of devices is not always possible. In the process of researching embedded Linux OS, the ELF (embedded linux fuzz) tool was created, which is presented in this work. The article deals with the analysis of systems built exclusively on the basis of Linux kernels. ELF environment is designed for dynamic analysis of devices based on full-system emulation in QEMU. ELF was based on the following aspects: performing software testing and analysis of real devices in an environment as close as possible to their «native» execution environment; integration with existing fuzzing tools; the ability to conduct distributed analysis.
APA, Harvard, Vancouver, ISO, and other styles
35

Chen, Xu Dong, Ling Cheng Kong, Zhi Hua Zhang, Dan Wang, and Tao Mei. "Design of USB Interface Driver for WSNs Node Tester Based on Embedded Linux." Applied Mechanics and Materials 40-41 (November 2010): 266–71. http://dx.doi.org/10.4028/www.scientific.net/amm.40-41.266.

Full text
Abstract:
Based on the analysis of the design of USB peripheral driver program under embedded Linux and considering of the hardware characteristics of USB interface of the Portable WSNs Node Tester, the USB interface drive program for the Portable WSNs Node Tester based on the embedded Linux was designed by the way of kernel module. The WSNs Node connected the Tester through the USB interface, information transmission between the Tester and the WSNs Node was successfully realized.
APA, Harvard, Vancouver, ISO, and other styles
36

Sari, Renny Puspita, and Fiqri Syah Redha. "Sistem Pendukung Keputusan Pemilihan Distro Linux Menggunakan Metode Simple Additive Weighting (SAW)." Jurnal Sistem Komputer dan Informatika (JSON) 2, no. 3 (May 30, 2021): 348. http://dx.doi.org/10.30865/json.v2i3.3039.

Full text
Abstract:
Linux is a kernel whose development has been very active since it was first released to the public. With a large community, Linux development has penetrated into various fields in the world of computerization, including personal computers. Today, Linux can be used on a variety of devices from personal computers to embedded systems. The development is very active thanks to the large community and Linux adopting open source, many developers are making their own version of the Linux-based operating system. Versions and types of Linux-based operating systems are called distros or distributions. The number of versions and types of Linux-based operating systems, of course, confuses users who are trying Linux for the first time or who want to fully switch to Linux from another operating system. Decision support systems can provide alternative solutions for those users who are confused about choosing a Linux distribution. By using the Simple Additive Weighting (SAW) method, the existing criteria can be used as benchmarks in determining the Linux distribution of choice and therefore the accuracy of the system can exceed 90%
APA, Harvard, Vancouver, ISO, and other styles
37

Liu, Qiang, Guo Hua Fu, Xin Ge Lian, and Jun Wang. "Based on ARM Embedded Remote Data Acquisition System." Advanced Materials Research 614-615 (December 2012): 1566–69. http://dx.doi.org/10.4028/www.scientific.net/amr.614-615.1566.

Full text
Abstract:
Because of the data acquisition system is more and more wide application range, involved the signal source and the type of more and more of the requirement of measurement, more and more is also high, the domestic now has quite a few data collection system and measurement, but many systems are simple function, and acquisition channel, the sampling rate is low, less complex operation, and higher requirements for test environment. People need a wide application range, high performance/price ratio of data acquisition system. In this paper, the main content is the use of ARM9 processor C2440A primarily controller series 3, design an embedded data acquisition system. Using ARM9 chip do microprocessor design remote data acquisition system, through the embedded Linux system video data collection USB cameras, the JPEG compression coding, ARM9 chip control data acquisition by most industrial environmental restrictions for collection system that has a large capacity of the storage and wireless forwarding function. This paper to S3C2440A as the core, with A piece of FPGA and A piece of Ethernet CS8900A controller for auxiliary to realize the digital parts of the system hardware, analog part two way by the A/D acquisition, variable gain amplifier and basic amplifying circuit component. The system also realize the SD card memory function and various interface such as serial ports and JTAG mouth. In the software of realized in development platform on Linux system of transplantation, separately from the Bootloader transplantation, Linux kernel transplantation and root file system, the establishment of the three are expounded. And completion of the A/D converter, SD card and CS8900A in the drive design under Linux, and finally the data acquisition, storage design and forwarding program.
APA, Harvard, Vancouver, ISO, and other styles
38

Qu, Bo, and Zhong Xue Yang. "Design of Web Based Secure Embedded System in C." Applied Mechanics and Materials 347-350 (August 2013): 1635–40. http://dx.doi.org/10.4028/www.scientific.net/amm.347-350.1635.

Full text
Abstract:
This paper describes the design and implementation of Web based secure embedded system, including tiny secure Web server, embedded system-based CGI library, and utilities for security, such as CAPTCHA program and mail sending program. The entire system is designed in C by the author of this paper on Linux platform with GNU tool chain. A Web based secure embedded application demo system is also designed to show the architecture and running effect. On the premise of implementing essential functions, the scale of the system is designed as small as possible therefore it is suitable not only for embedded Linux development on Web based applications but also for embedded system course teaching in colleges and universities. By some further extensions, it can also be used on development of general Web based MIS.
APA, Harvard, Vancouver, ISO, and other styles
39

Wang, Haibo, Tieshi Song, Liying Wang, Lei Yan, and Lei Han. "Fuzzy C-Means Algorithm-Based ARM-Linux-Embedded System Combined with Magnetic Resonance Imaging for Progression Prediction of Brain Tumors." Computational and Mathematical Methods in Medicine 2022 (March 15, 2022): 1–10. http://dx.doi.org/10.1155/2022/4224749.

Full text
Abstract:
The aim of this research was to analyze the application of fuzzy C-means (FCM) algorithm-based ARM-Linux-embedded system in magnetic resonance imaging (MRI) images for prediction of brain tumors. The optimized FCM (OFCM) algorithm was proposed based on kernel function, and the ARM-Linux-embedded imaging system was designed under ARM9 chip and Linux recorder, which were applied in MRI images of brain tumor patients. It was found that the sensitivity, specificity, and accuracy of the OFCM algorithm (90.46%, 88.97%, and 97.46%) were greater obviously than those of the deterministic C-means clustering algorithm (80.38%, 77.98%, and 85.24%) and the traditional FCM algorithm (83.26%, 79.56%, and 86.45%), and the difference was statistically substantial ( P < 0.05 ). The ME and running time of the OFCM algorithm decreased sharply in contrast to those of the deterministic C-means clustering algorithm and the traditional FCM algorithm ( P < 0.05 ). There were great differences in fraction anisotropy (FA) and mean diffusion (MD) of tumor parenchymal area, surrounding edema area, and normal white matter area ( P < 0.05 ). FA of stage III+IV was smaller than those of stage I and II ( P < 0.05 ), while the apparent diffusion coefficient (ADC) of stage III+IV was greater than that of stage I and II ( P < 0.05 ). In conclusion, the poor update data processing and low data clustering efficiency of FCM were solved by OFCM. Moreover, computational efficiency of ARM-Linux-embedded imaging system was improved, so as to better realize the prediction of brain tumor patients through ARM-Linux-embedded system based on adaptive FCM incremental clustering algorithm.
APA, Harvard, Vancouver, ISO, and other styles
40

Ming, Hou, and Chen Qi. "Design and Implementation of Video Acquisition System Based on Embedded Linux." Advanced Materials Research 129-131 (August 2010): 1432–37. http://dx.doi.org/10.4028/www.scientific.net/amr.129-131.1432.

Full text
Abstract:
Through the research of current video data acquisition, this paper presents a design program for the video data acquisition system based on Linux system. The system has a modular design idea, and the various parts of which are coordinated with each other to form a complete image video acquisition system. The real-time multi-task mechanism of Linux operating system can not only meet the real time requirement, but also has good scalability.
APA, Harvard, Vancouver, ISO, and other styles
41

Qu, Bo. "Design of Executing ELF Files for ARM Based Multi-Process Mono-Kernel Embedded OS." Applied Mechanics and Materials 373-375 (August 2013): 1630–33. http://dx.doi.org/10.4028/www.scientific.net/amm.373-375.1630.

Full text
Abstract:
This paper describes the design and implementation of executing ELF files on an ARM based multi-process mono-kernel embedded operating system, including overview of ELF files, and key techniques of loading and executing ELF files. At the final, the paper provides some demo examples to show the effects of a simple shell interpreter and typical shell commands, echo, date, and pwd. The entire embedded operating system including the routines of executing ELF files are developed by the author of this paper on Linux with GNU tool chain, based on which more powerful shell interpreter and shell commands analogous to that of embedded Linux can be designed.
APA, Harvard, Vancouver, ISO, and other styles
42

Sun, Lu Yong, Chun Kuan Lin, and Kai Chen. "Research of Image Acquisition and Processing System of the Flow Meter Verification Equipment Based on Embedded Linux System." Applied Mechanics and Materials 236-237 (November 2012): 521–25. http://dx.doi.org/10.4028/www.scientific.net/amm.236-237.521.

Full text
Abstract:
Aiming at the requirement of technique improvement for the flow meter verification equipment, the image acquisition and processing technology is combined with the embedded Linux system for obtaining the reading value of the verifying flow meter. A low-cost and moderate function image acquisition and processing embedded system was designed. The system runs on the ARM9 which is embedded with Linux operation system. It can realize the image acquisition of the reading value of the meter, image preprocessing, character positioning, segmentation and recognition based on OpenCV advanced programming, and then display the recognized data results. The research of our project may have a certain reference value for the application and exploring of the image acquisition and processing based on embedded systems in the instrument application.
APA, Harvard, Vancouver, ISO, and other styles
43

Cui, Guang Zhao, Song Jin, Zhi Hong Hu, Jin Chao Guo, and Jun Shi. "Design of ZigBee Network Test and Control System Based on S3C2410." Advanced Materials Research 108-111 (May 2010): 637–41. http://dx.doi.org/10.4028/www.scientific.net/amr.108-111.637.

Full text
Abstract:
Designed the ZigBee network test and control system. The key points of transplanting embedded OS linux were introduced£and the embedded ARM-linux development platform was designed£A ZigBee wireless sensor network monitoring system based on the platform was achieved£JN5121 as a single-chip microprocessor was designed to be wireless microcontroller£while S3C2410 with an advanced ARM9 core and JN5121 were made to be net data concentrator£The design has high rate hardware reusing device that can well communicate with remote control center.
APA, Harvard, Vancouver, ISO, and other styles
44

Yu, Wan Tao. "Design Practical System Based on Packet Tracer Technology." Applied Mechanics and Materials 687-691 (November 2014): 2897–900. http://dx.doi.org/10.4028/www.scientific.net/amm.687-691.2897.

Full text
Abstract:
This paper combines with the actual background of the university experiment teaching of computer network, analyzes the construction situation and the existing problems of networking practical training system. Then it designs and implements the network practical training system based on embedded platform. The system mainly consists of three parts: the experiment control system, embedded experiment box and training courses. PC Terminal as the client of experimental control system is developed based on .NET/C#, which supports user login via online or offline mode, updating training courses intelligently and etc. Based on ARMS embedded microprocessor and embedded Linux operating system, it designs and implements the embedded experiment box ServerBox, which interacts with user by matrix keyboard and QT interface, analyzes network protocols based on Netfilter framework in Linux kernel, and extends ARP packet processing driver in Linux kernel to implement the visual analysis and intervention for ARP protocol. The PC Terminal has a connection with ServerBox by serial port, and communicates with each other by user-defined protocol. The system has passed the project acceptance inspection, and the first edition has been used in many colleges and universities. Its effect in improving students' knowledge and practice skills for the principle of network has been gaining recognition.
APA, Harvard, Vancouver, ISO, and other styles
45

Shi, Xin Jun, Xi En Ye, and Chang Ye Li. "WiFi Wireless Video Transmission Technology's Application in Intelligent Home." Advanced Materials Research 846-847 (November 2013): 1487–90. http://dx.doi.org/10.4028/www.scientific.net/amr.846-847.1487.

Full text
Abstract:
This Paper takes WiFi wireless video transmission as the technical basis, realized a remote WiFi video system through embedded Linux system, and successfully applyed it in the intelligent home control.The WiFi module is based on IEEE802.11n wireless protocol, which improves the highest transmission rate to 300 Mbps. Wireless camera capture video data and use H.264 to encode it, which greatly reduces the consume of the wireless bandwidth.The PDA terminal is implemented to comunicate with embedded Linux system via TCP/IP protocol, while the data is encrypted by TLS/SSL protocol.
APA, Harvard, Vancouver, ISO, and other styles
46

Zhang, Jian Hu, Lei Lei, Jia Feng Li, Xin You Cui, and Yong Wu. "Research on Electronic Equipment Fault Diagnosis Expert System Based on Embedded Linux." Advanced Materials Research 683 (April 2013): 837–40. http://dx.doi.org/10.4028/www.scientific.net/amr.683.837.

Full text
Abstract:
This paper elaborate one circuit fault diagnosis method about electronic equipment circuit detection combined with expert system on ARM9 and embedded Linux platform and design CLIPS expert system using DSP combined with CPLD data acquisition, making full use of DSP high for-speed data processing capability and then passing the data to the Embedded Linux system operation. Expert system implemente a real-time fault diagnosis according to the the predefined fault diagnosis Knowledge. Compared with traditional testing equipment, the expert system has the advantage of knowledge updating conveniently, high fault diagnosis accuracy rate, etc.
APA, Harvard, Vancouver, ISO, and other styles
47

Yao, Ming, Jing Zhong Xu, and Lin Jian Huang. "Transplant of Qt/E Application Based on QQ2440V3 Platform." Advanced Materials Research 457-458 (January 2012): 1577–80. http://dx.doi.org/10.4028/www.scientific.net/amr.457-458.1577.

Full text
Abstract:
With the development of embedded system, the implementation of application based on Qt and embedded Linux is an emphasis in researching the embedded GUI system. This paper introduces the cross compiling process and Qt/Embedded, and then describes how to develop the applications on Qt/Embedded. The methods in this paper have been validated on this developing platform(QQ2440V3).
APA, Harvard, Vancouver, ISO, and other styles
48

Wang, Qi, and Wen Ping Mu. "The Research on Fire Fighting System of Industrial and Civil Buildings Based on Network Video." Applied Mechanics and Materials 595 (July 2014): 237–42. http://dx.doi.org/10.4028/www.scientific.net/amm.595.237.

Full text
Abstract:
With the rapid development of the electronic technology, multimedia technology and network technology, video surveillance system is going to the embedded, digital, networked direction. Taking full advantage of LSI and networks of scientific and technological achievements, the embedded video surveillance system achieves delicate volume, stable performance, facilitates the communication of the surveillance equipment.The project is in arm microprocessor platform, and porting embedded linux system in it. It completes video capturing, compression, transmission and control tasks. The hard devices select the ARM9 (S3C2410) as the main processor in the system; and the USB camera as the device of video capture. In order to reduce the cost of the product, Based on the architecture and with the open source software in linux, the whole embedded video surveillance system is implemented.
APA, Harvard, Vancouver, ISO, and other styles
49

Ben Yehuda, Raz, Michael Kiperberg, and Nezer Jacob Zaidenberg. "Nanovised Control Flow Attestation." Applied Sciences 12, no. 5 (March 4, 2022): 2669. http://dx.doi.org/10.3390/app12052669.

Full text
Abstract:
This paper presents an improvement of control flow attestation (C-FLAT) for Linux. C-FLAT is a control attestation system for embedded devices. It was implemented as a software executing in ARM’s TrustZone on bare-metal devices. We extend the design and implementation of C-FLAT through the use of a type 2 Nanovisor in the Linux operating system. We call our improved system “C-FLAT Linux”. Compared to the original C-FLAT, C-FLAT Linux reduces processing overheads and is able to detect the SlowLoris attack. We describe the architecture of C-FLAT Linux and provide extensive measurements of its performance in benchmarks and real-world scenarios. In addition, we demonstrate the detection of the SlowLoris attack on the Apache web server.
APA, Harvard, Vancouver, ISO, and other styles
50

Wang, Lei, Shi Wei Zhu, and Jun Feng Yu. "Transplant and Tailor of gSOAP Based on Embedded Linux." Applied Mechanics and Materials 303-306 (February 2013): 2445–48. http://dx.doi.org/10.4028/www.scientific.net/amm.303-306.2445.

Full text
Abstract:
In this paper, an open source web service software—gSOAP which is transplanted to the embedded Linux is proposed. Web service is not only an application entity for building applications, but also a distributed applications platform which runs operations interoperably. It can also execute all kinds of operating systems (OS) which support HTTP protocol. With the rapid development of the embedded system, lots of open-source software is transplanted to the embedded platform by embedded operating systems.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography