device-pine-dontbeevil: fix u-boot script (!586)
This commit is contained in:
parent
5d5ab279f2
commit
1544b5da95
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname="device-pine-dontbeevil"
|
pkgname="device-pine-dontbeevil"
|
||||||
pkgdesc="PINE64 PinePhone Don't be evil devkit"
|
pkgdesc="PINE64 PinePhone Don't be evil devkit"
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=9
|
pkgrel=10
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -73,7 +73,7 @@ kernel_longts() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="3e903f578a5112ec171e09e13e331345f0bd8fee935d6658a48cd2d369085c909106329fc103678961189486956aed97da9ff0b3be59f587f773f57d51f2d1bd deviceinfo
|
sha512sums="3e903f578a5112ec171e09e13e331345f0bd8fee935d6658a48cd2d369085c909106329fc103678961189486956aed97da9ff0b3be59f587f773f57d51f2d1bd deviceinfo
|
||||||
cfed1b8d3e71df799d2b11f67a80b70e6953b10ca1ee8a1c4d5d41c83ef7738a60ce963d6efe9037e99d261bcd08d3e8222da557516d9cefe10994349271d7a7 uboot-script.cmd
|
cf190dbdc74e92cc150984e5e6419ef2ac45377eac882bf857e000ef8ab534955bb904c5dd3b423f7d50cedd90824e353df08e77336099dcf557e852940e0470 uboot-script.cmd
|
||||||
c4c57d1627dd451213e1ef20d89de9266cd4edcc2d33a69aa9a1f13e16d9f9742036b69dc149fd910d7213f7525c41eb79576d4457bc85cc96eba0d986382d27 weston.ini
|
c4c57d1627dd451213e1ef20d89de9266cd4edcc2d33a69aa9a1f13e16d9f9742036b69dc149fd910d7213f7525c41eb79576d4457bc85cc96eba0d986382d27 weston.ini
|
||||||
f86ef35730b89bcc8160c08db7a7fcd0970adf60c0b77af68bac397de49c0d1783e6b8db1762380c9bf874aff2d030c6f44ecb75c803d69e79ede11376409369 xorg.conf
|
f86ef35730b89bcc8160c08db7a7fcd0970adf60c0b77af68bac397de49c0d1783e6b8db1762380c9bf874aff2d030c6f44ecb75c803d69e79ede11376409369 xorg.conf
|
||||||
aa11864b9960e94e13b1467e09d8eb528e3d3652bf1fb251c7a040f4d44270403072db8aa906405d4c81fa9d6043fafa8d9ccd1f97031fd96d0dcacc38da8f84 start_weston.sh"
|
aa11864b9960e94e13b1467e09d8eb528e3d3652bf1fb251c7a040f4d44270403072db8aa906405d4c81fa9d6043fafa8d9ccd1f97031fd96d0dcacc38da8f84 start_weston.sh"
|
||||||
|
|
|
@ -3,7 +3,8 @@ setenv bootargs init=/init.sh rw console=tty0 console=ttyS0,115200 no_console_su
|
||||||
printenv
|
printenv
|
||||||
|
|
||||||
echo Loading DTB
|
echo Loading DTB
|
||||||
load mmc ${mmc_bootdev}:1 ${fdt_addr_r} sun50i-a64-dontbeevil.dtb
|
load mmc ${mmc_bootdev}:1 ${fdt_addr_r} sun50i-a64-dontbeevil-longts.dtb
|
||||||
|
load mmc ${mmc_bootdev}:1 ${fdt_addr_r} sun50i-a64-dontbeevil-shortts.dtb
|
||||||
|
|
||||||
echo Loading Initramfs
|
echo Loading Initramfs
|
||||||
load mmc ${mmc_bootdev}:1 ${ramdisk_addr_r} uInitrd-postmarketos-allwinner
|
load mmc ${mmc_bootdev}:1 ${ramdisk_addr_r} uInitrd-postmarketos-allwinner
|
||||||
|
|
Loading…
Reference in a new issue