Updated on 2024/09/19

写真a

 
LI Yixiao
 
Organization
Graduate School of Informatics Center for Embeded Computing Systems Designated assistant professor
Title
Designated assistant professor

Research Areas 2

  1. Informatics / Software

  2. Informatics / Computer system

Research History 2

  1. Nagoya University   Graduate School of Informatics, Center for Embeded Computing Systems   Designated assistant professor

    2022.4

  2. Nagoya University   Graduate School of Informatics Center for Embeded Computing Systems   Researcher

    2018.4 - 2022.3

Awards 2

  1. Specially Selected Paper

    2024.9   Journal of Information Processing   A Multi-core RTOS Benchmark Methodology To Assess System Services Under Contentions

    Yixiao Xing, Yixiao Li, Hiroaki Takada

  2. Best Software Paper Award

    2020.9   Japan Society for Software Science and Technology   EV3RT: A Real-time Software Platform for LEGO Mindstorms EV3

 

Papers 9

  1. A Multi-core RTOS Benchmark Methodology To Assess System Services Under Contentions Reviewed

    Yixiao Xing, Yixiao Li, Hiroaki Takada

    Journal of Information Processing   Vol. 32   page: 829 - 843   2024

     More details

    Publishing type:Research paper (scientific journal)   Publisher:Information Processing Society of Japan  

    DOI: 10.2197/ipsjjip.32.829

  2. A Performance Evaluation of Embedded Multi-core Mixed-criticality System Based on PREEMPT_RT Linux Reviewed

    Yixiao Li, Yutaka Matsubara, Hiroaki Takada, Kenji Suzuki, Hideaki Murata

    Journal of Information Processing   Vol. 31   page: 78 - 87   2023

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Information Processing Society of Japan  

    DOI: 10.2197/ipsjjip.31.78

  3. iSotEE: A Hypervisor Middleware for IoT-Enabled Resource-Constrained Reliable Systems Reviewed

    Yixiao Li, Hiroaki Takada

    IEEE Access   Vol. 10   page: 8566 - 8576   2022

     More details

    Publishing type:Research paper (scientific journal)   Publisher:Institute of Electrical and Electronics Engineers ({IEEE})  

    DOI: 10.1109/ACCESS.2022.3144044

  4. Collision Risk Assessment Service for Connected Vehicles: Leveraging Vehicular State and Motion Uncertainties Reviewed

    Lu Tao, Yousuke Watanabe, Yixiao Li, Shunya Yamada, Hiroaki Takada

    IEEE Internet of Things Journal   Vol. 8 ( 14 ) page: 11548 - 11560   2021.7

     More details

    Publishing type:Research paper (scientific journal)   Publisher:Institute of Electrical and Electronics Engineers ({IEEE})  

    DOI: 10.1109/JIOT.2021.3059222

  5. esprof: A Generic Profiling Infrastructure for Multi/Many-Core Embedded Systems Reviewed

    Yixiao Li

    Computer Software     2020.1

     More details

    Language:Japanese   Publishing type:Research paper (scientific journal)  

    DOI: 10.11309/jssst.37.1_54

  6. Energy-Efficient Intra-task DVFS Scheduling Using Linear Programming Formulation Reviewed

    Yixiao Li

    IEEE Access   Vol. 7   page: 30536 - 30547   2019

     More details

    Publishing type:Research paper (scientific journal)  

    DOI: 10.1109/access.2019.2902353

  7. A comparative analysis of RTOS and linux scalability on an embedded many-core processor Reviewed

    Yixiao Li, Yutaka Matsubara, Hiroaki Takada

    Journal of Information Processing   Vol. 26   page: 225 - 236   2018.1

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Information Processing Society of Japan  

    Current embedded systems are usually based on real-time operating system (RTOS). In the near future, embedded systems will include parallel applications for tasks like autonomous driving, and adopt many-core processors to satisfy the performance requirements. However, traditional RTOSes are not designed for high performance applications and whether they can scale well on many-core processors remains unclear. Meanwhile, research has shown that Linux can provide good scalability for processors with tens of cores. In this paper, an experiment environment based on a traditional multi-core RTOS (TOPPERS/FMP) and an off-the-shelf 72-core many-core processor (TILE-Gx72) is presented. By a comparative analysis of RTOS based and Linux based runtime systems, several bottlenecks in RTOS are identified and the methods to avoid them are proposed. After that, the PARSEC benchmark suite is used to evaluate the performance of RTOS and Linux. The results show that the optimized RTOS runtime system tends to deliver better scalability than Linux in many cases. Therefore, we believe that traditional RTOS like TOPPERS/FMP can still be a good choice for embedded many-core processors in the near future.

    DOI: 10.2197/ipsjjip.26.225

    Scopus

  8. EV3RT: A Real-time Software Platform for LEGO Mindstorms EV3 Reviewed

    Yixiao Li

    Computer Software   Vol. 34 ( 4 ) page: 4_91 - 4_115   2017

     More details

    Language:English   Publishing type:Research paper (scientific journal)   Publisher:Japan Society for Software Science and Technology  

    EV3RT is, to our knowledge, the first RTOS-based software platform for LEGO Mindstorms EV3 robotics kit. It is faster and more suitable for developing applications with real-time requirements than other existing software platforms. In practice, EV3RT has been selected as one of the officially supported platforms of ET Robocon, a popular robot competition in Japan, since 2015 and used by many participating teams to make their robots accomplish the assigned tasks more stably and precisely. In this paper, the usage and architecture of EV3RT are firstly introduced. We then explain TOPPERS/HRP2 kernel, the RTOS of EV3RT, and how to use its protection functionalities to build a reliable platform. A mechanism to support dynamic module loading in a static RTOS is proposed to implement the application loader for EV3RT. Implementation techniques like approach to reusing Linux device drivers are also described. Finally, the advantages of EV3RT are shown by evaluating and comparing its performance with other platforms.

    DOI: 10.11309/jssst.34.4_91

  9. A Platform for LEGO Mindstorms EV3 Based on an RTOS with MMU Support Reviewed

    Yixiao Li, Takuya Ishikawa, Yutaka Matsubara, Hiroaki Takada

    OSPERT 2014     2014.7

     More details

    Authorship:Lead author   Publishing type:Research paper (international conference proceedings)  

▼display all

MISC 1

  1. An RTOS-based Platform for LEGO Mindstorms EV3

    LI YIXIAO, ISHIKAWA TAKUYA, MATSUBARA YUTAKA, TAKADA HIROAKI

    IEICE technical report. Dependable computing   Vol. 113 ( 498 ) page: 193 - 198   2014.3

     More details

    Language:English   Publisher:The Institute of Electronics, Information and Communication Engineers  

    In this paper, we describe the design and implementation of a platform for developing real-time applications running on LEGO Mindstorms EV3. The platform is based on the TOPPERS/HRP2 kernel and the porting of the kernel is also described. Many device drivers such as PWM controlling and Bluetooth are developed for this platform. The development work has been reduced a lot by proposing an approach to reuse the Linux kernel-space device drivers. An API for C language is implemented and its performance is evaluated. At last, we show the development process of our platform by developing a sample program for a self-balancing robot.

    CiNii Books