02-14-2023 09:51 AM
Arrived this morning to find my 9068 is not reporting the software we have installed on it. I can ping it, I can see it in NI Max program. I have two flashing lights, then a pause and two flashing lights. I understand this is safe mode, but I can not do anything. I have tried to force it into safe mode then back out. Have tried reset for 5 seconds. Can not format the controller. Can not reload firmware version. I get error when trying to format, and error when trying to load firmware.
Firmware loading error is 80041CF0
Formatting error is 'Error while reading a file from the local disk. The file may be corrupt or not present.
Any help would be appreciated.
Firmware version is 4.0.0f0
OS is ARMv7-A 4.1.15-rt17-ni-4.0.0f1
02-15-2023 01:34 PM - edited 02-15-2023 01:34 PM
The led indicates that prob an error occurred when an attempt to upgrade the software was interrupted and it should be needed to reinstall software. I'd suggest to format the target from the target's console by accessing the shell on your controller and running the following command while in safe mode and reboot.
For ARM-based (32-bit) targets:
nisystemformat -f -t ubifs
nisystemformat -f -c -t ubifs
reboot
These commands will reset both the run mode and configuration partitions of your target. It will delete all files stored on your controller, but should allow you to reinstall software to your target using MAX or apply an image to your target using the System Configuration API.
02-15-2023 02:43 PM
I just went into NI Max and cleared the error logs and every thing started working fine.