Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-11 Thread Neal Peacock
Answers in line. Thanks On Mar 9, 2014 11:34 AM, "hunter hu" wrote: > > Hi Neal, > > Thanks for that. > > I have no idea about the magic signing value, I have 3 questions and comments: > > 1> If I just use the original nandb.img which was dd out of the nand itself, will that still be needed? No

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-09 Thread hunter hu
Hi Neal, Thanks for that. I have no idea about the magic signing value, I have 3 questions and comments: 1> If I just use the original nandb.img which was dd out of the nand itself, will that still be needed? 2> if I do create a magic signing value again, how would I do that? 3> would this why

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-09 Thread Neal Peacock
Hello, Seems like the structure was /dev/nandb < u-boot.env with magic signing value /dev/nandc < the linux kernel, just dd copied on, make sure to clear with zero in case yours its smaller /dev/nandX < the root partition, which was defined in the u-boot.env, so you could make it whatever you

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-09 Thread hunter hu
Hi Neal, The link seems broken while I was trying to get the image: wget http://pengpod.com/dl/images/pengpod1000-linaro-flashcard-2013.03.29.img.tar.gz However, I can set things up by following the same logic, but I need to confirm one change, for nandb, what changes need to be made? I plan to

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Neal Peacock
Here is a link for what I did on the PengPod where we used the original u-boot from Android. http://pengpod.com/pengwiki/index.php?title=Install_Linaro_to_the_internal_flash The only trick not listed was the u-boot environment had to be signed, I can't remember the name of the tool but its i

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Patrick Wood
Oh, I see it is uart1. Did you build uboot to use uart1 for console? -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Patrick Wood
Is your serial debug port on uart0? -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For more options, visit https://grou

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread hunter hu
Hi Timo, Thanks for the detailed answer to my questions, really appreciate that. I have done the same thing, still I am stuck at the logo screen, feels like there is something else is missing in my case. 1> I don't see any serial output from NAND boot, did you see anything on the serial consol

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Timo Schmiade
Hi Patrick, > Looks to me like this is loading script.bin and uImage from nanda. thanks for pointing this out, you're of course right! nandb contains my root filesystem, nanda is the boot partition. On Sat, Mar 8, 2014 at 3:24 PM, Patrick Wood wrote: > > Looks to me like this is loading script.

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Patrick Wood
Looks to me like this is loading script.bin and uImage from nanda. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscr...@googlegroups.com. For m

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-08 Thread Timo Schmiade
Hi Hunter, > 1> which board did you build for your tablet? make CROSS_COMPILE=arm-linux-gnueabihf- sun4i > 2> what modifications have you made, you said with header modifications? In the file include/configs/sun4i.h, I modified the CONFIG_BOOTCOMMANDdefine: #define CONFIG_BOOTCOMMAND

Re: [linux-sunxi] [A10] Getting u-boot onto freshly partitioned Nand for booting Linux

2014-03-02 Thread hunter hu
Hi Timo, I had the same issue I could not make the NAND boot work. With the u-boot.bin from lichee-dev branch, my tablet stuck at the logo screen: 1> which board did you build for your tablet? 2> what modifications have you made, you said with header modifications? 3> Anything regarding DRAM set