updated defconf to rock64-rk3328_defconfig
This commit is contained in:
parent
7abffd5787
commit
42d1273517
BIN
images/boot.scr
BIN
images/boot.scr
Binary file not shown.
Binary file not shown.
BIN
images/u-boot-dtb.img
Normal file
BIN
images/u-boot-dtb.img
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -22,7 +22,7 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
||||
md5sums=('b6b2e0787b6874e6b57da0a065a84f5a'
|
||||
'SKIP'
|
||||
'48946b910716b90d81f47caafb752fef'
|
||||
'c926f318d8fa7a5c89108331cbd3f8e2'
|
||||
'3f31f9e58b2f6037fa92998b3323304e'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
build() {
|
||||
@ -31,7 +31,7 @@ build() {
|
||||
unset CLFAGS CXXFLAGS CPPFLAGS LDFLAGS
|
||||
|
||||
make distclean
|
||||
make evb-rk3328_defconfig
|
||||
make rock64-rk3328_defconfig
|
||||
echo 'CONFIG_CMD_BTRFS=y' >> .config
|
||||
echo 'CONFIG_FS_BTRFS=y' >> .config
|
||||
echo 'CONFIG_NETCONSOLE=y' >> .config
|
||||
|
@ -3,8 +3,8 @@
|
||||
# MAC address (use spaces instead of colons)
|
||||
setenv macaddr da 19 c8 7a 6d f4
|
||||
|
||||
part uuid ${devtype} ${devnum}:${bootpart} uuid
|
||||
setenv bootargs console=ttyS2,1500000 root=PARTUUID=${uuid} rw rootwait earlycon=uart8250,mmio32,0xff130000
|
||||
#part uuid ${devtype} ${devnum}:${bootpart} uuid
|
||||
setenv bootargs console=ttyS2,1500000 root=LABEL=ROOTFS rootfstype=btrfs rootflags=subvol=@ rw rootwait earlycon=uart8250,mmio32,0xff130000 audit=0
|
||||
setenv fdtfile rockchip/rk3328-rock64.dtb
|
||||
|
||||
if load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/Image; then
|
||||
|
Loading…
Reference in New Issue
Block a user