Skip to content

EstebanFuentealba/DongshanPI-PicoW-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DongshanPI PicoW Docker

Prerequisites

Download IKAYAKI_SDK.zip, extract it, and place each folder in the IKAYAKI_SDK directory of this project, resulting in a file structure as depicted in the following image.


Build

docker build -t dongshanpi-ubuntu .

Run interactive mode

docker run --name dongshanPI-ubuntu -iv ${PWD}/artifact:/artifact -it dongshanpi-ubuntu /bin/bash

Compile

# Test
arm-linux-gnueabihf-gcc -v

# Compile boot
echo "[run] Compile boot"
cd /home/dongshanpi/IKAYAKI_SDK/boot/
make pioneer3_spinand_defconfig
make -j8
cp u-boot_spinand.xz.img.bin ../project/board/p3/boot/spinand/uboot/

# Compile kernel
echo "[run] Compile kernel"
cd /home/dongshanpi/IKAYAKI_SDK/kernel/
make -f _makefile pioneer3_ssc021a_s01a_spinand_demo_defconfig
make -j8

# Compile SDK
cd /home/dongshanpi/IKAYAKI_SDK/project/
make dispcam_p3_spinand.glibc-9.1.0-s01a.64.qfn68.demo_defconfig
make image
cp -a image/output/images/* /artifact
echo "[run] OK"

Flash System

Copy and burn the image. After compilation, the image can be found in the directory artifact.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published