Skip to content

mwarning/mtdRW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mtdRW

A small Linux kernel module that makes all MTD partitions writeable.

Build and Load:

make
insmod mtdRW.ko

dmesg output

[86522.151371] mtdRW: Start to unlock MTD partitions!
[86522.151403] mtdRW: Make mtd device writeable: SPL (spi)
[86522.151417] mtdRW: Make mtd device writeable: u-boot (spi)
[86522.151426] mtdRW: Make mtd device writeable: uboot-env (spi)
[86522.151433] mtdRW: Make mtd device writeable: uboot-envr (spi)
[86522.151450] mtdRW: Make mtd device writeable: swupdate-fitImg (spi)
[86522.151471] mtdRW: Make mtd device writeable: swupdate-initramfs (spi)
[86522.151492] mtdRW: Make mtd device writeable: reserved (spi)
[86522.151503] mtdRW: Make mtd device writeable: factory (spi)

Sources:

About

A small Linux kernel module that makes all MTD partitions writeable at runtime.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published