9
0
Fork 0
barebox/arch/nios2/boards/generic/env/config

21 lines
348 B
Bash

#!/bin/sh
# can be either 'net' or 'flash'
kernel=flash
root=flash
kernel_loc=nor
# use 'dhcp' todo dhcp in barebox and in kernel
ip=none
autoboot_timeout=3
nor_parts="256k(barebox),128k(env),4M(kernel),-(rootfs)"
bootargs="console=ttyS0,9600"
# set a fancy prompt (if support is compiled in)
PS1="\e[1;33mbarebox@\e[1;32mgeneric:\w\e[0m "