vishnup has quit [Remote host closed the connection]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
sunxi_fan1 has joined #linux-sunxi
sunxi_fan has quit [Ping timeout: 250 seconds]
ganbold_ has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
vishnup has joined #linux-sunxi
p1u3sch1 has quit [Ping timeout: 252 seconds]
p1u3sch1 has joined #linux-sunxi
vishnup has quit [Read error: Connection reset by peer]
vishnup has joined #linux-sunxi
<TheLinuxBug>
I don't get it, why does none of the provided u-boot on http://linux-sunxi.org/Boot_Android_from_SdCard actually work? I mean, I have debugged this now and used the Olimex image and their u-boot works just peachy, but the uboot and such provided in the wiki here is garbage. It doesn't boot and just sits there. Does anyone know of a set of sunxi uboot and sunxi-spl files that actually work to boot Android that I could use?
<TheLinuxBug>
the downfall to the Olimex uboot is
<TheLinuxBug>
its set to only use 512M ram
<TheLinuxBug>
because none of their A10 boards come with more than that
<TheLinuxBug>
so the cubieboard is half crippled and can only use 512MB in Android with their uboot
<TheLinuxBug>
I tried adding mem=1024M to uEnv.txt in the bootloader dir
<TheLinuxBug>
when you do that it just fails
<TheLinuxBug>
I haven't yet changed the script.bin fex for dram, thats about my last test here
<TheLinuxBug>
but from what I read with the uboot I am using I don't expect to actually see a change
vishnu_ has joined #linux-sunxi
vishnup has quit [Read error: Connection reset by peer]
<TheLinuxBug>
Once again, if someone helps me get this working I am happy to provide a link to the image on the Wiki once I am finished... I am just at a loss here in how to change that.
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
servili007 has quit [Quit: Leaving]
vishnu_ has quit [Ping timeout: 244 seconds]
vishnup has joined #linux-sunxi
ZbooNet has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
vishnup has quit [Ping timeout: 248 seconds]
vishnup has joined #linux-sunxi
ZbooNet has quit [Remote host closed the connection]
naobsd has joined #linux-sunxi
naobsd has quit [Client Quit]
nicksydney has quit [Quit: No Ping reply in 180 seconds.]
nicksydney has joined #linux-sunxi
mturquette_ has joined #linux-sunxi
RaYmAn_ has joined #linux-sunxi
menomc_ has joined #linux-sunxi
p1u3sch1_ has joined #linux-sunxi
captaini- has joined #linux-sunxi
VargaD_ has joined #linux-sunxi
p1u3sch1 has quit [*.net *.split]
TheQuestionmark has quit [*.net *.split]
VargaD has quit [*.net *.split]
mnemoc has quit [*.net *.split]
captainigloo has quit [*.net *.split]
mturquette has quit [*.net *.split]
RaYmAn has quit [*.net *.split]
VargaD_ is now known as VargaD
captaini- is now known as captainigloo
mturquette_ is now known as mturquette
TheQuestionmark has joined #linux-sunxi
nemunaire has quit [Read error: Connection reset by peer]
<TheLinuxBug>
sweet think I got an image kicking now
arokux has quit [Ping timeout: 245 seconds]
domidumont has joined #linux-sunxi
arokux has joined #linux-sunxi
domidumont has quit [Remote host closed the connection]
domidumont has joined #linux-sunxi
nemunaire has joined #linux-sunxi
iamfrankenstein has joined #linux-sunxi
vishnup has quit [Ping timeout: 245 seconds]
domidumont has quit [Ping timeout: 246 seconds]
Netlynx has joined #linux-sunxi
naobsd has joined #linux-sunxi
p1u3sch1_ has quit [Ping timeout: 256 seconds]
p1u3sch1 has joined #linux-sunxi
paulk-aldrin has joined #linux-sunxi
<paulk-aldrin>
libv, who should I ask to get more editing rights on the wiki?
<libv>
paulk-aldrin: i just added you to the bureaucrat group
<paulk-aldrin>
thanks
<libv>
not sure whether that allows editing the locked page
<paulk-aldrin>
libv, it doesn't :(
Night-Shade has quit [Remote host closed the connection]
vishnup has quit [Read error: Connection reset by peer]
<paulk-aldrin>
mripard_, with a GPT partition table with the right offsets and names, you can even reflash u-boot, u-boot-spl and erase env from u-boot
vishnup has joined #linux-sunxi
<paulk-aldrin>
which is what I'm aiming at with Replicant
<mripard_>
I'm mostly interested in easily booting a kernel, so the GPT part is not really useful to me, but that's really cool :)
<paulk-aldrin>
okay then!
<paulk-aldrin>
I haven't look at the booting part yet
<paulk-aldrin>
anyway bbl, lunch time
<mripard_>
I'll give a try at your patches, thanks
sillysnowflake has joined #linux-sunxi
vishnup has quit [Read error: Connection reset by peer]
vishnup has joined #linux-sunxi
awe00 has joined #linux-sunxi
RaYmAn_ is now known as RaYmAn
lucaswang has joined #linux-sunxi
<TheLinuxBug>
Wow. Just realized how total and utter shit the Android sdcard wiki documentation is. I mean... just horible.. tooka me 6 hours to figure out what could have been laid out in about a paragraph of test with the correct links.
<TheLinuxBug>
text*
Andy-D has joined #linux-sunxi
vishnup has quit [Ping timeout: 252 seconds]
vishnup has joined #linux-sunxi
lucaswang has quit [Ping timeout: 265 seconds]
Andy-D has quit [Ping timeout: 256 seconds]
JohnDoe_71Rus has joined #linux-sunxi
Andy-D has joined #linux-sunxi
<mripard_>
paulk-aldrin: if you have some time, if you could test loading a kernel image using fastboot boot, it would be great
<mripard_>
fastboot itself seems to work fine
<mripard_>
but boot itself doesn't
lucaswang has joined #linux-sunxi
<paulk-aldrin>
mripard_, apparently, images downloaded with fastboot boot and executed with "bootm [loadaddr]"
<paulk-aldrin>
so no fdt possible apparently
<paulk-aldrin>
unless you append it to the kernel?
<paulk-aldrin>
and AFAIK bootm only does uImage, not zImage
<paulk-aldrin>
are executed with boom [loadaddr]*
<mripard_>
yeah
<mripard_>
the doc mentions that you can boot a zimage
<mripard_>
but I also tried a uImage for that precise reason
<mripard_>
and an android boot image, just in case.
<mripard_>
and yes, I do try with an appended DTB
<mripard_>
but I don't even get to the point where the kernel started
<mripard_>
u-boot bails out before that
<paulk-aldrin>
does it work ok when loading the same images from cmdline with bootm?
lucaswang has quit [Ping timeout: 252 seconds]
<mripard_>
the headers look like something u-boot would boot