This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:radxa:android [2015/02/24 15:06] – created scipio | tips:radxa:android [2015/03/27 09:31] (current) – [Upload] scipio | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ==== Screen resolution ==== | ==== Screen resolution ==== | ||
| - | To have full-hd | + | To have full-hd **/ |
| < | < | ||
| video.use.overlay=0 | video.use.overlay=0 | ||
| </ | </ | ||
| + | |||
| + | In build system change for example // | ||
| + | <code bash> | ||
| + | PRODUCT_PROPERTY_OVERRIDES += \ | ||
| + | video.use.overlay=0 | ||
| + | </ | ||
| + | |||
| + | ==== V4l utils ==== | ||
| + | |||
| + | Decompress [[https:// | ||
| + | |||
| + | Run environment build | ||
| + | |||
| + | Compile | ||
| + | <code bash> | ||
| + | cd v4l-utils-imx_jb4.3_1.1.0-ga/ | ||
| + | mm | ||
| + | </ | ||
| + | |||
| + | Now v4l2-clt is in out/ | ||
| + | ==== Upload ==== | ||
| + | |||
| + | Keep button near USB ports and power on. | ||
| + | |||
| + | <code bash> | ||
| + | ./ | ||
| + | sudo / | ||
| + | sudo / | ||
| + | </ | ||
| + | |||
| + | ==== Boot animation ==== | ||
| + | |||
| + | Put bootanimation.zip into / | ||
| + | |||
| + | For example | ||
| + | <code bash> | ||
| + | adb remount | ||
| + | adb push bootanimation.zip / | ||
| + | </ | ||
| + | |||
| + | ===== Post installation ===== | ||
| + | |||
| + | ==== Screen calibration ==== | ||
| + | |||
| + | [[http:// | ||
| + | |||