Feature #121
closedIntegrate rc.pvr into init scripts
100%
Description
rc.pvr needs to be run on firstboot to set up symlinks and to run depmod -a to find required drivers. After this is done the board should be rebooted.
The symlinks created by rc.pvr should be investigated and cleaned up by either the build system or a proper init script (such as S30pvr).
rc.pvr will launch SGX's X.org too. This shouldn't happen on setup. If the SGX X.org server needs to be run before other things, then either that happens on second (and possibly subsequent) boot or possibly on firstboot if those things need to be run just once.
The SGX X.org server needs to replace or be integrated with the current X.org server built by BeagleBox.
When this issue is done, the boot should cleanly have setup SGX and the board should cleanly boot into the SGX X.org server with BUI and clients running.