Forum Discussion
Altera_Forum
Honored Contributor
15 years agou-boot without flash device
Is there any way to skip the flash check on the beginning of u-boot ?? ***************************************** U-Boot 2009.03-00006-g3387a3e-dirty (Dec 17 2010 - 15:42:36) CPU : Nios...
Altera_Forum
Honored Contributor
15 years agoSolved.
define config_sys_no_flash do not define config_flash_cfi_driver do not define config_cmd_flash (undefine it if necessary do not define config_cmd_imls (undefine it if necessary) You may still see error in compilation. Go to u-boot/lib_nios2/board.c around line 155, comment out the line //bd->bi_flashsize = flash_init(); At least, this will give you a command prompt of the u-boot. Or simply the board.c file should use# ifdef to process this line. 1 more thing. If you are using the config_cmd_default, then... In side of u-boot/include/config_cmd_default.h around line 25, comment out# define CONFIG_CMD_FLASH