I want to change the some of the configurable parameters of lwip and xilffs libraries with tcl commands in Xilinx SDK. I can get the configurable parameters of xilffs library via the command:
configbsp -bsp <bsp_name> -lib xilffs
========================================================================
NAME VALUE
========================================================================
enable_exfat false
enable_multi_partition false
fs_interface 1
num_logical_vol 2
ramfs_size 3145728
ramfs_start_addr
read_only false
set_fs_rpath 0
use_chmod false
use_lfn 0
use_mkfs true
use_strfunc 0
word_access true
For example how can I change the value of use_lfn parameter to 1 from command line?
Thanks in advance.
According to the first Google search result for
configbsp
, the syntax is this:That would lead me try: