Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
resources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc594 [28 Sep 2022 10:21] – Removed SHARC-ALSA example instructions Henrik Mauresources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc594 [11 Oct 2022 16:00] Henrik Mau
Line 199: Line 199:
   : <code>   : <code>
 $ cd /tftpboot $ cd /tftpboot
-$ /opt/analog/cces/2.11.0/ARM/aarch64-none-elf/bin/aarch64-none-elf-gdb u-boot-proper-sc594-som-ezkit.elf +$ /opt/analog/cces/2.11.0/ARM/arm-none-eabi/bin/arm-none-eabi-gdb u-boot-proper-sc594-som-ezkit.elf 
 ... ...
 (gdb) target extended-remote :3333 (gdb) target extended-remote :3333
 Remote debugging using :3333 Remote debugging using :3333
 0x000000000000352c in ?? () 0x000000000000352c in ?? ()
-(gdb) load u-boot-spl-sc594-som-ezkit.elf 
-Loading section .text, size 0x13618 lma 0x20080000 
-Start address 0x20080000, load size 79384 
-Transfer rate: 34 KB/sec, 15876 bytes/write. 
-(gdb) c 
-Continuing. 
-^C 
-Program received signal SIGINT, Interrupt. 
-0x0000000020080ca0 in ?? () 
-</code> 
- 
-At this point you should see the following message in the first terminal. 
- 
-  ;''**Terminal1: minicom**'' 
-  : 
-<code> 
-U-Boot SPL 2020.10 (Aug 23 2022 - 13:09:23 +0000) 
-ADI Boot Mode: 0 (JTAG/BOOTROM) 
-SPL execution has completed.  Please load U-Boot Proper via JTAG 
-</code> 
- 
-Back in the third terminal, load U-Boot Proper into RAM. 
- 
-  ;''**Terminal3: GDB**'' 
-  : 
-<code> 
 (gdb) load (gdb) load
 Loading section .text, size 0x150 lma 0x96000000 Loading section .text, size 0x150 lma 0x96000000
resources/tools-software/linuxdsp/docs/quickstartguide/quickstart_sc594.txt · Last modified: 14 Sep 2023 10:11 by Vasileios Bimpikas