UnitV2 Linux Firmware?
- 
					
					
					
					
 I've modified the network stack and lost access to the device through usb/wifi, what can i use to reflash the device? 
- 
					
					
					
					
 This post is deleted!
- 
					
					
					
					
 This post is deleted!
- 
					
					
					
					
 Nvm, i fixed it by altering the firmware file deploy.py using 7zip and notepad++ and adding this text to the deploy file just above "dnsmasq_file = " Please note the backslash at the end of dhcpcd_file=here is missing (forum problem_ FIX BEGINS HERE - COPY BELLOW THIS LINE dhcpcd_file = 
 '''
 nohook lookup-hostnameinterface eth0 
 static ip_address=10.254.239.1/24
 static routers=10.254.239.1
 '''
 open('/etc/dhcpcd.conf', 'w+').write(dhcpcd_file)FIX ENDS HERE It restored the network on the UnitV2 
- 
					
					
					
					
 I am in the same situation, I ask for more details thank you in advance 
