Turl changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi
Renard has quit [Remote host closed the connection]
khuey|away is now known as khuey
<toddinpal> yeah, I was trying with a distro built using a 3.4 kernel, which probably didn't have btrfs support. I'm going to try the raspbian distro that has a 3.19 kernel I think
<toddinpal> This was the error message: vfs cannot open root device unknown-block(8,1) error -19
<ssvb> toddinpal: doesn't the raspbian distro contain the broadcom kernel?
<toddinpal> I don't know. How would I tell?
protoCall7 has quit [Quit: protoCall7]
gianMOD has quit [Remote host closed the connection]
iamfrankenstein has joined #linux-sunxi
<ssvb> toddinpal: how would I know?
<ssvb> what we know about your hardware is just this page - http://linux-sunxi.org/LeMaker_Banana_Pi
<ssvb> it contains some information and links to additional instructions
cajg has quit [Ping timeout: 246 seconds]
<Nyuutwo> I have a little problem with booting board using FEL
<Nyuutwo> looks like I need to make _felconfig
<Nyuutwo> but why I cannot just select CONFIG_SPL_FEL and it should work
<ssvb> Nyuutwo: which version of u-boot?
<Nyuutwo> master
<ssvb> Nyuutwo: you can select CONFIG_SPL_FEL, the *_felconfig thing is just for convenience
<ssvb> also you can use a normal u-boot build with http://linux-sunxi.org/FEL/USBBoot#New_method_of_booting_u-boot_over_USB_.28u-boot_v2015.04-rc2_and_later_versions.29
<Nyuutwo> for me it is strange that you sed .config to spl/.config to enable option
iamfrankenstein has quit [Remote host closed the connection]
<Nyuutwo> but I will try method with new spl way
iamfrankenstein has joined #linux-sunxi
<ssvb> Nyuutwo: the sed hack is going to be dropped soon, but it still should work either way
<Nyuutwo> it doesnt work
<Nyuutwo> include/config/auto.conf and spl/include/config/auto.conf are different
<Nyuutwo> I'm not using felconfig
<ssvb> can you paste a log?
<Nyuutwo> just editing .config
<Nyuutwo> i don't have spl/.config
<Nyuutwo> from build?
<ssvb> right, there was a change in v2014.04-rc3, which dropped separate menuconfig for spl and main u-boot binary
<Nyuutwo> make command (after make clean) CROSS_COMPILE=arm-linux-gnueabihf- make V=1
<Nyuutwo> forgot about |& and it didn't contain "arm-linux-gnueabihf-ld.bfd: warning: creating a DT_TEXTREL in object."
<ssvb> anyway, does the "new method" work?
<Nyuutwo> not tested
<Nyuutwo> U-Boot SPL 2015.04-rc2-04034-g77ef136 (Mar 10 2015 - 02:18:22)
<Nyuutwo> DRAM:Timeout initialising DRAM
<Nyuutwo> so more tinkering with dram
<ssvb> that's most likely because of selecting a wrong SoC variant
<Nyuutwo> i have sun7i selected
<Nyuutwo> but in spl I have sun5i
<Nyuutwo> btw I have used Inet_86VS_defconfig as base
<Nyuutwo> make Inet_86VS_defconfig, changed things in menuconfig and now this problem
<ssvb> hmm, the sun7i/sun5i mismatch looks like a mess
<ssvb> but this is -rc2?
<Nyuutwo> 77ef136950b4649ff4844c3b72dab107a9c565a0
<ssvb> better just copy the defconfig file under a new name and edit it
<Nyuutwo> hmm I don't have it
<Nyuutwo> will switch to next and see what will break
cajg has joined #linux-sunxi
<ssvb> yes, the 'next' branch is better
<ssvb> and also don't use menuconfig
<ssvb> is is safer this way :-)
<ssvb> Nyuutwo: maybe try a defconfig from some sun7i tablet instead?
<Nyuutwo> maybe I just should do this
lerc has joined #linux-sunxi
<ssvb> drop the USB settings if you don't know the exact pins
<Nyuutwo> but it is strange that it don't see change
<Nyuutwo> ssvb: fex is good source of information?
<ssvb> yes, fex is the right source of information
<ssvb> it did not see the changes because you had to run menuconfig *twice* (once for the SPL, and once for the main u-boot binary)
<ssvb> the http://lists.denx.de/pipermail/u-boot/2015-February/205512.html update was exactly intended to clean up this mess and make it work with a single menuconfig invocation :-)
<Nyuutwo> so for me it doesn't work correctly
<Nyuutwo> but maybe I need to clean directory more
<ssvb> also use the right LCD settings for your tablet, take them from http://linux-sunxi.org/LCD
<Nyuutwo> I haven't yet done it
<ssvb> for Inet_k100c it is CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:24,pclk_khz:52000,le:32,ri:287,up:22,lo:12,hs:1,vs:1,sync:3,vmode:0"
<ssvb> but "depth" may be wrong (it does not seem to be reliable for LVDS)
<Nyuutwo> now it seems to work
<Nyuutwo> I had to remove spl directory
<Nyuutwo> new way of booting worked
<ssvb> that's good
<ssvb> does LCD also work? or you have not added the VIDEO_* options yet?
<Nyuutwo> video not yet
<Nyuutwo> meminfo has outputted me .zq = 0x12333b7f,
<Nyuutwo> is it correct value?
<ssvb> maybe that's 0x7f
<Nyuutwo> maybe - from other source i had this value
<Nyuutwo> drivers/video/sunxi_display.c:1036:20: error: ‘CONFIG_VIDEO_LCD_I2C_BUS’ undeclared (first use in this function)
<Nyuutwo> when I disable init by i2c
naobsd has joined #linux-sunxi
<Nyuutwo> video works
<ssvb> with "depth:18" or "depth:24"?
<Nyuutwo> 24
<Nyuutwo> also checked gpio to lcd
<Nyuutwo> by gpio set/reset - works
<ssvb> what do you mean?
<Nyuutwo> I overrided signals on pins to lcd (power,backlight,pwm)
<Nyuutwo> and they work
<ssvb> so the original values were not correct?
<Nyuutwo> were correct
<Nyuutwo> but I think fex as more guide than answer
<ssvb> can you pastebin your current defconfig file?
popolon has quit [Ping timeout: 272 seconds]
popolon has joined #linux-sunxi
<Nyuutwo> sd card works
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
<ssvb> Nyuutwo: looks good, but CONFIG_SPL_FEL=y is unnecessary
<Nyuutwo> I know
<ssvb> ok
<ssvb> you can also add USB HOST support to u-boot, but everything is mostly already done
<ssvb> the next step is the dts file for the kernel, and it should run nicely as a linux desktop system
cnxsoft has joined #linux-sunxi
<Nyuutwo> usb ports checked
<Nyuutwo> but says MUSB host not registered
<Nyuutwo> for power detection as for driving
<Nyuutwo> found options in kconfig
<Nyuutwo> CONFIG_USB_STORAGE redefinied from kconfig and include/configs/sunxi-common.h:303
<Nyuutwo> now sleep
FreezingCold has quit [Ping timeout: 246 seconds]
khuey is now known as khuey|away
kurain has joined #linux-sunxi
<kurain> hello all
<kurain> I am trying to booting kernel provided by allwinner, but it panics when starting /sbin/init
<kurain> I am using new uboot
<kurain> with legacy kernel
<ssvb> kurain: "Kernel panic - not syncing: No init found"
<ssvb> do you really have the file "/sbin/init" on /dev/mmcblk0p1 ?
<kurain> yes
<kurain> and I am using debian rootfs of qemu
<kurain> I am sure of that
<kurain> @ssvb: also I use the build.sh script for building kernel, but I am not booting it with boot.img or the initrd minimal rootfs, I just boot it in one single partition, which is also the rootfs partition
<kurain> also some log lines, I think they matter.
<kurain> [ 3.915218] Waiting for root device /dev/mmcblk0p1...
<kurain> [ 3.915497] mmcblk0: mmc0:0001 HYNIX 7.19 GiB
<kurain> [ 3.915670] mmcblk0boot0: mmc0:0001 HYNIX partition 1 4.00 MiB
<kurain> [ 3.915885] mmcblk0boot1: mmc0:0001 HYNIX partition 2 4.00 MiB
<kurain> [ 3.939585] mmcblk0: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 >
<kurain> [ 3.946404] mmcblk0: p1 size 9871360 extends beyond EOD, truncated
<kurain> [ 3.958969] mmcblk0boot1: unknown partition table
<kurain> [ 3.965754] mmcblk0boot0: unknown partition table
<ssvb> kurain: maybe that's some sort of built-in memory (emmc)?
<kurain> yes
<ssvb> kurain: try to use /dev/mmcblk1p1 as root
<kurain> ssvb: I am trying this way
<kurain> but it failed, so I am wondering if I have some wrong configs in kernel
<kurain> like root partition detecting policy
Andy-D has quit [Ping timeout: 250 seconds]
paulk-collins has quit [Remote host closed the connection]
p1u3sch1 has joined #linux-sunxi
p1u3sch1_ has quit [Ping timeout: 252 seconds]
JohnDoe_71Rus has joined #linux-sunxi
reinforce has joined #linux-sunxi
Black_Horseman has quit [Remote host closed the connection]
naobsd1 has joined #linux-sunxi
naobsd has quit [Ping timeout: 252 seconds]
cubear has joined #linux-sunxi
gianMOD has joined #linux-sunxi
domidumont has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
gianMOD has quit []
andoma_ is now known as andoma
naobsd1 is now known as naobsd
HeHoPMaJIeH has joined #linux-sunxi
premoboss has quit [Remote host closed the connection]
protoCall7 has joined #linux-sunxi
hansg has joined #linux-sunxi
quitte_ has joined #linux-sunxi
simosx has joined #linux-sunxi
quitte has quit [Ping timeout: 245 seconds]
domidumont has quit [Ping timeout: 246 seconds]
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 245 seconds]
_massi has joined #linux-sunxi
leviathancn has joined #linux-sunxi
leviathancn has quit [Quit: No Ping reply in 180 seconds.]
domidumont has joined #linux-sunxi
sehraf has joined #linux-sunxi
hansg has quit [Quit: Leaving]
leviathancn has joined #linux-sunxi
jinzo has joined #linux-sunxi
leviathancn has quit [Ping timeout: 244 seconds]
leviathancn has joined #linux-sunxi
iamfrankenstein has quit [Quit: iamfrankenstein]
pirea has joined #linux-sunxi
pirea is now known as pirea_
<pirea_> ssvb mp4 plays smooth
<wens> just realized vpdau requires X
<pirea_> wens yes :) vdpau requires X
<pirea_> wens and i think requires opengl too
ricardocrudo has joined #linux-sunxi
<wens> yeah...
<wens> i think it uses opengl for unsupported functions
FR^2 has joined #linux-sunxi
protoCall7 has quit [Quit: protoCall7]
premoboss has joined #linux-sunxi
heffer has quit [Remote host closed the connection]
heffer has joined #linux-sunxi
Akagi201 has joined #linux-sunxi
lucaswang has joined #linux-sunxi
nicksydney has joined #linux-sunxi
prz has joined #linux-sunxi
lucaswang has quit [Quit: lucaswang]
Renard has joined #linux-sunxi
pirea_ has quit [Quit: pirea_]
jinzo has quit [Remote host closed the connection]
iamfrankenstein has joined #linux-sunxi
jinzo has joined #linux-sunxi
pirea has joined #linux-sunxi
pirea is now known as pirea_
pirea_ is now known as pirea
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #linux-sunxi
naobsd has quit [Quit: naobsd]
pirea has quit [Quit: pirea]
diego_r has joined #linux-sunxi
diego_r has quit [Quit: Konversation terminated!]
diego_r has joined #linux-sunxi
naobsd has joined #linux-sunxi
petr has joined #linux-sunxi
naobsd has quit [Quit: naobsd]
leviathancn has quit [Ping timeout: 245 seconds]
doppo has quit [Ping timeout: 272 seconds]
cnxsoft1 has quit [Remote host closed the connection]
doppo has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
lucaswang has joined #linux-sunxi
lucaswang has quit [Read error: Connection reset by peer]
Andy-D has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
lucaswang has joined #linux-sunxi
leviathancn has joined #linux-sunxi
afaerber has joined #linux-sunxi
leviathancn has quit [Ping timeout: 256 seconds]
leviathancn has joined #linux-sunxi
lucaswang has quit [Ping timeout: 244 seconds]
premoboss has quit [Remote host closed the connection]
nicksydney has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
nicksydney has joined #linux-sunxi
ssvb has quit [Ping timeout: 244 seconds]
doppo has quit [Ping timeout: 256 seconds]
doppo has joined #linux-sunxi
doppo has quit [Ping timeout: 252 seconds]
doppo has joined #linux-sunxi
leviathancn has quit [Ping timeout: 245 seconds]
naobsd has joined #linux-sunxi
hipboi_ has quit [Ping timeout: 272 seconds]
hipboi_ has joined #linux-sunxi
Net147 has joined #linux-sunxi
f15h has joined #linux-sunxi
Black_Horseman has quit [Ping timeout: 244 seconds]
Net147 has quit [Quit: HydraIRC -> http://www.hydrairc.com <- IRC with a difference]
reinforce has quit [Quit: Leaving.]
selfbg has joined #linux-sunxi
doppo has quit [Ping timeout: 252 seconds]
doppo has joined #linux-sunxi
doppo has quit [Ping timeout: 265 seconds]
reinforce has joined #linux-sunxi
doppo has joined #linux-sunxi
ssvb has joined #linux-sunxi
nove has joined #linux-sunxi
<nove> why waste time writing a driver, when one can play as fireman
<mnemoc> o.o
lucaswang has joined #linux-sunxi
<atsampson> because if you only have a fireman, the train isn't going to go anywhere?
<nove> week after week, always something unpleasant happening, this way is not possible to concentrate
<nove> maybe if they was more fireman, the train could be repair to start moving
<nove> as it is as now, some of the train repair man are being forced to handle more that just the engine
cubear has quit [Quit: Leaving]
dlan has quit [Ping timeout: 245 seconds]
lucaswang has quit [Quit: lucaswang]
dlan has joined #linux-sunxi
bsdfox has quit [Ping timeout: 256 seconds]
gzhechu has joined #linux-sunxi
el3 has quit [Quit: WeeChat 0.3.8]
bsdfox has joined #linux-sunxi
doppo has quit [Ping timeout: 272 seconds]
el3 has joined #linux-sunxi
bsdfox has quit [Ping timeout: 246 seconds]
<nove> and don't forget that the fire started because of pulling too many wagons
reinforce has quit [Quit: Leaving.]
doppo has joined #linux-sunxi
Renard has quit [Ping timeout: 272 seconds]
bsdfox has joined #linux-sunxi
bsdfox has joined #linux-sunxi
bsdfox has quit [Ping timeout: 246 seconds]
bsdfox has joined #linux-sunxi
bsdfox has joined #linux-sunxi
Renard has joined #linux-sunxi
doppo has quit [Ping timeout: 265 seconds]
doppo has joined #linux-sunxi
cnxsoft has quit [Quit: cnxsoft]
bsdfox has quit [Ping timeout: 246 seconds]
iamfrankenstein has quit [Quit: iamfrankenstein]
doppo has quit [Ping timeout: 256 seconds]
trollinger has joined #linux-sunxi
bsdfox has joined #linux-sunxi
doppo has joined #linux-sunxi
bsdfox has quit [Ping timeout: 246 seconds]
tomcheng76 has quit [Read error: Connection reset by peer]
selfbg has quit [Quit: Leaving]
bsdfox has joined #linux-sunxi
bsdfox has joined #linux-sunxi
pmattern has joined #linux-sunxi
doppo has quit [Ping timeout: 252 seconds]
kurain has quit [Ping timeout: 246 seconds]
tomcheng76 has joined #linux-sunxi
doppo has joined #linux-sunxi
trollinger has quit [Quit: Reicht jetzt erst mal.]
bsdfox has quit [Ping timeout: 246 seconds]
ssvb has quit [Ping timeout: 244 seconds]
bsdfox has joined #linux-sunxi
imcsk8 has quit [Quit: Reconnecting]
imcsk8 has joined #linux-sunxi
bsdfox has quit [Ping timeout: 246 seconds]
protoCall7 has joined #linux-sunxi
protoCall7 has quit [Client Quit]
bsdfox has joined #linux-sunxi
trollinger has joined #linux-sunxi
cubear has joined #linux-sunxi
doppo has quit [Ping timeout: 265 seconds]
trollinger has left #linux-sunxi [#linux-sunxi]
bsdfox has quit [Ping timeout: 246 seconds]
reinforce has joined #linux-sunxi
bsdfox has joined #linux-sunxi
bsdfox has joined #linux-sunxi
HeHoPMaJIeH has quit [Quit: Konversation terminated!]
ssvb has joined #linux-sunxi
doppo has joined #linux-sunxi
bsdfox has quit [Ping timeout: 246 seconds]
bsdfox has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
ricardocrudo has joined #linux-sunxi
protoCall7 has joined #linux-sunxi
protoCall7 has quit [Client Quit]
domidumont has quit [Ping timeout: 246 seconds]
Netlynx has joined #linux-sunxi
Netlynx has joined #linux-sunxi
Vespine has joined #linux-sunxi
cubear has quit [Ping timeout: 256 seconds]
khuey|away is now known as khuey
FR^2 has quit [Quit: Connection reset by peer]
FreezingCold has quit [Ping timeout: 256 seconds]
bonbons has joined #linux-sunxi
nicksydney has quit [Quit: No Ping reply in 180 seconds.]
nicksydney has joined #linux-sunxi
ricardocrudo has quit [Ping timeout: 256 seconds]
Vespine has quit [Quit: Leaving]
wens has quit [Ping timeout: 246 seconds]
wens has joined #linux-sunxi
prz has quit [Ping timeout: 264 seconds]
domidumont has joined #linux-sunxi
f15h has quit [Quit: Leaving]
_massi has quit [Quit: Leaving]
ricardocrudo has joined #linux-sunxi
gzhechu has quit [Remote host closed the connection]
premoboss has joined #linux-sunxi
ricardocrudo_ has joined #linux-sunxi
ricardocrudo has quit [Ping timeout: 264 seconds]
ricardocrudo_ has quit [Ping timeout: 244 seconds]
afaerber has quit [Quit: Verlassend]
paulk-collins has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
dev1990 has joined #linux-sunxi
iamfrankenstein has quit [Quit: iamfrankenstein]
joost_dtn has joined #linux-sunxi
mzki has joined #linux-sunxi
cooper has joined #linux-sunxi
Froolap has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
<cooper> Question: In the mainline kernel, drivers/ata/ahci_sunxi.c specifies a parameter that can be passed to the module to indicate you want PMP support (since the device IS capable of providing it). What I can't seem to figure out is what the name of the parameter is I need to provide.
<diego71> cooper, have you tried with modinfo
<diego71> ?
f15h has joined #linux-sunxi
<cooper> Didn't even know about that command. Thanks!
<diego71> you're welcome :)
afaerber has joined #linux-sunxi
<cooper> For reference, it's "enable_pmp=1"
<cooper> And working beautifully, I might add. :-)
simosx has quit [Read error: Connection reset by peer]
Akagi201 has quit [Ping timeout: 245 seconds]
Akagi201 has joined #linux-sunxi
f15h has quit [Quit: Leaving]
sehraf has quit [Ping timeout: 272 seconds]
Netlynx has quit [Quit: Leaving]
sehraf has joined #linux-sunxi
Froolap has joined #linux-sunxi
ricardocrudo_ has joined #linux-sunxi
domidumont has quit [Ping timeout: 246 seconds]
ricardocrudo__ has joined #linux-sunxi
ricardocrudo_ has quit [Ping timeout: 246 seconds]
gianMOD has joined #linux-sunxi
diego_r has quit [Read error: Connection reset by peer]
diego_r has joined #linux-sunxi
Renard- has joined #linux-sunxi
Renard has quit [Read error: No route to host]
pmattern has quit [Quit: Genug für heute.]
ricardocrudo__ has quit [Ping timeout: 245 seconds]
ricardocrudo__ has joined #linux-sunxi
ricardocrudo__ has quit [Ping timeout: 245 seconds]
paulk-collins has quit [Quit: Quitte]
ricardocrudo__ has joined #linux-sunxi
bonbons has quit [Quit: Leaving]
ricardocrudo__ has quit [Ping timeout: 250 seconds]
ricardocrudo__ has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
jinzo has quit [Quit: Leaving]
nobiz has quit [Ping timeout: 264 seconds]
ricardocrudo__ has quit [Ping timeout: 256 seconds]
souther has quit [Ping timeout: 252 seconds]
simosx has joined #linux-sunxi
souther has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
iamfrankenstein has joined #linux-sunxi
ssvb has quit [Ping timeout: 252 seconds]
akaizen has quit [Remote host closed the connection]
akaizen has joined #linux-sunxi
gianMOD has quit [Remote host closed the connection]
Andy-D has quit [Ping timeout: 272 seconds]
cooper has quit [Ping timeout: 246 seconds]
akaizen has quit [Ping timeout: 265 seconds]
ssvb has joined #linux-sunxi
naobsd has quit [Quit: naobsd]
dev1990 has quit [Quit: Konversation terminated!]
Andy-D has joined #linux-sunxi
FreezingCold has joined #linux-sunxi
simosx has quit [Quit: Leaving]
quitte_ has quit [Ping timeout: 264 seconds]
sehraf has quit [Quit: www.miranda-fusion.de ... be part of it...]