diff --git a/documentation/source/index.rst b/documentation/source/index.rst index 0ebc2aa..1dc5951 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -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 - -