Source Code
...
When prompted during the code building process, select “[3] SP7350 MC Board.”
Refer to: In-system Programming Flash Devices
...
Refer to the release details of the software package:
Prebuilt Images
To create your an SD card for booting SP7350 Mini Control IO Boards, you can write start by downloading the prebuilt image (ex: file, such as Ubuntu_Server_24_04_1_for_MCB.img) to an SD card directly _20241121.7z and unzip it. Once ready, write the image directly to the SD card using the dd command. For instanceexample:
Code Block |
---|
dd if=Ubuntu_Server_24_04_1_for_MCB_20241121.img of=/dev/sda bs=1M; sync |
where Here, the SD card is accessed via a USB SD card reader and mounted on at /dev/sdaDepend . Depending on the your system you are using, you may need to unmount , unmounting the SD card might be required after completing the writing process :is complete.
Code Block |
---|
umount /dev/sda |
To boot from an the SD card, adjust set the boot switch to [1 1 0 0] . Refer to figure below for the switch settings.as shown in the diagram below:
...
Insert your the prepared SD card into the micro SD card socket, as demonstrated illustrated in the figure below.
...
Finally, turn power on the powersystem, and the system which will automatically boot from the SD card.
...