hi
I also build a at91sam9260 board.
I follow instruction in linux4sam and change RAM parameters for my borad(I use 32M ram from Firdelx).
however u-boot and bootstrap work fine.
I download linux 2.6.30 and compile it by my cross compiler arm-linux-gcc version 4.2.4.
I load it to dataflash and it load carefully.
now i want to use buildroot to make rootfs.
1.I follow linux4sam
http://www.at91.com/linux4sam/bin/view/ ... _buildroot but when make 2>&1 | tee at91sam9.log
it goes to download reqirements and cannot find linux-2.6.26.2.tar.gz
can you give me instruction for buildrootfs?
2.I have arm-linux-gcc.is it necessary to download toolchain with buildrootfs?
3.is it necessary to download linux-2.6.26.2.tar.gz?
4.gasty said it may require change this:
BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x800
BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x40000
is it necessary? my flash pagesize=(2K+64)Byte and Blocksize=(128K+4K)byte
5.nlc said he change write address of rootfs in nand:
"I write the root filesystem from u-boot, thus I write him at 0x40000 address"
is it ok?
tnx alot