updated defconf to rock64-rk3328_defconfig

This commit is contained in:
Tobias Opel 2020-04-07 11:05:26 +02:00
parent 7abffd5787
commit 42d1273517
7 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

BIN
images/u-boot-dtb.img Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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