This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
In my project, I need to work low level and high level together and I have beagleBone Black Rev.C platform. As you know, This board has Debian os on the eMMC by default, so first I try to use the same OS. Then I install Gnom GUI to be user friendly (because I’m a beginner in linuxJ )via common commands such as :
Sudo Apt-get --reinstall gnome
And then I ran peripherals using Adafruit_BBIO library so easy.
But now I want using SDK rt-linux that recommended by TI, because of it’s compatibility with hardware and CCS for example. And because of good TI support.
So I download “am335x-evm-linux-rt-04.00.00.04.img.zip” and then I write the image on the SD card with this training:
“processors.wiki.ti.com/.../Processor_SDK_Linux_Creating_a_SD_Card_with_Windows”
then I placed the SD card back in to my beagleBone black. After booting the SDK rt-linux, "please wait .." appeared on monitor. then I pressed Ctrl-Alt-F1 to go to the command line. then ARAGO Project appeared on the screen and I loge as root.
Now I have some questions:
Is there any reference for commands on this OS? as I understand, the commands of this OS is different from standard linux, because I use the commands in this link:
“processors.wiki.ti.com/.../Processor_Linux_SDK_Graphics_and_Display
But some commands were not identified, for example result of command
“root@am335x-evm: ~# /usr/bin/weston-flower” is
“ faild to connect to wayland display: no such file or directory
Failed to create display: no such file or directory”.
I hope to refer me a strait forward manual or command list for getting start.
And this is very important for me to have a GUI. How can I have this?
Thanks for any help.
Thanks for your response,
I will check busybox commands, Thanks.
a bout GUI, I checked the second link before,
but the result of command " /etc/init.d/weston start" , just is a " plaese wait.." message on a black screen and then nothing happens.
and the result of command "/etc/init.d/matrix-gui-2.0 start" is:
"/home/root
Removing stale PID file /var/run/matrix-gui-2.0.pid.
Starting Matrix GUI application."
and then nothing happens.
what is the problem you think?
another question that, is necessary to install another program or software? I wrote "am335x-evm-linux-rt-04.00.00.04.img.zip" image on the SD card through this toturial :
"http://processors.wiki.ti.com/index.php/Processor_SDK_Linux_Creating_a_SD_Card_with_Windows"
and my set up is just power cable and a microHDMI to HDMI cable connects to a monitor.
is there any wrong?
BR
Roya