Difference between revisions of "Linux disk image for Orange Pi 4"
Jump to navigation
Jump to search
(Created page with "Creating a disk image file with Linux for Orange Pi 4. ''' Prerequisites:''' * U-Boot on Orange Pi 4 * Linux on Orange Pi 4 '''Next Steps:''' Flashing Linu...") |
|||
| Line 8: | Line 8: | ||
{{Todo|THIS PAGE}} | {{Todo|THIS PAGE}} | ||
| + | |||
| + | The instructions are based on build scripts used in [[BSP Linux on Orange Pi 4]]. | ||
| + | |||
| + | == Setup == | ||
| + | === Base Packages === | ||
| + | * parted | ||
| + | * gptfdisk (gdisk) | ||
| + | |||
| + | == Building == | ||
== External Links == | == External Links == | ||
* Build script from [[BSP Linux on Orange Pi 4]]: [https://github.com/orangepi-xunlong/OrangePiRK3399_scripts/blob/master/build_image.sh] | * Build script from [[BSP Linux on Orange Pi 4]]: [https://github.com/orangepi-xunlong/OrangePiRK3399_scripts/blob/master/build_image.sh] | ||
Latest revision as of 11:30, 28 March 2020
Creating a disk image file with Linux for Orange Pi 4.
Prerequisites:
Next Steps: Flashing Linux to SD Card
TODO: THIS PAGE
The instructions are based on build scripts used in BSP Linux on Orange Pi 4.
Setup
Base Packages
- parted
- gptfdisk (gdisk)
Building
External Links
- Build script from BSP Linux on Orange Pi 4: [1]