Commit b0727bbb authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

1. increased spaces for ramdisks to 30MB 2. fixed debug output for microzed

parent f4787d4e
......@@ -122,10 +122,10 @@
"fpga load 0 ${loadbit_addr} ${filesize}\0" \
"sdboot=echo Copying Linux from SD to RAM... && " \
"mmcinfo && " \
"fatload mmc 0 0x3A00000 ${kernel_image} && " \
"fatload mmc 0 0x3400000 ${devicetree_image} && " \
"fatload mmc 0 0x3F00000 ${kernel_image} && " \
"fatload mmc 0 0x3E00000 ${devicetree_image} && " \
"fatload mmc 0 0x2000000 ${ramdisk_image} && " \
"bootm 0x3A00000 0x2000000 0x3400000\0" \
"bootm 0x3F00000 0x2000000 0x3E00000\0" \
"nandboot=echo Copying Linux from NAND flash to RAM... && " \
"nand read 0x3000000 0x100000 ${kernel_size} && " \
"nand read 0x2A00000 0x600000 ${devicetree_size} && " \
......
......@@ -81,12 +81,12 @@
//#define CONFIG_EZYNQ_MIO_SDWP_0 50 /* #any but 7,8 */
//#define CONFIG_EZYNQ_MIO_SDWP_0__PULLUP
#define CONFIG_EZYNQ_MIO_UART_1 48 /* # 8+4*N */
#define CONFIG_EZYNQ_MIO_UART_0 50 /* # 8+4*N */
//#define CONFIG_EZYNQ_MIO_UART_0 50 /* # 8+4*N */
/* LED will be OFF */
#define CONFIG_EZYNQ_MIO_INOUT_47 OUT /* Make output, do not set data. Will be set after debug will be over */
#define CONFIG_EZYNQ_MIO_GPIO_OUT_7 1 /* Set selected GPIO output to 0/1 */
#define CONFIG_EZYNQ_UART_DEBUG_CHANNEL 0x0
#define CONFIG_EZYNQ_UART_DEBUG_CHANNEL 0x1
/*
Red LED - pullup, input - on,
......
......@@ -85,6 +85,8 @@
//#define CONFIG_EZYNQ_MIO_INOUT_47 OUT /* Make output, do not set data. Will be set after debug will be over */
//#define CONFIG_EZYNQ_MIO_GPIO_OUT_7 1 /* Set selected GPIO output to 0/1 */
#define CONFIG_EZYNQ_UART_DEBUG_CHANNEL 0x1
/*
Red LED - pullup, input - on,
#define CONFIG_EZYNQ_MIO_INOUT_47 OUT
......
......@@ -115,10 +115,10 @@
"fpga load 0 ${loadbit_addr} ${filesize}\0" \
"sdboot=echo Copying Linux from SD to RAM... && " \
"mmcinfo && " \
"fatload mmc 0 0x3A00000 ${kernel_image} && " \
"fatload mmc 0 0x3400000 ${devicetree_image} && " \
"fatload mmc 0 0x3F00000 ${kernel_image} && " \
"fatload mmc 0 0x3E00000 ${devicetree_image} && " \
"fatload mmc 0 0x2000000 ${ramdisk_image} && " \
"bootm 0x3A00000 0x2000000 0x3400000\0" \
"bootm 0x3F00000 0x2000000 0x3E00000\0" \
"nandboot=echo Copying Linux from NAND flash to RAM... && " \
"nand read 0x3000000 0x100000 ${kernel_size} && " \
"nand read 0x2A00000 0x600000 ${devicetree_size} && " \
......
......@@ -122,10 +122,10 @@
"fpga load 0 ${loadbit_addr} ${filesize}\0" \
"sdboot=echo Copying Linux from SD to RAM... && " \
"mmcinfo && " \
"fatload mmc 0 0x3A00000 ${kernel_image} && " \
"fatload mmc 0 0x3400000 ${devicetree_image} && " \
"fatload mmc 0 0x3F00000 ${kernel_image} && " \
"fatload mmc 0 0x3E00000 ${devicetree_image} && " \
"fatload mmc 0 0x2000000 ${ramdisk_image} && " \
"bootm 0x3A00000 0x2000000 0x3400000\0" \
"bootm 0x3F00000 0x2000000 0x3E00000\0" \
"nandboot=echo Copying Linux from NAND flash to RAM... && " \
"nand read 0x3000000 0x100000 ${kernel_size} && " \
"nand read 0x2A00000 0x600000 ${devicetree_size} && " \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment