Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Asus Tinkerboard
#8
After reading that article, I realised I had not updated the Tinkerboard OS from the forums for quite some time, relying only on an apt-get update/upgrade cycle which isn't always going to be 100%.
So I decided to download the newest version, it wasn't perfect though it needed an update/upgrade after install to get it working, it had some network issues but the update fixed that, but the main reason for the update was the promise of new Mali drivers, and sure enough I got the latest Mali libs and an interesting print out of the capabilities...

This GPU supplied by  :ARM
This GPU supports     :OpenGL ES 3.2 v1.r13p0-00rel0-git(a4271c9).40dbad8455f8b43d1f8fbb5a1fe733e6
This GPU Renders with :Mali-T760
This GPU supports     :OpenGL ES GLSL ES 3.20
This GPU supports these extensions      :GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_KHR_debug GL_EXT_occlusion_query_boolean GL_EXT_disjoint_timer_query GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage GL_EXT_multisampled_render_to_texture GL_OES_surfaceless_context GL_OES_texture_stencil8 GL_EXT_shader_pixel_local_storage GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_ARM_mali_program_binary GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_texture_sRGB_decode GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_texture_storage_multisample_2d_array GL_OES_shader_image_atomic GL_EXT_robustness GL_EXT_draw_buffers_indexed GL_OES_draw_buffers_indexed GL_EXT_texture_border_clamp GL_OES_texture_border_clamp GL_EXT_texture_cube_map_array GL_OES_texture_cube_map_array GL_OES_sample_variables GL_OES_sample_shading GL_OES_shader_multisample_interpolation GL_EXT_shader_io_blocks GL_OES_shader_io_blocks GL_EXT_tessellation_shader GL_OES_tessellation_shader GL_EXT_primitive_bounding_box GL_OES_primitive_bounding_box GL_EXT_geometry_shader GL_OES_geometry_shader GL_ANDROID_extension_pack_es31a GL_EXT_gpu_shader5 GL_OES_gpu_shader5 GL_EXT_texture_buffer GL_OES_texture_buffer GL_EXT_copy_image GL_OES_copy_image GL_EXT_color_buffer_half_float GL_EXT_color_buffer_float GL_EXT_YUV_target GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_KHR_robustness GL_KHR_robust_buffer_access_behavior GL_EXT_draw_elements_base_vertex GL_OES_draw_elements_base_vertex

The interesting bit aside from all those extensions, is OpenGLES3.2 Big Grin So far the Tinkerboard has been limited to 3.1 even thought the Rockchip's Mali 764 GPU is rated as an OpenGLES3.2 and Vulkan 1.0 gpu.

Not tried to do any 3.2 on it but I will.. Sadly I still have my flickering issue, but I don't honestly think thats the board, it's something I'm doing wrong am sure.. I'll find it in due course it did however keep the frame rate up into the 60's except when there were a lot of models on screen at once which is quite good.

Building GLmark2 on it as described here
https://www.pcsuggest.com/install-glmark2-debian/
(don't use gl flavours, use this ./waf configure --with-flavors=x11-glesv2, and remember you will build glmark2-es2 not glmark2)

GLmark2 returns the same info as my demo code, ie, OpenGLES3.2 and libs r13 and running it off screen gives a score of.
395..hmmm that's a bit of a drop from the 470 I was getting before.

One small issue though, the board seems to be pulling a lot more power, I had to hook up a 5a unit to it, the normal 2.5a caused the screen to vanish at times it may also be the cause of the score drop, the Tinker board has always been a bit susceptible to power outages, which can come in many forms, including a screen blank and a general slow down, so of course I ran it again with a 5a unit and the score was.
403 hmmm ok well that's not really getting back my 70 points but..oh well, its running OpenGLES3.2 Big Grin and maybe we have to accept the new drivers are a bit slower.
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's 



Reply


Messages In This Thread
Asus Tinkerboard - by Brian Beuken - 02-26-2018, 02:06 AM
RE: Asus Tinkerboard - by Brian Beuken - 09-23-2018, 04:56 PM
RE: Asus Tinkerboard - by Brian Beuken - 09-23-2018, 08:51 PM
RE: Asus Tinkerboard - by Brian Beuken - 09-28-2018, 06:15 PM
RE: Asus Tinkerboard - by Brian Beuken - 02-07-2019, 03:01 PM
RE: Asus Tinkerboard - by jomoengineer - 02-09-2019, 11:56 PM
RE: Asus Tinkerboard - by Brian Beuken - 02-10-2019, 12:30 AM
RE: Asus Tinkerboard - by Brian Beuken - 02-10-2019, 04:33 AM
RE: Asus Tinkerboard - by Brian Beuken - 02-10-2019, 02:26 PM
RE: Asus Tinkerboard - by Brian Beuken - 02-17-2019, 02:27 PM
RE: Asus Tinkerboard - by Brian Beuken - 02-23-2019, 06:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)