ORCA-TN-001 — Running Armbian Bullseye (Debian 11)

From DAVE Developer's Wiki
Revision as of 11:57, 11 January 2023 by U0001 (talk | contribs) (Created page with "{{InfoBoxTop}} {{AppliesTo ORCA TN}} {{AppliesTo ORCA SBC TN}} {{InfoBoxBottom}} __FORCETOC__ == History == {| class="wikitable" border="1" !Version !Date !Notes |- |1.0.0 |Ja...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Info Box

History[edit | edit source]

Version Date Notes
1.0.0 January 2023 First public release

Introduction[edit | edit source]

Testbed[edit | edit source]

Building and deploying the root file system onto the target[edit | edit source]

https://armbian.site-meganet.com/dl/uefi-arm64/archive/Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img.xz

unzx Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img.xz

$ fdisk -l ./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img Disk ./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img: 3,45 GiB, 3690987520 bytes, 7208960 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: DA7CB2A5-40D2-374F-998C-5C601A83CF12

Device Start End Sectors Size Type ./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img1 8192 532479 524288 256M EFI ./Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img2 532480 7208926 6676447 3,2G Linu


$ sudo mount -o loop,offset=272629760 Armbian_22.11.1_Uefi-arm64_bullseye_current_5.15.80_minimal.img /mnt/tmp/

$ sudo cp -aRv * /media/amarson/debian/ 'armbian.key' -> '/media/amarson/debian/armbian.key' 'bin' -> '/media/amarson/debian/bin' 'boot' -> '/media/amarson/debian/boot' ...

Bootstrap process[edit | edit source]