<codename13>
damn, i got the 3.4 kernel to build finally, but it wont boot :(
<codename13>
The only hackish thing I did with the kernel porting was disabling the bluetooth stuff in my defconfig for the time being
<codename13>
Anyways I'm gonna renable bluetooth in the defconfig and try to the fix the errors before I upload to Github
gregor160300 has joined #huawei-g300
luca020400 has quit [Remote host closed the connection]
gregor160300 has quit [Quit: Leaving]
<codename13>
Has anyone here attempted enabling framebuffer console on boot? Enabling it should allow the kernel log to be displayed on the screen during boot,
<codename13>
which would be really useful for debugging my 3.4 kernel
luca020400 has joined #huawei-g300
luca020400 has quit [Ping timeout: 248 seconds]
luca020400 has joined #huawei-g300
<codename13>
Wait I think I just realized what's preventing my kernel from booting
<codename13>
I built it with a 4.8 toolchain
<codename13>
A lot of older kernels need a patch to boot with the 4.8 toolchain
<codename13>
I'm gonna try and built it with a 4.7 one then
Solitary has quit [Ping timeout: 265 seconds]
<codename13>
no luck booting with gcc 4.7 :( Could the cause of the not-booting be because I don't have ION configured or enabled (PMEM is used)?