Jump to content

LG V500 (lg-v500): Difference between revisions

From postmarketOS Wiki
m helping someone to compile it as I don't have the device
m formating erros
Line 52: Line 52:


fix for someone to try:
fix for someone to try:
--- a/kernel/pid.c      2018-08-07 19:29:40.000000000 +0100
add <code>#include <linux/proc_fs.h></code> to <code>/kernel/pid.c</code>
+++ b/kernel/pid.c      2021-01-19 20:13:24.190809472 +0000
@@ -36,6 +36,7 @@
#include <linux/pid_namespace.h>
#include <linux/init_task.h>
#include <linux/syscalls.h>
+#include <linux/proc_fs.h>
 
#define pid_hashfn(nr, ns)    \
        hash_long((unsigned long)nr + (unsigned long)ns, pidhash_shift)
 


== How to enter flash mode ==
== How to enter flash mode ==

Revision as of 22:25, 19 January 2021

This device is marked as not booting.
Status: kernel won't compile
LG G Pad 8.3
LG G Pad 8.3
LG G Pad 8.3
Manufacturer LG
Name G Pad 8.3
Codename lg-v500
Released 2013
Hardware
Chipset Qualcomm APQ8064T Snapdragon 600
CPU 4x 1.7 GHz Krait 300
GPU Adreno 320
Display 1200x1920 (~273 PPI) IPS LCD
Storage 16 GB
Memory 2 GB
Architecture armv7
Software
Original software Android 4.2.2
postmarketOS
Category testing
Pre-built images no


Contributors

  • Thomasdhale

Maintainer(s)

  • Thomasdhale

What works

Nothing yet

What does not work

Kernel does not compile.

  kernel/pid.c:81:15: error: 'PROC_PID_INIT_INO' undeclared here (not in a function)
     .proc_inum = PROC_PID_INIT_INO,

fix for someone to try: add #include <linux/proc_fs.h> to /kernel/pid.c

How to enter flash mode

Installation

See also