You can boot your TV from images on USB Flash instead of internal Flash.
Sp there is no change on internal memory. But you have better to dump current firmware and (all partitions with tbmlc image) to any safe place before working

your samdrv's usage count is 26 so makes no sense/chance to proper unload it.marcelru wrote:Hi nilo,
I tried to unload samdrv.ko from my tv, so far without success.
In my tv, the loaded modules are:
# lsmod
Module Size Used by Tainted: P
rt73 354092 0 - Live 0xbf531000
rt2870sta 674452 1 - Live 0xbf48b000
usb_storage 37796 1 - Live 0xbf480000
ohci_hcd 18692 0 - Live 0xbf47a000
ehci_hcd 29992 0 - Live 0xbf471000
usbcore 129064 6 rt73,rt2870sta,usb_storage,ohci_hcd,ehci_hcd, Live 0xbf450000
8139too 23296 0 - Live 0xbf449000
usb_fault 3928 2 - Live 0xbf447000
samdrv 3876372 26 - Live 0xbf093000
rfs 71688 7 - Live 0xbf080000
fsr_stl 251568 6 - Live 0xbf041000
fsr 258912 1 fsr_stl, Live 0xbf000000
When I remove samdrv.ko, I get this:
# rmmod -f samdrv.ko
Segmentation fault
...