uboot patch/source mismatch October 08, 2010 06:05AM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 08, 2010 06:20AM |
Registered: 14 years ago Posts: 13 |
Re: uboot patch/source mismatch October 08, 2010 10:06AM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 09, 2010 07:59PM |
Registered: 14 years ago Posts: 18 |
Re: uboot patch/source mismatch October 09, 2010 10:17PM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 10, 2010 05:48PM |
Registered: 14 years ago Posts: 18 |
Re: uboot patch/source mismatch October 10, 2010 06:24PM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 11, 2010 12:40PM |
Registered: 14 years ago Posts: 18 |
Re: uboot patch/source mismatch October 12, 2010 05:20PM |
Registered: 14 years ago Posts: 107 |
git co v2010.09
Re: uboot patch/source mismatch October 15, 2010 06:42PM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 16, 2010 10:08AM |
Registered: 14 years ago Posts: 18 |
Re: uboot patch/source mismatch October 16, 2010 05:17PM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 16, 2010 07:25PM |
Registered: 14 years ago Posts: 18 |
tar -xzf u-boot-2010.09.tar.gz cd u-boot patch -p1 < 2010.09-LED-SDIO.patch chmod +x build codesourcery-arm-2009q3.sh ./build
Preparing kirkwood boot image to boot from nand Nand ECC mode = default Nand page size = 0x800 Image Type: Kirkwood Boot from NAND Flash Image Data Size: 343448 Bytes = 335.40 kB = 0.33 MB Load Address: 00c00000 Entry Point: 00c00000
Marvell>> Marvell>> setenv serverip 10.255.0.5 Marvell>> setenv ipaddr 10.255.0.160 Marvell>> tftp 0x800000 u-boot.kwb.512k Using egiga0 device TFTP from server 10.255.0.5; our IP address is 10.255.0.160 Filename 'u-boot.kwb.512k'. Load address: 0x800000 Loading: #################################### done Bytes transferred = 524288 (80000 hex) Marvell>> go 0x800200 ## Starting application at 0x00800200 ... U-Boot 2010.09 (Oct 17 2010 - 01:47:11) Marvell-Sheevaplug - SD/MMC SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB NAND: 256 MiB In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0
/* * Environment variables configurations */ #ifdef CONFIG_CMD_NAND #define CONFIG_ENV_IS_IN_NAND 0 #define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ #else #define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ #endif
Re: uboot patch/source mismatch October 17, 2010 03:18PM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 17, 2010 04:37PM |
Registered: 14 years ago Posts: 18 |
Re: uboot patch/source mismatch October 17, 2010 08:06PM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 17, 2010 08:47PM |
Registered: 14 years ago Posts: 107 |
Re: uboot patch/source mismatch October 17, 2010 09:32PM |
Registered: 14 years ago Posts: 31 |
Re: uboot patch/source mismatch October 20, 2010 07:25PM |
Registered: 14 years ago Posts: 31 |