This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
d9bb7bb688
kumquat-buildroot
/
board
/
andes
/
ae350
/
post-build.sh
4 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
board/andes/ae350: add support for Andes AE350 This patch provides defconfig and basic support for Andes 45 series RISC-V architecture on AE350 platform. http://www.andestech.com/en/products-solutions/andeshape-platforms/ae350-axi-based-platform-pre-integrated-with-n25f-nx25f-a25-ax25/ Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Signed-off-by: Alan Kao <alankao@andestech.com> Reviewed-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Tested-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-02-25 10:25:08 +01:00
#!/bin/sh
cp
$BINARIES_DIR
/Image
$TARGET_DIR
/boot
configs/andes_ae350_45: bump OpenSBI, U-Boot and Linux This patch bumps following packages to the newer version: - OpenSBI v1.1 - U-boot v2022.10 - Linux 6.0 Linux kernel is hosted on AndesTech Github which includes ethernet, SD card, DMAC, RTC, WDT drivers support. OpenSBI is based on v1.1 with andes platfrom fdt driver. Signed-off-by: Yu Chien Peter Lin <peterlin@andestech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-11-16 03:55:29 +01:00
cp
$BINARIES_DIR
/ae350_ax45mp.dtb
$TARGET_DIR
/boot
Reference in New Issue
Copy Permalink