You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
403 B
8 lines
403 B
Purpose: read a 'bootargs_input.txt' to generat 'bootargs.bin'.
|
|
Command: Usage: mkbootargs:
|
|
-r bootargs_input: read a bootargs.txt
|
|
-o bootargs_bin: write a bootargs.bin
|
|
-s bootargssize: size in KB. usually, bootargssize is set to the bootargs partition size. default:512.
|
|
mkbootargs will read a 'bootargs_input.txt' and generat a 'bootargs.bin'.
|
|
Example:./makebootargs -s 64
|