Re: Placing the configuration file in the user space

2008-12-31 Thread Ben Elliston
> I have one more queary, I dont want to use the configuration file > and i want to pass the entire configuration information as arguments > to runtest command, is this possible ? Not that I know of. You must put all of the board parameters into a board file and specify that with --target_board.

Re: Placing the configuration file in the user space

2008-12-31 Thread kalyanreddy
Hi Ben, Thank you so much for your reply, and it is working fine now. I have one more queary, I dont want to use the configuration file and i want to pass the entire configuration information as arguments to runtest command, is this possible ? Cheers, -Kalyan. Ben Elliston-37 wrote: > >> I d