You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The boot image will be available at `./result/image/flash.bin`.
36
+
37
+
**Note:** These packages target `aarch64-linux`. If you're on a different architecture (e.g., x86_64-linux), you'll need remote builders configured for aarch64-linux.
38
+
39
+
### Flashing to SD Card
40
+
41
+
Once built, you can flash the boot image to an SD card:
42
+
43
+
```bash
44
+
# Write boot image to SD card at 32KB offset (adjust /dev/sdX to your SD card device)
The boot image will be available at `./result/image/flash.bin`.
60
+
61
+
**Note:** These packages target `aarch64-linux`. If you're on a different architecture (e.g., x86_64-linux), you'll need remote builders configured for aarch64-linux.
62
+
63
+
### 2.4 Flashing to SD Card
64
+
65
+
Once built, you can flash the boot image to an SD card:
0 commit comments