Skip to content

Releases: frank-w/BPI-R64-ATF

bpi-r64-main-20201129111507

29 Nov 11:15
Compare
Choose a tag to compare
CI-BUILD-20201129_111504-8a75849

readme: add instructions for booting local FIT kernel

bpi-r64-main-20201124181409

24 Nov 18:14
Compare
Choose a tag to compare
CI-BUILD-20201124_181406-d407ab2

readme: add missing switch to emmc for uboot-flash

bpi-r64-main-20201122194112

22 Nov 19:41
Compare
Choose a tag to compare
travis: build only for main and travis branches

deploy only on main branch

mt7622-bpir64-20201122120440

22 Nov 12:04
Compare
Choose a tag to compare
travis: fix some travis config warnings

currently dpl v1 is used so i cannot drop skip_cleanup

mt7622-bpir64-20201122115757

22 Nov 11:58
Compare
Choose a tag to compare
CI-BUILD-20201122_115754-8c0af23

travis: add new img command and files to deploy

mt7622-bpir64-20201121182957

21 Nov 18:30
Compare
Choose a tag to compare
CI-BUILD-20201121_182954-01d5107

FIT: add basic linux FIT image for testing

mt7622-bpir64-20201121170953

21 Nov 17:09
Compare
Choose a tag to compare
gpt: fixed GPT for emmc

- reset to mtk-version
- resize rf-partition (rf overlaps kernel)
  sgdisk -d 3 -n 3:7168:8191 -c 3:rf -u 3:8142c1b2-1697-41d9-b1bf-a88d76c7213f /dev/mmcblk0
- resize kernel-part and change to FAT
  sgdisk -d 4 -n 4:8192:212991 -c 4:kernel -u 4:971F7556-EF1A-44CD-8B28-0CF8100B9C7E -t 4:0700 /dev/mmcblk0
- add root-partition with gdisk
- extracted from emmc
  npart=5;sudo dd if=/dev/mmcblk0 of=bpi-r64_headless.gpt bs=1 skip=512 count=$(( $npart*128 +1024 ))

mt7622-bpir64-20201118185810

18 Nov 18:58
Compare
Choose a tag to compare
CI-BUILD-20201118_185808-473c8ac

travis: change upload for binaries in root

mt7622-bpir64-20201109130530

09 Nov 13:05
Compare
Choose a tag to compare
CI-BUILD-20201109_130528-8f6d3cc

travis: run rename after build (for later support of sdmmc)