From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mani Amoozadeh Date: Sun, 16 Oct 2016 13:32:52 -0700 Subject: [U-Boot] Finding u-boot code in SD card using a hex viewer Message-ID: <005701d227ec$78b775e0$6a2661a0$@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I am using NITROGEN6X board from Boundary Devices (here ). The linux kernel uses U-boot as the boot loader. I open the SD Card content in a hex viewer and I can see/decode the MBR in sector 0. I am now trying to find the stage 1 (secondary program loader) and stage 2 code in the hex viewer. Is there any documents describing this? - Mani