e4f787ec99
This is largely the same as altera_sockit_defconfig. It uses a fresher Linux and u-boot than SocKit. It also speeds the serial port up to 115200. The post-image script is generalized by adding BR2_ROOTFS_POST_SCRIPT_ARGS and moving it up the altera directory. Similarly, the readme is moved up and made more generic. Signed-off-by: Charles Manning <cdhmanning@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
374 B
Bash
Executable File
9 lines
374 B
Bash
Executable File
#!/bin/sh
|
|
# post-image.sh for SoCkit/SoCDK
|
|
# 2014, "Roman Diouskine" <roman.diouskine@savoirfairelinux.com>
|
|
# 2014, "Sebastien Bourdelin" <sebastien.bourdelin@savoirfairelinux.com>
|
|
|
|
# create a DTB file copy with the name expected by the u-boot config
|
|
# Name of the DTB is passed as the second argument to the script.
|
|
cp -af $BINARIES_DIR/${2}.dtb $BINARIES_DIR/socfpga.dtb
|