phoenix-rtos-project icon indicating copy to clipboard operation
phoenix-rtos-project copied to clipboard

armv7a7-imx6ull-evk: can't communicate with psh

Open damianloew opened this issue 2 years ago • 5 comments

For the latest commit in phoenix-rtos-project (d464da30ea18b1c79764fa841f91a23b261ea070). When uploading image to ram as required (https://github.com/phoenix-rtos/phoenix-rtos-doc/blob/master/quickstart/armv7a7-imx6ull.md) it seems like uart read does not work. There are no characters printed when entering them on the keyboard. Buliding with the following command: TARGET=armv7a7-imx6ull-evk ./phoenix-rtos-build/build.sh clean core fs image project Screenshot from 2022-06-13 11-20-21

damianloew avatar Jun 13 '22 09:06 damianloew

The latest commit that works fine: de6a0627fcfd6d8229d557513e1ef7c9d7c0b9e1

damianloew avatar Jun 13 '22 09:06 damianloew

The commit in phoenix-rtos-devices that causes the issue: https://github.com/phoenix-rtos/phoenix-rtos-devices/commit/ba3a267df9f35a3161f4e4e2ca4e9990c198ebea

damianloew avatar Jun 13 '22 09:06 damianloew

It's the following change (not sure why was it applied): Screenshot from 2022-06-13 11-45-22

damianloew avatar Jun 13 '22 09:06 damianloew

now RX doesn't work if the device isn't open (which is the correct behavior and saves some cpu clocks). Please verify if psh correctly opens the tty device file (maybe it's a problem with psh input params)

nalajcie avatar Jun 14 '22 12:06 nalajcie

After setting this macro console works, but very 'slowly' Screenshot from 2022-06-21 16-27-45

output2

damianloew avatar Jun 21 '22 14:06 damianloew

It seems to no longer occur, when using b64d8e617b5e68b6df4d6781a8ed1328a5ed1783 phoenix-rtos-project revision.

damianloew avatar Dec 22 '22 11:12 damianloew