![]() |
2012-11-05
, 21:29
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#62
|
I used the boot menu item for u-boot from you dl.dropbox.com page.
I get the following error on boot multiple times.
lis3lv02d_i2c 3-001d: >Failed to get supply 'Vdd': -517
i2c 3-001d: >Driver lis3lv02d_i2c requests probe deferral
After that, the boot process is stuck at that screen.
![]() |
2012-11-06
, 02:40
|
Posts: 32 |
Thanked: 6 times |
Joined on Sep 2009
@ USA
|
#63
|
![]() |
2012-11-06
, 05:08
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#64
|
Hey Skry,
Thanks for the quick reply. I recently got a spare N900 and some books on embedded development to get up to speed on linux dev and device driver development. I am from a hw background. But I will post more detailed info on the driver soon.
Additional info:
Blacklisting the above driver in either /etc/modprobed.d/blacklist.conf by:
1. blacklist <drivername>
OR 2. install <driver> /bin/false
OR just adding it to the kernel line in .item
modprobe.blacklist=<drivername> seemed to cause the boot to halt at a very earlier stage.
I could be wrong but my install is corrupted now due to a broken glibc -Syu in the Arch linux install.. :/
The Following User Says Thank You to Skry For This Useful Post: | ||
![]() |
2012-11-06
, 22:13
|
Posts: 1,746 |
Thanked: 1,832 times |
Joined on Dec 2010
|
#66
|
![]() |
2012-11-09
, 03:19
|
Posts: 32 |
Thanked: 6 times |
Joined on Sep 2009
@ USA
|
#67
|
![]() |
2012-11-09
, 03:30
|
Posts: 43 |
Thanked: 50 times |
Joined on Apr 2011
@ Ipoh, Malaysia
|
#68
|
![]() |
2012-11-09
, 05:33
|
Posts: 204 |
Thanked: 754 times |
Joined on Jan 2012
@ Finland
|
#69
|
Any idea how I can get dmesg logs off a non-booting system? I can mount the card in N900/ PC.. but where are they stored..
systemd.unit=rescue.target
systemd.unit=emergency.target
debug loglevel=8 ignore_loglevel log_buf_len=20M verbose=1
<command> |& curl -F sprunge=@- sprunge.us
![]() |
2012-11-12
, 17:43
|
Posts: 32 |
Thanked: 6 times |
Joined on Sep 2009
@ USA
|
#70
|
I get the following error on boot multiple times.
lis3lv02d_i2c 3-001d: >Failed to get supply 'Vdd': -517
i2c 3-001d: >Driver lis3lv02d_i2c requests probe deferral
After that, the boot process is stuck at that screen.