U-Boot 2016.01 for OMAP5 uEVM
U-Boot 2016.01 building scenario is implemented in https://csvn.radix.pro/platform/branches/radix-1.1/boot/u-boot/omap543x/2016.01/Makefile.
Читать далее ≫U-Boot 2014.07 for OMAP5 uEVM
U-Boot 2014.07 is on https://csvn.radix.pro/platform/branches/radix-1.1 branch.
Читать далее ≫New version of OMAP543X kernel
Work on the https://svn.radix.pro/svn/platform/branches/radix-1.1 is going on. omap543x kernel 3.14.57-20151211 integrated. U-Boot 2014.07 from TI is a next step.
Читать далее ≫Subversion S/W CM
In software engineering, software configuration management (SCM or S/W CM) is the task of tracking and controlling changes in the software, part of the larger cross-disciplinary field of configuration management. SCM practices include revision control and the establishment of baselines. If something goes wrong, SCM can determine what was changed and who changed it. If a configuration is working well, SCM can determine how to replicate it across many hosts.
tags
Screen a must for ssh
If you've ever used SSH to connect to a server, you'll know its limitations: if you want to open a new window, you'll need to create a second SSH connection to the server. And if the connection breaks during the SSH tunnel, you've lost your progress. This is where Screen comes in.