Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- image boot.vfat {
- vfat {
- extraargs = "-n BOOT"
- files = {
- "Image",
- "sun50i-a64-pine64-plus.dtb",
- "boot.scr",
- # "../uEnv.txt",
- # "../uboot.env",
- }
- }
- size = 64M
- }
- image sdcard.img {
- hdimage {
- }
- partition u-boot {
- in-partition-table = "no"
- offset = 8192
- image = "../a64_boot.bin"
- # image = "bootpart.img"
- }
- partition boot {
- partition-type = 0xC
- image = "boot.vfat"
- }
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- size = 512M
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment