This commit is contained in:
Eljakim Herrewijnen 2024-08-03 11:28:37 +02:00
parent de0a929226
commit 913145a630

View File

@ -3,8 +3,9 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Samsung's documentation!
===================================
Samsung Documentation
=====================
Documentation on Samsung devices, currently mainly the Samsung S7.
.. toctree::
:maxdepth: 2
@ -13,17 +14,3 @@ Welcome to Samsung's documentation!
BootROM_8890/index.rst
DWC3 usb
--------
@ELHER todo document current dwc3 implementation to receive data
Samsung Firmware
----------------
To extract the sboot.bin file from a samsung firmware file:
.. code-block:: bash
$ unzip -p firmware.zip 'BL_*.tar.md5' | tar -Oxf - 'sboot.bin.lz4' | lz4 -d - sboot.bin