Hi
--- Quote Start ---
But what I see is that U-Boot does not boot until I connect via nios2-terminal, I can see there are several configurations and env I can set in U-Boot.
--- Quote End ---
Please confirm it as follows once.
make menuconfig
Kernel/Library/Defaults Selection ---> [*] Customize Kernel Settings <Exit>
Device Drivers ---> Character devices ---> Serial drivers --->
[*] Bypass output when no connection
.config - Linux Kernel v2.6.30 Configuration
──────────────────────────────────────────────────────────────────────────────
┌──────────────────────────── Serial drivers ─────────────────────────────┐
│ Arrow keys navigate the menu. <Enter> selects submenus --->. │
│ Highlighted letters are hotkeys. Pressing <Y> includes, <N> excludes, │
│ <M> modularizes features. Press <Esc><Esc> to exit, <?> for Help, </> │
│ for Search. Legend: [*] built-in [ ] excluded <M> module < > │
│ ┌─────────────────────────────────────────────────────────────────────┐ │
│ │ < > 8250/16550 and compatible serial support │ │
│ │ *** Non-8250 serial port support *** │ │
│ │ < > MAX3100 support │ │
│ │ [*] Altera JTAG UART support │ │
│ │ [*] Altera JTAG UART console support │ │
│ │ [ ] Bypass output when no connection │ │
│ │ [*] Altera UART support │ │
│ │ (4) Maximum number of Altera UART ports │ │
│ │ (115200) Default baudrate for Altera UART ports │ │
│ │ [ ] Altera UART console support │ │
│ └─────────────────────────────────────────────────────────────────────┘ │
├─────────────────────────────────────────────────────────────────────────┤
│ <Select> < Exit > < Help > │
└─────────────────────────────────────────────────────────────────────────┘
Did you select it?
Kazu