Hi all,
I have succeeded in booting up my snickerdoodle black on the linux PC using the prebuilt image that i found here : http://krtkl.com/resources/downloads/
When the snickerdoodle board boots up linux, It first displays the ubuntu version,I am able to login to it when it prompts for username and password, as defined in the config file.
I want to write my own applications, maybe printing some data on the UART after the board boots up.
How do i go about this? As of now, when i log in to the snickerdoodle, i can see 2 users that i have defined-admin and snick, and these folders are empty.
I have seen some videos where the user can access the workspace on the snickerdoodle->this step i am not sure about.
Steps i am sure about is->
- On the Linux PC, Open Xilinx SDK->Create a program to display data on the terminal->Build and save the .elf file in the workspace folder.
How do i use this file to display the data after the board boots up?
Should i directly transfer the file on the SD card which already has the contents of the prebuilt image? What command do i have to run to check the output?
Need your help in getting some output on the terminal.