# bblrc - Balloon Board Loader configuration file # ports # serial port for xmodem PORT=/dev/ttyS0 # parallel port for Xilinx CPLD dongle CPLDBASEADDR=378 # location of boot loader, kernel and root image FILES=`pwd` # location of the CPLD code LOGICFILES=`pwd` # app files for loading # balloon2 setting #BALLOON=2 #CPLD="20040427_dual_chip_compatible.xsvf" #SMALLBOOT="bootldr.small" #BOOTLOADER="bootldr.fast" #KERNEL="zImage" #ROOTFS="balloon-guralp.yaffs.gz" #balloon3 settings BALLOON=3 CPLD="vhdl/cpld/l3cpld.xsvf" FPGA="vhdl/fpga/l3fpga.bin" SMALLBOOT="bootldr/bootldrpxa.small" BOOTLOADER="bootldr/bootldrpxa.fast" KERNEL="kernel/zImage" INSTALLER="kernel/zImageInitrd" #ROOTFS="rootfs/balloon3-test-udev.yaffs2.gz" # Bootloader Parameters BUILD="E1" #for kernels newer than 2.4.19 use this line (e.g 2.4.25) LINUXARGS="nointrd root=/dev/mtdblock1 quiet init=/sbin/init console=ttySA0,115200" #this is the right rune for 2.4.19 kernel #LINUXARGS="nointrd root=/dev/mtdblock2 init=/linuxrc console=ttySA0" # Logging options for chat #CHATOPTIONS="-v -s" #Verbose logging to stderr CHATOPTIONS="" #no logging for when things seem to be working # location of the chat binary CHATBIN=/usr/sbin/chat # file into which machine ID gets written # also used, naughtily, as temporary processing place to figure out machine id MACHINEIDFILE=$HOME/balloon-bin/machineid # nice value for sx, so that it takes priority over busy web # servers, web browsers, and so on running on the same machine # negative values are higher priority, positive ones are lower # note that we're using a local copy of nice because it's setuid root # naughty but, erm, nice #SXNICE="/home/balloon/bin/nice --adjustment=-1" SXNICE=