Skip to content

Minor improvements to ADSP getting started #143

@pamolloy

Description

@pamolloy
  • Note that the board must be in boot mode 0
  • Fedora ships gdb with multiarch support so a separate package is not needed. I assume this is the same for all RPM-based distros
  • tcl/target/adspsc59x.cfg vs. tcl/target/adspsc59x_a55.cfg
  • Provide an example of connecting to UART like minicom -D /dev/serial/by-id/usb-Silicon_Labs... and note the Baudrate, etc
  • Warn : Prefer GDB command "target extended-remote :3333" instead of "target remote :3333"
  • I think we can update => wget ${fdt_addr_r} <host-ip-addr>:/<path-to-image> to => wget ${kernel_addr_r} <host-ip-addr>:/Image since the Python web server is running in the extracted release directory and add fdt_addr_r
  • Add booti ${kernel_addr_r} - ${fdt_addr_r} for now, but it should be the value for bootcmd

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions