![]() |
2012-09-08
, 13:17
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#132
|
[...] I would exactly know how to collect log from file anywhere in mounted filesystem but I don't know how to collect it from /dev/mtd2 which is device - is it that cat command is enough and how much would it weight in kilobytes? Maybe some help or a link to an howto?
The Following 4 Users Say Thank You to joerg_rw For This Useful Post: | ||
![]() |
2012-09-08
, 14:28
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2012
|
#133
|
On http://wiki.debian.org/ArmEabiHowto
i read that to keep compatibilty with old eabi and eabi
kernel should be compiled with
CONFIG_ARM_THUMB=y
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
______________________
On p51 i see only
# CONFIG_AEABI is not set
CONFIG_ARM_THUMB=y
Doesnt this break compatibility with old arm chroots? I cant chroot into an older arm etch for istance.
![]() |
2012-09-08
, 14:40
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#134
|
apt-get source kernel-power
The Following 3 Users Say Thank You to misiak For This Useful Post: | ||
![]() |
2012-09-10
, 15:51
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2010
|
#135
|
![]() |
2012-09-10
, 21:45
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#136
|
![]() |
2012-09-10
, 23:16
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2010
|
#137
|
![]() |
2012-09-11
, 11:33
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#138
|
![]() |
2012-09-11
, 11:49
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2010
|
#139
|
Weird. -flasher for v50 should be cleaned out of repos by now though.
Try apt-get update and reinstalling kernel-power-flasher.
![]() |
2012-09-11
, 14:14
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2010
|
#140
|
I did that early on, just tried again but still getting the same error. Is there a local cache of the downloaded package I can clear? I noticed at one point that I lost my data connection, yet the install proceeded without interruption, which leads me to believe it is pulling it from local storage.
![]() |
Tags |
bq2415x_charger, bq27200, kernel-power |
|
i read that to keep compatibilty with old eabi and eabi
kernel should be compiled with
CONFIG_ARM_THUMB=y
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
______________________
On p51 i see only
# CONFIG_AEABI is not set
CONFIG_ARM_THUMB=y
Doesnt this break compatibility with old arm chroots? I cant chroot into an older arm etch for istance.