Open mediotex opened 1 year ago
I haven't found any bit of code yet that would reset this. Are you seeing this with the coax left disconnected?
yes, in all cases I connected to the serial console without a coaxial cable attached.
Just an idea, but have you also tried enabling factory mode? Maybe not being in factory mode disables the serial console.
I have to try.
I tried set arris.nvm.factory_mode_enabled true
, but this didn't change the situation. The serial console value has been reset to the default state. Can it be firmware function?
Problem: the settings arris.nvm.serial_console_enabled true, that was set and written to the non-vol, is retained by the device only until the 2nd reboot. It's saved after the first reboot, but then after the 2nd reboot it reset to the default value: Serial Console Enabled = 0. The other changed settings are saved normally. I guess that this value is additionally preset somewhere in the firmware.
TM902S in 'ARRIS' NonVol group have a section callled 'Broadcom CM Vendor Extension Dynamic NonVol Settings' which have a subsection called "ARRIS MFG Block":
this block has the entry "Serial Console Enable - 0" that, seems, have been default preset by the manufacturer. Where this block is located and how to change this value to '1'? This, seems, is a different entry, not a one that can be changed by 'arris.nvm.serial_console_enabled true'. Also, bcm2cfg seems does not recognize the nonvol type (dyn/perm) and device profile properly.