Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 818 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 818 Bytes

Linux Firmware Debug Kit(lfdk)

This repository made some fixes for lfdk running on Ubuntu, which origins from http://sourceforge.net/projects/lfdk/?source=dlp

how to use

  1. sudo apt-get install libncurses5-dev
  2. make
  3. sudo insmod bin/lfdd_drv.ko
  4. sudo bin/lfdk

Screenshots

pci list

pci register

memory

io space

TODO

  • Sometimes kernel panic happended in memory screen
    • change lfdd to fwts driver
    • driver packs to DKMS
  • Add acpi, dmi.. log collection function
  • Q method debug
  • Pack to debian package
  • Upload to PPA