No effect of CONFIG_BOOTCOMMAND September 20, 2010 08:03PM |
Registered: 14 years ago Posts: 18 |
//#define CONFIG_BOOTCOMMAND "run bootcmd_usb; usb stop; run bootcmd_pogo; reset" #define CONFIG_BOOTCOMMAND "mmc init"
U-Boot 2010.06-00695-gbd23130-dirty (Aug 30 2010 - 23:04:56) Marvell-Dockstar/Pogoplug by Jeff Doozan 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
Marvell>> setenv ipaddr 10.255.0.160 Marvell>> setenv serverip 10.255.0.5 Marvell>> tftp 0x800000 uboot.mtd3.bin Using egiga0 device TFTP from server 10.255.0.5; our IP address is 10.255.0.160 Filename 'uboot.mtd3.bin'. Load address: 0x800000 Loading: #################################### done Bytes transferred = 524288 (80000 hex) Marvell>> go 0x800000 ## Starting application at 0x00800000 ...
U-Boot 2010.09-rc1-00015-g29ccd7c-dirty (Sep 21 2010 - 02:38:57) 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
(Re)start USB... USB: Register 10011 NbrPorts 1 USB EHCI 1.00 scanning bus for devices... 3 USB Device(s) found scanning bus for storage devices... 1 Storage Device(s) found Loading file "/boot/uImage" from usb device 0:1 (usbda1) 2023316 bytes read
Re: No effect of CONFIG_BOOTCOMMAND September 20, 2010 08:14PM |
Admin Registered: 14 years ago Posts: 304 |
Re: No effect of CONFIG_BOOTCOMMAND September 21, 2010 05:02AM |
Registered: 14 years ago Posts: 18 |
Re: No effect of CONFIG_BOOTCOMMAND September 21, 2010 05:53AM |
Registered: 14 years ago Posts: 18 |
U-Boot 1.1.4 (Jul 16 2009 - 21:02:16) Cloud Engines (3.4.16) U-Boot code: 00600000 -> 0067FFF0 BSS: -> 00690D60 Soc: 88F6281 A0 (DDR2) CPU running @ 1200Mhz L2 running @ 400Mhz SysClock = 400Mhz , TClock = 200Mhz DRAM CAS Latency = 5 tRP = 5 tRAS = 18 tRCD=6 DRAM CS[0] base 0x00000000 size 128MB DRAM Total size 128MB 16bit width Flash: 0 kB Addresses 8M - 0M are saved for the U-Boot usage. Mem malloc Initialization (8M - 7M): Done NAND:256 MB CPU : Marvell Feroceon (Rev 1) CLOUD ENGINES BOARD: REDSTONE:1.0 Streaming disabled Write allocate disabled USB 0: host mode PEX 0: interface detected no Link. Net: egiga0 [PRIME], egiga1 Hit any key to stop autoboot: 0
CE>> setenv ipaddr 10.255.0.160 CE>> setenv serverip 10.255.0.5 CE>> tftp 0x800000 uboot.mtd3.bin Using egiga0 device TFTP from server 10.255.0.5; our IP address is 10.255.0.160 Filename 'uboot.mtd3.bin'. Load address: 0x800000 Loading: ################################################################# ###################################### done Bytes transferred = 524288 (80000 hex) CE>> go 0x800000 ## Starting application at 0x00800000 ...
U-Boot 2010.09-rc1-00015-g29ccd7c-dirty (Sep 21 2010 - 10:27:56) Marvell-Sheevaplug - SD/MMC SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB NAND: 256 MiB *** Warning - bad CRC or NAND, using default environment In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 No MMC card found
*** Warning - bad CRC or NAND, using default environment
Re: No effect of CONFIG_BOOTCOMMAND September 21, 2010 06:20AM |
Registered: 14 years ago Posts: 18 |
/* * Environment variables configurations */ #ifdef CONFIG_CMD_NAND #define CONFIG_ENV_IS_IN_NAND 1 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K */ #else #define CONFIG_ENV_IS_NOWHERE 1 /* if env in SDRAM */ #endif
U-Boot 2010.09-rc1-00015-g29ccd7c-dirty (Sep 21 2010 - 13:12:21) Marvell-Sheevaplug - SD/MMC SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB Using default environment In: serial Out: serial Err: serial Net: egiga0 88E1116 Initialized on egiga0 Hit any key to stop autoboot: 0 No MMC card found