fbd4e452c7
Update Innovium configs + Add new platforms supporting Innovium chips
10 lines
140 B
Bash
Executable File
10 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
NOKEXECFILE=/no-kexec-reboot
|
|
|
|
/bin/rm -f $NOKEXECFILE
|
|
touch $NOKEXECFILE
|
|
|
|
rmmod x86-64-cameo-esc600-128q
|
|
i2cset -y 0 0x30 0xa1 0
|
|
|