https://github.com/lgsinnovations/edison-bbcharge-patch
https://github.com/lgsinnovations/edison-bbcharge-patch
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lgsinnovations/edison-bbcharge-patch
- Owner: LGSInnovations
- Created: 2015-08-19T14:33:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T15:09:44.000Z (almost 11 years ago)
- Last Synced: 2025-07-22T07:54:00.299Z (about 1 year ago)
- Size: 121 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This patch is for the edison-src-ww25.5-15.tgz version of the edison
software. You must download that from the Intel website. Then simply
untar it and apply the patch ex:
tar xf edison-src-ww25.5-15.tgz -C "${BUILDDIR}"
cd "${BUILDDIR}"
patch -p0 -N -r /tmp/rejects < /path/to/src_build.patch
At this point you will have everything setup and you can build just like
normal, see instructions from Intel documentation but the following
should work:
make setup
make image
To be able to update the backup battery charge current and read it
there is a file /sys/devices/platform/pmic_ccsm/backup_battery_charge
#set charge to 3.0V 500 uA
echo 27 > /sys/devices/platform/pmic_ccsm/backup_battery_charge
See the Edison Compute Module Hardware Guide for more instructions
on proper register settings.