Hi experts,
[Basic Information]
Evaluation board:TMDXEVM3358
SDK used: PROCESSOR-SDK-LINUX-AM335X
SDK version:07.03.00.005
[What we did]
After installing the above SDK, run create-sdcard.sh in the bin folder and select "tisdk-default-image-am335x-evm.tar.xz" under "Install pre-built image from SDK". Insert the SD card with the image written into the SD card socket of EVM, and confirmed that it can boot and communicate serially.
[Questions]
Q1:Have you found out why matrix-gui-2.0 does not start unless weston is stopped once?
Since matrix-gui-2.0 does not start by default, I sent the command "/etc/init.d/matrix-gui-2.0 start" via serial communication and tried to start gui-matrix-2.0, but it gave me the error message "already started; not starting." and could not start. After checking the forums, I found that restarting weston would start it, so I executed the following commands. I would like to know how to avoid executing the above commands if possible.
/etc/init.d/weston stop
/etc/init.d/weston start
/etc/init.d/matrix-gui-2.0 start
Q2:I would like to evaluate the flick-swipe operation, is there any samples, etc.?
The SD card that came with EVM had a GUI demo for flick-swipe operation, but it does not seem to exist in the default image of this SDK.
Q3:Is it correct to proceed with the following information when running the ubuntu desktop environment on am335x?
https://elinux.org/Beagleboard:Desktops_On_Ubuntu/Debian
At first, we had an image of running an application on Ubuntu desktop environment (GUI), but the SDK is only Yocto based. I found "am335x-evm.dtb" in the following Ubuntu image, so I think it is possible.
Best rgards,
O.H