Skip to content

Commit

Permalink
circle ci remove dl cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed Jan 27, 2021
1 parent 3f1342c commit e52e2a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exec: &exec
version: 2.1

orbs:
build-tools: nerves-project/[email protected].2
build-tools: nerves-project/[email protected].5

workflows:
version: 2
Expand All @@ -15,6 +15,7 @@ workflows:
- build-tools/build-system:
exec:
<<: *exec
save-dl-cache: false
context: nerves-build
filters:
tags:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ This is the base Nerves System configuration for the [Jetson Nano Developer kit]
| Feature | Description |
| -------------------- | ------------------------------- |
| CPU | Quad-core ARM A57 @ 1.43 GHz |
| GPU | 128-core NVIDIA Maxwell™ |
| Memory | 4 GB 64-bit LPDDR4 25.6 GB/s |
| Storage | MicroSD |
| Linux kernel | 4.9.140 w/ OE4T patches |
| IEx terminal | UART `ttyS0` |
| GPIO, I2C, SPI | Yes - [Elixir Circuits](https://github.com/elixir-circuits) |
| UART | ttyS0 + more via device tree overlay |
| Camera | MIPI CSI-2 x2 (15-position Flex Connector) |
| Ethernet | Yes |
| Ethernet | Gigabit Ethernet |
| WiFi | M.2 Key-E with PCIe x1 |
| USB | 4x USB 3.0 A (Host) - USB 2.0 Micro B (Device) |
| HW Watchdog | AM335x watchdog enabled on boot. Be sure to enable `heart` in your vm.args or the device will reboot |

## Known issues

Expand Down
8 changes: 0 additions & 8 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ defmodule NervesSystemJetsonNano.MixProject do
artifact_sites: [
{:github_releases, "#{@github_organization}/#{@app}"}
],
build_runner_opts: build_runner_opts(),
platform: Nerves.System.BR,
platform_config: [
defconfig: "nerves_defconfig"
Expand Down Expand Up @@ -116,13 +115,6 @@ defmodule NervesSystemJetsonNano.MixProject do
File.cp_r("assets", "doc/assets")
end

defp build_runner_opts() do
case System.get_env("BR2_PRIMARY_SITE") do
nil -> []
primary_site -> [make_args: ["BR2_PRIMARY_SITE=#{primary_site}"]]
end
end

defp set_target() do
if function_exported?(Mix, :target, 1) do
apply(Mix, :target, [:target])
Expand Down

0 comments on commit e52e2a9

Please sign in to comment.