sipeed / LonganPi-3H-SDK

LonganPi 3H SDK
GNU General Public License v3.0
28 stars 14 forks source link

Document (or script) process for building SD/MMC image from generates root filesystem #13

Closed pixdrift closed 7 months ago

pixdrift commented 7 months ago

Hi Sipeed devs,

Thanks for putting together these scripts, they provide a very clean method of rebuilding the root filesystem that works reliably.

I am interested in the process that Sipeed use to generate full SD and EMMC images using the root filesystem generated from this repository (images here): https://wiki.sipeed.com/hardware/en/longan/h618/lpi3h/3_images.html

Could this process be documented in this repository with a mkimage.sh perhaps? as it would be useful for people to be able to rebuild the Sipeed images end to end.

wu-yue-yu commented 7 months ago

https://wiki.sipeed.com/hardware/en/longan/h618/lpi3h/7_develop_mainline.html#Make-a-boot-TF-card-image

pixdrift commented 7 months ago

Thankyou @wu-yue-yu, your documentation is excellent! and apologies I didn't see this when browsing the site.

wu-yue-yu commented 7 months ago

Thankyou @wu-yue-yu, your documentation is excellent! and apologies I didn't see this when browsing the site.

I'll add some descriptions in other pages like imges and burn_image as well.