phoenix-rtos / phoenix-rtos-project

Sample project using Phoenix-RTOS
https://phoenix-rtos.com
BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

armv8r52-mps3an536-qemu little kernel memory map #1171

Closed adamdebek closed 2 weeks ago

adamdebek commented 4 weeks ago

around 3GB of ddr memory is declared: image But only 431KB is available: image

Due to this issue following psh tests fail: kill. mkdir, touch, exit

mateusz-bloch commented 3 weeks ago

Behavior on the current master (8547e58) is as follows when trying to runarmv8r52-mps3an536-qemu.sh

Phoenix-RTOS loader v. 1.21 rev: 296a9d4
hal: Cortex-R52 MPS3-AN536
cmd: Executing pre-init script
console: Setting console to 0.2
Cannot allocate memory for 'phoenix-armv8r52-mps3an536.elf'
agkaminski commented 2 weeks ago

Seems to be working fine as of https://github.com/phoenix-rtos/phoenix-rtos-project/commit/bacc9cda61fb6d4be663c7fa781c5cbb7d108ce5

Original issue "fixed" in https://github.com/phoenix-rtos/phoenix-rtos-kernel/commit/74b869b07f93a8fc4dc8d81093f85a34677ecc6b

So I'm closing the issue