CoreCDP updated to 1.0.2.1
- This topic has 0 replies, 1 voice, and was last updated 14 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › CoreCDP updated to 1.0.2.1
Tagged: RTC
CoreCDP has been updated in the git repository (http://git.multitech.net) to address a rare, but possible lock-up on boot related to the real-time clock. To fix the issue, the linux kernel was patched to disable real-time clock interrupts during interrupt initialization. The only workaround without updating the kernel is to remove the battery from the unit, which resets the real-time clock and will allow it to boot again.
The 1.0.2.1 build also upgrades OpenSSL to 0.9.8m.
To update:
cd corecdp-1.0.2 (or wherever you installed it)
cd openembedded
git fetch
git checkout corecdp-1.0.2.1
Then rebuild your image, and a new kernel will be compiled which includes the patch.