![]() |
2012-07-31
, 21:15
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#82
|
The Following 3 Users Say Thank You to Estel For This Useful Post: | ||
![]() |
2012-07-31
, 23:46
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#83
|
cat /sys/class/power_supply/bq24150-0/charge_current 1750
cat /sys/class/power_supply/bq24150-0/current_limit 1800
cat /sys/class/power_supply/bq24150-0/termination_current 6550
The Following 4 Users Say Thank You to Estel For This Useful Post: | ||
![]() |
2012-08-01
, 00:21
|
Posts: 91 |
Thanked: 50 times |
Joined on Mar 2012
@ Kula, Serbia
|
#84
|
The Following User Says Thank You to branja For This Useful Post: | ||
![]() |
2012-08-01
, 03:30
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#85
|
cat /sys/class/power_supply/bq24150-0/termination_current 6550
stop bme modprobe bq2415x_charger
rmmod bq2415x_charger start bme
![]() |
2012-08-01
, 06:28
|
Posts: 424 |
Thanked: 196 times |
Joined on Mar 2010
@ Sweden
|
#86
|
branja, to charge with bq2415x_charger, You need to, as root:
To stop using it, You do:Code:stop bme modprobe bq2415x_charger
Advantages - it's huge step toward introducing replacement for bme. Currently, only two direct advantages for end-user apply - possibility to set own charging current (higher one for bigger batteries, for example) and termination current (for terminating charging properly during heavy load), and possibility of charging during USB hostmode.Code:rmmod bq2415x_charger start bme
Basic goal is to replace BME, but of course, being totally open, bq2415x_charger have virtually countless possibilities. It should be easy to write scripts/program for - as example - enabling, when invoked, charging only to 80% (save battery health), or to introduce leaving device on charger without negative impact on battery (now BME doesn't necessary follow best practices re extending life of battery).
![]() |
2012-08-01
, 08:18
|
Posts: 186 |
Thanked: 79 times |
Joined on Feb 2010
|
#87
|
//Edit
No, seriously, sorry, but it's quite hard to comment on. Maybe install water cooling system to your charger? :P
Also, remember that it's -devel. Considering what You've just written, I think your technical knowledge isn't entirely up to using -devel (no offense, just advice).
The Following User Says Thank You to hardkorek For This Useful Post: | ||
![]() |
2012-08-01
, 10:13
|
Posts: 14 |
Thanked: 3 times |
Joined on Feb 2012
@ istanbul
|
#88
|
![]() |
2012-08-01
, 10:16
|
Posts: 15 |
Thanked: 3 times |
Joined on Jul 2012
|
#89
|
![]() |
2012-08-01
, 10:31
|
Posts: 14 |
Thanked: 3 times |
Joined on Feb 2012
@ istanbul
|
#90
|
![]() |
Tags |
bq2415x_charger, bq27200, kernel-power |
|
# ls -l > ls-l.txt (creates/overwrites file and redirects output to file)
# ls -l >> ls-l.txt (creates file if not present or appends to existing file)
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-3.html
http://www.mathinfo.u-picardie.fr/as...direction.html