Page 1 of 1

Unable to handle kernel paging request at virtual address

Posted: Thu Jan 20, 2022 11:25 am
by Adel Ahmed
I was trying to follow the following document to bootstrap a gentoo prefix on an android phone:
https://wiki.gentoo.org/wiki/Project:Pr ... _Bootstrap

I have bootstrapped stage 1 succesfully, as soon as I try to bootstrap stage2 the phone crashes and restarts:

Code: Select all

localhost /data/gentoo/downloads/bootstrap # ${EPREFIX}/bootstrap-prefix.sh ${EPREFIX} stage2
* Bootstrapping Gentoo prefixed portage installation using
* host:   armv7l-pc-linux-gnu
* prefix: /mnt/expand/3ea2de0d-ae76-4ae6-9651-b411f310548e/gentoo/downloads/bootstrap
* ready to bootstrap stage2
* Triggering Linux RAP bootstrap
USE=-acl -berkdb -fortran -gdbm -git -libcxx -nls -pcre -python -qmanifest -qtegrity -readline -sanitize bootstrap clang internal-glib PKG=sys-devel/gnuconfig
dmesg shows the following at that time:

Code: Select all

[  337.094002] [chg bms_notify 1584]:1 0 1 11125+
[  337.130749] [chg bms_notify 1602]:0 0 0 11125 11136-
[  338.251731] [chg set_rv 4058]:set resume_voltage to 4200 4150 1 2 (vbatdet_low_irq_handler 3131)
[  338.260186] [chg vbatdet_low_irq_handler 3132]: auto enable 0
[  338.265557] [chg vbatdet_low_irq_handler 3162]:fsm_state=1 0 0 2
[  338.273859] [chg bms_notify 1584]:0 0 0 11479+
[  338.277552] [chg bms_notify 1602]:0 0 0 11479 11480-
[  350.418892] Unable to handle kernel paging request at virtual address 0001ffe0
[  350.425392] pgd = d38ec000
kernel:

Code: Select all

nicki:/data/data/org.galexander.sshd/files # uname -a
Linux localhost 3.4.0-nicki+ #1 SMP PREEMPT Wed Nov 29 12:56:57 UTC 2017 armv7l
any idea where I should look to fix this?