cipherthis commented on issue osboot/osbmk#149
Add support for booting from SD/MMC cards on X230 laptopsThe port contact variable names should be reset/reassigned to
2 years ago
cipherthis commented on issue osboot/osbmk#149
Add support for booting from SD/MMC cards on X230 laptopsThe port contact variable names should be reset/reassigned to
2 years ago
cipherthis commented on issue osboot/osbmk#149
Add support for booting from SD/MMC cards on X230 laptopsAfter the print line there should be a nonindented line that says
2 years ago
cipherthis commented on issue osboot/osbmk#149
Add support for booting from SD/MMC cards on X230 laptopsThe driver name can be for example D+ for a contact on the USB port. It's what it's called on the port's motherboards. It might be the same name in software too. By the way that's just 1 of the nodes you have to check. USB alone has several.
2 years ago
cipherthis commented on issue osboot/osbmk#149
Add support for booting from SD/MMC cards on X230 laptopsIf all you need for a driver is whether a contact or node works on a port or socket then you can use this code in python. Just substitute the variable name for "Driver".
2 years ago