You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-(a)cpi Processor name (example: CPU0, C000)
./ssdtPRGen.sh -a CPU0
Throw error:
Error: Processor label length is less than 3 ...
Aborting ...
Done.
Error msg should be: less/more than 3 (CPU0 = 4 chars)
Ex correct args, except this forever warning:
Warning: 'cpu-type' may be set improperly (0x0604 instead of 0x0704)
./ssdtPRGen.sh -a CPU -bclk 100 -c 1 -d 3 -f 3400 -lfm 1600 -l 4 -turbo 3800 -t 77
The text was updated successfully, but these errors were encountered:
Thank you for reporting this. Should be fine now. Script now expects four characters instead of three and it now also accepts -acpi [XXXX] next to -a [XXXX]
According to example (-h)
Throw error:
Error msg should be: less/more than 3 (CPU0 = 4 chars)
Ex correct args, except this forever warning:
The text was updated successfully, but these errors were encountered: