Changes

Jump to: navigation, search

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

1,529 bytes added, 11:57, 11 January 2023
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..."
{{InfoBoxTop}}
{{AppliesTo ORCA TN}}
{{AppliesTo ORCA SBC TN}}
{{InfoBoxBottom}}
__FORCETOC__
== History ==
{| class="wikitable" border="1"
!Version
!Date
!Notes
|-
|1.0.0
|January 2023
|First public release
|-
|}

==Introduction==

==Testbed==

==Building and deploying the root file system onto the target==
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==
4,650
edits

Navigation menu