Editing Spuldrfs
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category: | [[Category:Linux]] | ||
=Introduction= | =Introduction= | ||
Line 45: | Line 45: | ||
=Loading Firmware From Linux Kernel Module= | =Loading Firmware From Linux Kernel Module= | ||
* It's a really | * It's a really cool trick. | ||
* First, create a pseudo platform device. Then use it to request firmware. After that destroy the platform device. | * First, create a pseudo platform device. Then use it to request firmware. After that destroy the platform device. | ||
* We could use it to load metldr automatically | * We could use it to load metldr automatically. | ||
* http://www.crashcourse.ca/wiki/index.php/Loading_external_firmware | * http://www.crashcourse.ca/wiki/index.php/Loading_external_firmware | ||