Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article, we will guide you through the process of downloading and compiling the SP7350 code. The source code for SP7350 is automatically updated on both GitHub and Gitee every day, ensuring users have access to the latest developments.

...

Once you have completed the configuration selections in the menu, the system will start configuring the building environment. This process may take tens seconds or even a few minutes, depending on your computer's performance. Please wait patiently for the configuration process to conclude.

Please note that the system takes additional time to complete its initial run during the configuration process, as it requires the download of the toolchain.

Configure X-Boot Features (optional)

...

After completing all configurations, you are ready to initiate the code build. Execute the following command to commence the build process:

make

Alternatively, if you're not using the English version of Ubuntu, use:

LANG=C make

This command instructs make to avoid using your native language.

make will then proceed to compile the code based on your chosen configurations. The duration of this process depends on your computer's performance, typically taking a few minutes. Kindly exercise patience and allow the system to complete the build.

...

https://sunplus.atlassian.net/wiki/spaces/C3/pages/1994621039/A+guideGuide+to+inIn-system+programmingProgramming+flashFlash+devicesDevices+on+the+SP7350+platforms#AppendixPlatforms#Appendix

For example, if you are using SP7350 Evaluation Board, please set boot-selection switch SW2 to all OFF (1111) and SW3 to OFF-OFF-ON-ON (1100) for booting from SD card.

...

If you intend to in-system program a flash device (e.g., eMMC) on the SP7350 platform and boot from it, please refer to:

A guide Guide to inIn-system programming flash devices Programming Flash Devices on the SP7350 platformsPlatforms

Log of Booting from SD Card

...