ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
gdd has quit [Read error: Connection reset by peer]
<NonaSuomy>
Hi I'm trying to get a customized/stock 2.6.35.3 kernel (just busybox compiled into the kernel) booting on an eink reader getting a kernel panic and wondering where I would find that it reads this vcom data it wants for the PMIC of the eink screen. Normally it runs from eMMC but I am running everything from SD as the eMMC is dead.
<NonaSuomy>
I'm thinking I need to change that location to the SDCard (blk0 SD instead of blk2 eMMC)
<NonaSuomy>
Hopefully that clears up the kernel panic and it continues on to a busybox prompt.
luispm has quit [Ping timeout: 260 seconds]
hanetzer has quit [Quit: WeeChat 3.5]
alpernebbi has quit [Ping timeout: 250 seconds]
alpernebbi has joined #armlinux
prabhakarlad has quit [Ping timeout: 252 seconds]
c1728p9 has quit [Read error: Connection reset by peer]
hanetzer has joined #armlinux
iivanov has quit [Quit: Leaving...]
NonaSuomy has quit [Ping timeout: 248 seconds]
NonaSuomy has joined #armlinux
Pali has joined #armlinux
nsaenz has joined #armlinux
NonaSuomy has quit [Quit: Lost terminal]
nsaenz has quit [Remote host closed the connection]
<HdkR>
How likely is it that a new binfmt_misc flag can be added to fix the /proc/self/exe discrepncy between an ELF interpreter and a binfmt_misc interpreter?
<HdkR>
Using the prctl to redirect /proc/self/exe by unmapping everything that fd maps to is...rough.
<HdkR>
Might even be nice to add a /proc/self/interpreter_exe with the flag just to have both as well