From 913145a630c97e8e3ea702caf56824db0bd74726 Mon Sep 17 00:00:00 2001 From: Eljakim Herrewijnen Date: Sat, 3 Aug 2024 11:28:37 +0200 Subject: [PATCH] update --- documentation/source/index.rst | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) 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 - -