Completed
Read operation example
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Reverse Engineering Flash Memory for Fun and Benefit
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The targeted device
- 3 Equipment & Supplies
- 4 Too much heat?
- 5 FTDI FT2232H breakout board
- 6 MCU Host Bus Emulation Mode
- 7 Data control lines
- 8 Read operation example
- 9 Basic command sets for usual NAND Flash memory (small blocks)
- 10 Reading a small block page
- 11 Write operation pin states
- 12 ECC (Error Correction Code)
- 13 Example - P8 calculation
- 14 Example - P2 calculation
- 15 ECC calculation code
- 16 Example bad block check routine
- 17 An example of Flash memory layout
- 18 U-boot boot code
- 19 Custom boot code
- 20 Kernel image disassembly
- 21 Mounting JFFS2 file system using a MTD
- 22 Bridge & damaged pins
- 23 Tamper detection
- 24 Conclusion