mopplayer / uCOSII_RPi

Porting uCOSII and User Application to the RPi
2 stars 7 forks source link

OSTImeDly issue #1

Open Hichem750 opened 3 years ago

Hichem750 commented 3 years ago

Hello, I have an issue with this project. After loading the kernel7.img in the sd of the raspberry pi 2 without changing anything, I have only the message : "in UserApp2"

when I delete the last line "OSTimeDly in the task 2 the message "in UserApp1" appears but that's all.

It seems that the OSTimeDly stop the program. Someone can help me please ?

mopplayer commented 3 years ago

Hi,

You could make a new and clean SD card (Raspbian OS). And try again.

Hichem750 commented 3 years ago

Hi,

I try again with a new and clean Raspbian OS then i copy the kernel7.img in the boot partition but it happens the same thing. I also try with a Yocto (zeus version) Linux distribution for raspberry pi 2 and it happens the same thing, I have only one message that appear "userApp2".

mopplayer commented 3 years ago

Hi,

If you still get stuck somewhere, please try another toolchain to cross-compile the source.

Hichem750 commented 3 years ago

Hi,

thanks for your response. I try the 2 toolchains in the project but no success.

Is it working for you in a raspberry pi 2 ? what version of Raspbian OS are you using ?