Skip to content

Commit

Permalink
Update build options
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Nov 24, 2021
1 parent 0014d5b commit 31ca539
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/scripts/configA.txt
Expand Up @@ -138,9 +138,9 @@ core_freq=500
sdram_freq=3200
start_file=start4cd.elf
fixup_file=fixup4cd.dat
kernel=kernelrpi4A.img
kernel=kernelrpiA4.img
# Debug kernel (needs a 115200 serial connection)
#kernel=kernelrpi4A_debug.img
#kernel=kernelrpiA4_debug.img

# Do not manually add options below this line as they will be removed
[all]
1 change: 1 addition & 0 deletions src/scripts/configure_rpiA4.bat
@@ -0,0 +1 @@
cmake -G "CodeBlocks - MinGW Makefiles" %* -DCMAKE_TOOLCHAIN_FILE=../toolchain-arm-none-eabi-rpiA4.cmake ../
3 changes: 3 additions & 0 deletions src/scripts/configure_rpiA4.sh
@@ -0,0 +1,3 @@
#!/bin/sh

cmake -G "CodeBlocks - Unix Makefiles" "$*" -DCMAKE_TOOLCHAIN_FILE=../toolchain-arm-none-eabi-rpiA4.cmake ../
2 changes: 1 addition & 1 deletion src/scripts/release.sh
Expand Up @@ -17,7 +17,7 @@ NAME=RGBtoHDMI_$(date +"%Y%m%d")_$VERSION
DIR=releases/${NAME}
mkdir -p $DIR

for MODEL in rpi rpiA rpi4 rpi4A
for MODEL in rpi rpiA rpi4 rpiA4
do
# compile debug kernel
./clobber.sh
Expand Down
Expand Up @@ -91,4 +91,4 @@ add_definitions( -DRPI4=1 )
# Add the USE_ARM_CAPTURE definition so conditional compilation works
add_definitions( -DUSE_ARM_CAPTURE=1 )

set( KERNEL_NAME "./kernelrpi4A.img" )
set( KERNEL_NAME "./kernelrpiA4.img" )

0 comments on commit 31ca539

Please sign in to comment.