Fabien Comte Posted September 11, 2017 Report Posted September 11, 2017 Hello, I wanted to try uGFX on Odroid C1 with framebuffer but it's not a success as expected. I modified the files for the right ARM processor (Cortex A5). I built hello world with success (as Raspberry tutorial). When i run it, nothing (application is running but screen remain unchanged). Do i missed something ? Thank you for your help.
Joel Bodenmann Posted September 11, 2017 Report Posted September 11, 2017 Hello Fabien & welcome to the µGFX community! The Framebuffer board file prints very verbose error messages to stderr in case of something went wrong. Did you check your stderr for any output?
Fabien Comte Posted September 22, 2017 Author Report Posted September 22, 2017 (edited) Hello, Thank you, sorry for my late response, i was out for few days. There was no output on console, do you expect something in system log (dmesg) ? I will check that asap. Edited September 22, 2017 by Fabien Comte
inmarket Posted September 22, 2017 Report Posted September 22, 2017 Redirect stderr to a file. Without that redirection there are all sorts of reasons you might not see the messages. Eg. Program 2> logfile
Fabien Comte Posted October 5, 2017 Author Report Posted October 5, 2017 On 23/09/2017 at 00:00, inmarket said: Redirect stderr to a file. Without that redirection there are all sorts of reasons you might not see the messages. Eg. Program 2> logfile Hello, Thank you for your help. I'm out of office, i will test tomorrow.
Fabien Comte Posted October 7, 2017 Author Report Posted October 7, 2017 It works, it was a bad GCC CPU configuration. For people that build directly on the final target, use this CPU.mk # # This file is subject to the terms of the GFX License. If a copy of # the license was not distributed with this file, you can obtain one at: # # http://ugfx.org/license.html # # # See readme.txt for the make API # # Requirements: # # NONE # # no more flags, let GCC set the right values
Joel Bodenmann Posted October 7, 2017 Report Posted October 7, 2017 Nice, glad to hear that you managed to get it working! Thank you for sharing the solution with us.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now