thorium-mirror/arm
2023-02-22 11:06:12 -06:00
..
build/config Update BUILD.gns 2023-02-20 22:29:05 -06:00
android_ARM32_args.gn Add files via upload 2022-09-03 08:46:08 -05:00
android_ARM64_args.gn Update and rename android_args.gn to android_ARM64_args.gn 2022-09-03 08:45:50 -05:00
mac_arm.gni Update BUILD.gns 2023-02-20 22:29:05 -06:00
raspi_args.gn cmdline commit 2023-02-22 11:06:12 -06:00
raspi_arm.gni Update BUILD.gns 2023-02-20 22:29:05 -06:00
README.md Update README.md 2022-07-11 06:07:41 -05:00
setup_arm.sh Add files via upload 2022-06-25 15:37:38 -05:00
win_ARM_args.gn Update win_ARM_args.gn 2023-01-27 14:48:49 -06:00
woa_arm.gni Update BUILD.gns 2023-02-20 22:29:05 -06:00

Thorium for ARM CPUs

This contains a special BUILD.gn file for making an ARM32/ARM64 build of Thorium for Raspberry Pi or Windows. Just run setup_arm.sh in here after running the normal setup.sh that's in the root of this repo.

NOTE: This dir is only for Raspberry Pi and Windows On ARM. For regular Linux ARM builds, and MacOS ARM builds, you can just use the regular files in the repo.

  • Windows On ARM (WoA) Builds: Use the win_ARM_args.gn file for your args.gn.

Raspberry Pi Builds  

IMPORTANT: For a Raspberry Pi build (ARM64), the contents of raspi_arm.gni should be manually copied and used in //chromium/src/build/config/arm.gni, AND the contents of raspi_args.gn should be used for your args.gn.
 Note that ARM32 Raspberry Pi builds of Thorium are not supported. They should only be used on Raspi 3B, 3B+, 4, and 400 models with a 64 Bit OS. For more info, see > Here.