Skip to content

DV-AG/rtems_bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To reproduce this bug the following requirements must be must:

  • configured, built and installed zynqmp_qemu BSP of aarch64 toolchain.
  • Having RTEMS built with RTEMS_DEBUG = True in your config.ini.

Do the following things to reproduce the bug:

  • Go to your app folder in quick-start.
  • clone this repo into a folder named rtems_bug
  • run the following commands:

./waf clean

./waf configure --rtems=$(Your path to quick-start folder)/quick-start/rtems/7 --rtems-bsp=aarch64/zynqmp_qemu

./waf

qemu-system-aarch64
-machine xlnx-zcu102
-m 1024
-nographic
-no-reboot
-kernel build/aarch64-rtems7-zynqmp_qemu/hello.exe

About

This repo contains the code for the app hello which I created to reproduce the bug of malloc_info() call changing heap state in RTEMS on zynqmp_qemu BSP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors