Armbian images are now available for Rock 5b!

The instruction to enable 3d-acceleration on Armbian dl page:

sudo add-apt-repository ppa:liujianfeng1994/panfork-mesa
sudo add-apt-repository ppa:liujianfeng1994/rockchip-multimedia
sudo apt update
sudo apt dist-upgrade
sudo apt install kodi

Is the last one really relevant? Kodi required?

I was wondering the same thing

I donā€™t think so, but youā€™ll have to use wayland or gbm like it says, I think.

You can enable wayland like this:

https://linuxconfig.org/how-to-enable-disable-wayland-on-ubuntu-22-04-desktop

Youā€™ll have to click the gear in the login box and select the wayland login. At least, thatā€™s what I did and it worked well on chromium streaming 4k videos on youtube.

Also for anyone reading this who might have the same issues, I could not use add-apt-repository because I kept getting connection time out. Likely due to ipv6 which you could find ways to disable, or you could just add the repository yourself.

If you go to the site for the repository

https://launchpad.net/~liujianfeng1994/+archive/ubuntu/panfork-mesa

and click technical details about this PPA, it will show you what lines to add to your sources.list file, which is located /etc/apt/sources.list

You will have to add [trusted=yes] after deb in order for it to work

Probably obvious to the veterans but I hope this helps the casuals like myself

1 Like

Hi all! Canā€™t we get a hibernation working?
We have very frequent power outages here, and my rock5 is powered with a backup lipo battery that is shared alongside with my wifi router. My idea is to hibernate the rock5 on mains loss(by listening a gpio, no problem here) and to resume itā€™s work when the mains restored (looking for variants, but I think that itā€™ll be stupid power cycle).

So, I tried using both swap file and swap partition(with armbian zram swap disabled ofc) but the only thing Iā€™ve got was Failed to hibernate system via logind: Sleep verb "hibernate" not supported.

Are there any variants to enable hibernation and to restore from the disk at boot? Thanks!
P. S.: BTW, suspend doesnā€™t works also.

Hi all. Can anyone help figure out what is causing this kernel oops messages?
Iā€™m running armbian image on nvme (samsung 970 evo plus ssd) as root (btrfs) and booting from sdcard.
Armbian 22.11.2 Jammy with Linux 5.10.110-rockchip-rk3588

Board seems to boot fine but randomly causes kernel oops with file system errors as below

[  990.240068] Unable to handle kernel paging request at virtual address fbffff817add3870
[  990.240792] Mem abort info:
[  990.241046]   ESR = 0x96000004
[  990.241361]   EC = 0x25: DABT (current EL), IL = 32 bits
[  990.241841]   SET = 0, FnV = 0
[  990.242117]   EA = 0, S1PTW = 0
[  990.242403] Data abort info:
[  990.242668]   ISV = 0, ISS = 0x00000004
[  990.243011]   CM = 0, WnR = 0
[  990.243276] [fbffff817add3870] address between user and kernel address ranges
[  990.243913] Internal error: Oops: 96000004 [#1] SMP
[  990.244348] Modules linked in: xt_nat xt_tcpudp veth xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 br_netfilter bridge stp llc overlay zstd rtl8192cu rtl_usb rtl8192c_common rtlwifi sch_fq_codel fuse ip_tables x_tables ipv6 pgdrv r8125 panfrost gpu_sched
[  990.247165] CPU: 4 PID: 6963 Comm: exe Not tainted 5.10.110-rockchip-rk3588 #trunk.0025
[  990.247876] Hardware name: Radxa ROCK 5B (DT)
[  990.248266] pstate: a0400009 (NzCv daif +PAN -UAO -TCO BTYPE=--)
[  990.248805] pc : kmem_cache_alloc+0x1c4/0x230
[  990.249196] lr : kmem_cache_alloc+0xa0/0x230
[  990.249575] sp : ffffffc0190db940
[  990.249865] x29: ffffffc0190db940 x28: 000000000009a853
[  990.250335] x27: 0000003ad38a19d0 x26: 0080000000000000
[  990.250806] x25: ffffffc011f7d000 x24: ffffff8100e6db00
[  990.251274] x23: ffffffc01150be58 x22: 0000000000000c40
[  990.251744] x21: ffffffc01045ca04 x20: ffffff8100e6db00
[  990.252219] x19: ffffffc01045ca04 x18: 0000000000000000
[  990.252696] x17: 0000000000000000 x16: 0000000000000000
[  990.253172] x15: 0000004001141000 x14: 200a7d202020200a
[  990.253649] x13: 297d202020202020 x12: 0a7d202020202020
[  990.254126] x11: 20200a2968736572 x10: 6665722e73696874
[  990.254603] x9 : ffffffc010230a84 x8 : 4645525f454d414e
[  990.255080] x7 : 0000000000000000 x6 : ffffffc0190dba8c
[  990.255558] x5 : 0000000000000000 x4 : ffffff817edd3790
[  990.256032] x3 : fffffffebff709d0 x2 : 0000000000000001
[  990.256500] x1 : 0000000000000030 x0 : fbffff817add3840
[  990.256972] Call trace:
[  990.257197]  kmem_cache_alloc+0x1c4/0x230
[  990.257558]  alloc_extent_state+0x3c/0x108
[  990.257926]  __set_extent_bit+0xd0/0x488
[  990.258274]  set_extent_bit+0x30/0x40
[  990.258600]  btrfs_set_extent_delalloc+0x84/0x16c
[  990.259019]  btrfs_dirty_pages+0x9c/0x110
[  990.259379]  btrfs_buffered_write+0x3b0/0x510
[  990.259761]  btrfs_file_write_iter+0x40c/0x464
[  990.260155]  new_sync_write+0x84/0xd4
[  990.260484]  vfs_write+0x114/0x138
[  990.260791]  ksys_write+0x74/0xd8
[  990.261088]  __arm64_sys_write+0x20/0x2c
[  990.261440]  el0_svc_common.constprop.5+0x13c/0x1f0
[  990.261865]  do_el0_svc+0x84/0xa4
[  990.262166]  el0_svc+0x20/0x30
[  990.262439]  el0_sync_handler+0x68/0x134
[  990.262790]  el0_sync+0x180/0x1c0

this causes read-only remount of root.
any help is much appreciated.
thanks!

1 Like

I am also having random crashes boot from SD with an Intel and Kioxia SSDs pulled from laptops. I am using the rock 4 power supply . At the moment I am suspecting the issues are power related.

I am absolutely loving Armbian on my Rock 5b. I have a 16GB model, with an Athlon10k Wifi card and a 256GB NVME. Iā€™m using a fixed power 12V 3A supply (usb-C).

Things Iā€™ve got working:

  • wifi (had to switch to beta apt repo to get a kernel with ATH10K enabled)
  • bt (as above)
  • nvme
  • sd card
  • hdmi in (audio and video - qv4l2 is super helpful, capture quality is great)
  • rknpu (python 3.9 demo and c demo)
  • video over usb-c

Things Iā€™ve not got working

  • multiple displays (really not sure why)
  • an attempt to boot from nvme (OS on sd/emmc)

Just thought Iā€™d share my experiences! I feel Armbian is the way to go for this device for sure!

1 Like

Isnā€™t it strange how one can perceive such satisfaction for a product to ā€™work at allā€™ for such fundamental things as boot, hdmi output, bt, wifi etc.

No complaint, just interesting phenomenon.

Itā€™s like one bought a product that is broken but then managed to fix/repair it and it give a feeling of satisfaction.

3 Likes

Isnā€™t it strange how someone can offer such passive-aggressive negative comments about something (Armbian) that is provided for free and provides amazing levels of capability to an otherwise poorly supported board? Surely people should be amazed and happy that Armbian exists at all and - better - respond by contributing both financially and technically to make it even better.

Also strange how obvious complaints are followed up with statements such as ā€œnot complainingā€¦ā€.

4 Likes

Yes?
I beleive the only negative-passive-aggressive person here is you as my observation is clearly about the board and its business model.

Itā€™s off topic and will not go into further discussion.

1 Like

Hey itā€™s OK, itā€™s a fair observation!

It was more of a comparison that Armbian stuff seems more functional compared to the Radxa releases of stuff, thatā€™s all. Plus I had some awkward hardware!

Yes I will be donating to the Armbian project, 100%. I would donate effort but I suspect money is perhaps a more valuable offer. Iā€™m an amateur :slight_smile:

Learning a lot in this forum. Working at a Big Linux Corp has made me go a bit stale behind the big Red Hat wall.

1 Like

the tool ā€˜armbian-installā€™ makes it super easy to make the board boot from nvme. There is a pre-req though. You need to have an ext4 filesystem already existing on your nvme (I believe armbian-team is working on taking care of this one as well so that a filesystem will be created if one doesnā€™t exist).

If you have already managed to mount your nvme, then you already have it and you are good to go with ā€˜armbian-installā€™. If not, create an ext4 filesystem manually (entire disk on one partition should be good)

These are the sequence of steps I followed:

  1. boot the board from sd card

  2. run ā€˜armbian-installā€™

     --> Boot from SPI - System on SATA, SB or NVMe
     --> /dev/nvme0n1p1 (selected Destination. This is my nvme ssd)
     --> Yes (want to write bootloader to SPI)
     --> Yes (to the Warning Message)
     --> Done, Power off
    

The bootloader will be copied to SP1 and the root filesystem will be copied to nvme.

I powered off my board, removed the sd card, powered back on. the board booted fine!

Hope this helps.

Note: I too am an ameteur. So please take my words with a grain of salt :slight_smile: I am making a lot of assumptions in my technical explanation here.

1 Like

@Bruno. I totally get what you are expressing. I didnā€™t perceive any passive aggressive or micro aggressive energy in your observation at all. Itā€™s a totally fair assessment in my humble opinion. My Rock5b 16g arrived to my door 20 days ago and I still havenā€™t taken it out of the box yet because installing operating systems seem complicated to me. Iā€™ve read so many comments on this forum since Rock5b was released to general public to know that itā€™s too early for it to shine the way we want it to. That it will take more time before things are smooth. That said, hdmi , wifi , BT, and the simple things should work out of the box. I laughed so hard reading your comment because that is literally me being excited about simple things working lol.

Itā€™s a great business model in my humble opinion.

  • make a board packing it with a lot of power that get people excited
  • take it to take the market, beat the competition, make quick bucks with an ubuntu version that kind a works
  • call that as the supported OS, though not worrying too much in putting resources to test it end to end thoroughly , which costs money and time
  • leave all the testing to the community to figure it out
  • learn from the community as what works and what doesnā€™t - all for free and incorportate them for the next release, next board (leaving the support for the current version of board hanging)
  • and along the way when a distro like armbian pitches in (though itā€™s not officially supported), you have people from passing comments/judgements to getting mad at armbian for not delivering a quality product (which is not their job in the first place as they dont seem to have an establised biz relationship with radxa for any revenue, nor the user base wants to pay them a dime)

people have every reason to be mad at radxa for delivering a half-baked board/OS. But complaining about armbian is something doesnt makes sense to me, when they are the ones who atleast listen and are willing to fix whatever they can. I dont claim to be right but just sharing my thoughts/perspetives. We can agree to disagree and move on.

Did a donation just now. The website (liberapay.com) is Euros centric. Though it gave me an option to select USD, but then after selecting my payment option as PayPal, the amount was still shown in Euros. I went ahead with the payment and got a confirmation showing the amount in Euros. Not sure if I did anything wrong but just wanted to share.

1 Like

heh youā€™re not wrong I actually think itā€™s pretty bad thereā€™s no vulkan support for Linux, ARM should release a driver asap. It would suck if itā€™s deliberate though.

1 Like

Good idea :+1:

I just donated too (Iā€™m living in France, so in EUR in my case) :pray:

2 Likes

Iā€™m trying with a new nvme ssd I received today and running into same file system corruption issues.

here is output from dmesg

[  363.770905] BTRFS critical (device nvme0n1p1): corrupt leaf: root=5 block=994131968 slot=79 ino=17592186107919, invalid previous key objectid, have 63503 expect 17592186107919
[  363.770936] BTRFS info (device nvme0n1p1): leaf 994131968 gen 592 total ptrs 188 free space 4871 owner 5
[  363.770938] 	item 0 key (63502 84 3107619967) itemoff 16249 itemsize 34
[  363.770940] 		dir oid 76634 type 1
[  363.770942] 	item 1 key (63502 96 5) itemoff 16215 itemsize 34
[  363.770943] 	item 2 key (63502 96 7) itemoff 16177 itemsize 38
[  363.770945] 	item 3 key (63502 96 9) itemoff 16139 itemsize 38
[  363.770946] 	item 4 key (63502 96 11) itemoff 16084 itemsize 55
[  363.770948] 	item 5 key (63502 96 13) itemoff 16032 itemsize 52
[  363.770950] 	item 6 key (63502 96 15) itemoff 15974 itemsize 58
[  363.770951] 	item 7 key (63502 96 17) itemoff 15928 itemsize 46
[  363.770954] 	item 8 key (63502 96 23) itemoff 15894 itemsize 34
[  363.770955] 	item 9 key (63503 1 0) itemoff 15734 itemsize 160
[  363.770957] 		inode generation 9 size 706 mode 40755
[  363.770958] 	item 10 key (63503 12 63373) itemoff 15717 itemsize 17
[  363.770960] 	item 11 key (63503 84 136329408) itemoff 15683 itemsize 34
[  363.770961] 		dir oid 90178 type 1
[  363.770962] 	item 12 key (63503 84 148001603) itemoff 15649 itemsize 34
[  363.770964] 		dir oid 90148 type 1
[  363.770966] 	item 13 key (63503 84 154567749) itemoff 15615 itemsize 34
[  363.770967] 		dir oid 84817 type 1
[  363.770968] 	item 14 key (63503 84 163901382) itemoff 15581 itemsize 34
[  363.770970] 		dir oid 90076 type 1
[  363.770971] 	item 15 key (63503 84 199857868) itemoff 15547 itemsize 34
[  363.770972] 		dir oid 76651 type 1
[  363.770974] 	item 16 key (63503 84 241320650) itemoff 15513 itemsize 34
[  363.770976] 		dir oid 90240 type 1
[  363.770978] 	item 17 key (63503 84 407572155) itemoff 15479 itemsize 34
[  363.770979] 		dir oid 76585 type 1
[  363.770980] 	item 18 key (63503 84 442922929) itemoff 15445 itemsize 34
[  363.770982] 		dir oid 84823 type 1
[  363.770984] 	item 19 key (63503 84 445914162) itemoff 15411 itemsize 34
[  363.770985] 		dir oid 90071 type 1
[  363.770987] 	item 20 key (63503 84 460376884) itemoff 15377 itemsize 34
[  363.770988] 		dir oid 90194 type 1
[  363.770990] 	item 21 key (63503 84 461545655) itemoff 15343 itemsize 34
[  363.770991] 		dir oid 90137 type 1
[  363.770993] 	item 22 key (63503 84 489861438) itemoff 15309 itemsize 34
[  363.770995] 		dir oid 90239 type 1
[  363.770997] 	item 23 key (63503 84 683910434) itemoff 15275 itemsize 34
[  363.770998] 		dir oid 90209 type 1
[  363.771000] 	item 24 key (63503 84 688220764) itemoff 15240 itemsize 35
[  363.771001] 		dir oid 90247 type 1
[  363.771003] 	item 25 key (63503 84 749512226) itemoff 15206 itemsize 34
[  363.771004] 		dir oid 76538 type 1
[  363.771006] 	item 26 key (63503 84 779334827) itemoff 15172 itemsize 34
[  363.771007] 		dir oid 90125 type 1
[  363.771009] 	item 27 key (63503 84 780263208) itemoff 15138 itemsize 34
[  363.771011] 		dir oid 90170 type 1
[  363.771013] 	item 28 key (63503 84 795150382) itemoff 15104 itemsize 34
[  363.771014] 		dir oid 90084 type 1
[  363.771017] 	item 29 key (63503 84 798450605) itemoff 15070 itemsize 34
[  363.771018] 		dir oid 90048 type 1
[  363.771020] 	item 30 key (63503 84 999511766) itemoff 15036 itemsize 34
[  363.771021] 		dir oid 90224 type 1
[  363.771023] 	item 31 key (63503 84 1010170842) itemoff 15002 itemsize 34
[  363.771024] 		dir oid 90097 type 1
[  363.771026] 	item 32 key (63503 84 1019711577) itemoff 14968 itemsize 34
[  363.771027] 		dir oid 88051 type 1
[  363.771029] 	item 33 key (63503 84 1025722207) itemoff 14934 itemsize 34
[  363.771030] 		dir oid 90126 type 1
[  363.771032] 	item 34 key (63503 84 1037118684) itemoff 14900 itemsize 34
[  363.771033] 		dir oid 90163 type 1
[  363.771034] 	item 35 key (63503 84 1057898069) itemoff 14866 itemsize 34
[  363.771036] 		dir oid 76136 type 1
[  363.771038] 	item 36 key (63503 84 1164179216) itemoff 14832 itemsize 34
[  363.771039] 		dir oid 90201 type 1
[  363.771041] 	item 37 key (63503 84 1180185247) itemoff 14798 itemsize 34
[  363.771042] 		dir oid 76578 type 1
[  363.771044] 	item 38 key (63503 84 1185569052) itemoff 14764 itemsize 34
[  363.771046] 		dir oid 76635 type 1
[  363.771047] 	item 39 key (63503 84 1196330522) itemoff 14730 itemsize 34
[  363.771048] 		dir oid 76516 type 1
[  363.771050] 	item 40 key (63503 84 1203561881) itemoff 14696 itemsize 34
[  363.771051] 		dir oid 76089 type 1
[  363.771053] 	item 41 key (63503 84 1411284462) itemoff 14662 itemsize 34
[  363.771054] 		dir oid 76511 type 1
[  363.771055] 	item 42 key (63503 84 1424758381) itemoff 14628 itemsize 34
[  363.771057] 		dir oid 76106 type 1
[  363.771058] 	item 43 key (63503 84 1426637163) itemoff 14594 itemsize 34
[  363.771059] 		dir oid 76565 type 1
[  363.771060] 	item 44 key (63503 84 1442491112) itemoff 14560 itemsize 34
[  363.771062] 		dir oid 76650 type 1
[  363.771063] 	item 45 key (63503 84 1455517543) itemoff 14526 itemsize 34
[  363.771065] 		dir oid 90149 type 1
[  363.771066] 	item 46 key (63503 84 1611382516) itemoff 14492 itemsize 34
[  363.771068] 		dir oid 76601 type 1
[  363.771069] 	item 47 key (63503 84 1626985847) itemoff 14458 itemsize 34
[  363.771070] 		dir oid 76551 type 1
[  363.771072] 	item 48 key (63503 84 1629291121) itemoff 14424 itemsize 34
[  363.771073] 		dir oid 76129 type 1
[  363.771076] 	item 49 key (63503 84 1643080178) itemoff 14390 itemsize 34
[  363.771077] 		dir oid 76524 type 1
[  363.771079] 	item 50 key (63503 84 1646708734) itemoff 14356 itemsize 34
[  363.771080] 		dir oid 90103 type 1
[  363.771082] 	item 51 key (63503 84 1904500617) itemoff 14322 itemsize 34
[  363.771083] 		dir oid 90054 type 1
[  363.771084] 	item 52 key (63503 84 1917710725) itemoff 14288 itemsize 34
[  363.771086] 		dir oid 76115 type 1
[  363.771089] 	item 53 key (63503 84 1925159430) itemoff 14254 itemsize 34
[  363.771090] 		dir oid 76534 type 1
[  363.771091] 	item 54 key (63503 84 1935363328) itemoff 14220 itemsize 34
[  363.771092] 		dir oid 76600 type 1
[  363.771093] 	item 55 key (63503 84 1940465283) itemoff 14186 itemsize 34
[  363.771094] 		dir oid 76557 type 1
[  363.771096] 	item 56 key (63503 84 2150003334) itemoff 14152 itemsize 34
[  363.771097] 		dir oid 76119 type 1
[  363.771100] 	item 57 key (63503 84 2161383685) itemoff 14118 itemsize 34
[  363.771101] 		dir oid 76533 type 1
[  363.771102] 	item 58 key (63503 84 2167459331) itemoff 14084 itemsize 34
[  363.771104] 		dir oid 76593 type 1
[  363.771105] 	item 59 key (63503 84 2177017216) itemoff 14050 itemsize 34
[  363.771106] 		dir oid 76558 type 1
[  363.771107] 	item 60 key (63503 84 2213534858) itemoff 14016 itemsize 34
[  363.771109] 		dir oid 90066 type 1
[  363.771110] 	item 61 key (63503 84 2420983037) itemoff 13982 itemsize 34
[  363.771111] 		dir oid 90104 type 1
[  363.771113] 	item 62 key (63503 84 2455780855) itemoff 13948 itemsize 34
[  363.771115] 		dir oid 76610 type 1
[  363.771116] 	item 63 key (63503 84 2459063924) itemoff 13914 itemsize 34
[  363.771118] 		dir oid 76544 type 1
[  363.771119] 	item 64 key (63503 84 2474017138) itemoff 13880 itemsize 34
[  363.771120] 		dir oid 76128 type 1
[  363.771122] 	item 65 key (63503 84 2474961649) itemoff 13846 itemsize 34
[  363.771123] 		dir oid 76525 type 1
[  363.771125] 	item 66 key (63503 84 2762665060) itemoff 13812 itemsize 34
[  363.771126] 		dir oid 90155 type 1
[  363.771129] 	item 67 key (63503 84 2792750829) itemoff 13778 itemsize 34
[  363.771130] 		dir oid 76507 type 1
[  363.771132] 	item 68 key (63503 84 2793903470) itemoff 13744 itemsize 34
[  363.771133] 		dir oid 76114 type 1
[  363.771135] 	item 69 key (63503 84 2808300136) itemoff 13710 itemsize 34
[  363.771136] 		dir oid 76571 type 1
[  363.771137] 	item 70 key (63503 84 2811308523) itemoff 13676 itemsize 34
[  363.771139] 		dir oid 76640 type 1
[  363.771140] 	item 71 key (63503 84 3023286684) itemoff 13642 itemsize 34
[  363.771142] 		dir oid 76572 type 1
[  363.771143] 	item 72 key (63503 84 3032603167) itemoff 13608 itemsize 34
[  363.771144] 		dir oid 76636 type 1
[  363.771146] 	item 73 key (63503 84 3039104281) itemoff 13574 itemsize 34
[  363.771147] 		dir oid 76517 type 1
[  363.771149] 	item 74 key (63503 84 3050792602) itemoff 13540 itemsize 34
[  363.771150] 		dir oid 76082 type 1
[  363.771152] 	item 75 key (63503 84 3070784531) itemoff 13506 itemsize 34
[  363.771153] 		dir oid 90208 type 1
[  363.771155] 	item 76 key (63503 84 3388528085) itemoff 13472 itemsize 34
[  363.771156] 		dir oid 90223 type 1
[  363.771157] 	item 77 key (63503 84 3445996886) itemoff 13438 itemsize 34
[  363.771159] 		dir oid 76506 type 1
[  363.771160] 	item 78 key (63503 84 3462297817) itemoff 13404 itemsize 34
[  363.771162] 		dir oid 90093 type 1
[  363.771163] 	item 79 key (17592186107919 84 3467383642) itemoff 13370 itemsize 34
[  363.771165] 		dir oid 88058 type 1
[  363.771166] 	item 80 key (63503 84 3477635164) itemoff 13336 itemsize 34
[  363.771167] 		dir oid 90130 type 1
[  363.771169] 	item 81 key (63503 84 3485118431) itemoff 13302 itemsize 34
[  363.771171] 		dir oid 90162 type 1
[  363.771172] 	item 82 key (63503 84 3668452897) itemoff 13268 itemsize 34
[  363.771174] 		dir oid 90215 type 1
[  363.771175] 	item 83 key (63503 84 3692574632) itemoff 13234 itemsize 34
[  363.771177] 		dir oid 90108 type 1
[  363.771178] 	item 84 key (63503 84 3706346539) itemoff 13200 itemsize 34
[  363.771179] 		dir oid 90177 type 1
[  363.771181] 	item 85 key (63503 84 3708717869) itemoff 13166 itemsize 34
[  363.771182] 		dir oid 90092 type 1
[  363.771184] 	item 86 key (63503 84 3724337326) itemoff 13132 itemsize 34
[  363.771186] 		dir oid 90047 type 1
[  363.771188] 	item 87 key (63503 84 3737593121) itemoff 13098 itemsize 34
[  363.771190] 		dir oid 76543 type 1
[  363.771191] 	item 88 key (63503 84 3893228722) itemoff 13064 itemsize 34
[  363.771193] 		dir oid 88050 type 1
[  363.771195] 	item 89 key (63503 84 3909066545) itemoff 13030 itemsize 34
[  363.771196] 		dir oid 90067 type 1
[  363.771197] 	item 90 key (63503 84 3910879287) itemoff 12996 itemsize 34
[  363.771199] 		dir oid 90193 type 1
[  363.771200] 	item 91 key (63503 84 3924370356) itemoff 12962 itemsize 34
[  363.771203] 		dir oid 90138 type 1
[  363.771204] 	item 92 key (63503 84 3928001976) itemoff 12928 itemsize 34
[  363.771205] 		dir oid 76586 type 1
[  363.771207] 	item 93 key (63503 84 4015600189) itemoff 12894 itemsize 34
[  363.771208] 		dir oid 90231 type 1
[  363.771210] 	item 94 key (63503 84 4186052047) itemoff 12860 itemsize 34
[  363.771212] 		dir oid 76657 type 1
[  363.771213] 	item 95 key (63503 84 4199267267) itemoff 12826 itemsize 34
[  363.771214] 		dir oid 90182 type 1
[  363.771216] 	item 96 key (63503 84 4206481472) itemoff 12792 itemsize 34
[  363.771218] 		dir oid 90142 type 1
[  363.771219] 	item 97 key (63503 84 4217177926) itemoff 12758 itemsize 34
[  363.771221] 		dir oid 84816 type 1
[  363.771222] 	item 98 key (63503 84 4222577861) itemoff 12724 itemsize 34
[  363.771224] 		dir oid 90077 type 1
[  363.771226] 	item 99 key (63503 96 235) itemoff 12690 itemsize 34
[  363.771228] 	item 100 key (63503 96 237) itemoff 12656 itemsize 34
[  363.771230] 	item 101 key (63503 96 239) itemoff 12622 itemsize 34
[  363.771231] 	item 102 key (63503 96 241) itemoff 12588 itemsize 34
[  363.771233] 	item 103 key (63503 96 243) itemoff 12554 itemsize 34
[  363.771234] 	item 104 key (63503 96 245) itemoff 12520 itemsize 34
[  363.771236] 	item 105 key (63503 96 247) itemoff 12486 itemsize 34
[  363.771238] 	item 106 key (63503 96 249) itemoff 12452 itemsize 34
[  363.771240] 	item 107 key (63503 96 251) itemoff 12418 itemsize 34
[  363.771241] 	item 108 key (63503 96 253) itemoff 12384 itemsize 34
[  363.771242] 	item 109 key (63503 96 255) itemoff 12350 itemsize 34
[  363.771244] 	item 110 key (63503 96 257) itemoff 12316 itemsize 34
[  363.771246] 	item 111 key (63503 96 259) itemoff 12282 itemsize 34
[  363.771247] 	item 112 key (63503 96 261) itemoff 12248 itemsize 34
[  363.771249] 	item 113 key (63503 96 263) itemoff 12214 itemsize 34
[  363.771251] 	item 114 key (63503 96 265) itemoff 12180 itemsize 34
[  363.771253] 	item 115 key (63503 96 267) itemoff 12146 itemsize 34
[  363.771254] 	item 116 key (63503 96 269) itemoff 12112 itemsize 34
[  363.771257] 	item 117 key (63503 96 271) itemoff 12078 itemsize 34
[  363.771258] 	item 118 key (63503 96 273) itemoff 12044 itemsize 34
[  363.771260] 	item 119 key (63503 96 275) itemoff 12010 itemsize 34
[  363.771261] 	item 120 key (63503 96 277) itemoff 11976 itemsize 34
[  363.771263] 	item 121 key (63503 96 279) itemoff 11942 itemsize 34
[  363.771266] 	item 122 key (63503 96 281) itemoff 11908 itemsize 34
[  363.771267] 	item 123 key (63503 96 283) itemoff 11874 itemsize 34
[  363.771269] 	item 124 key (63503 96 285) itemoff 11840 itemsize 34
[  363.771270] 	item 125 key (63503 96 287) itemoff 11806 itemsize 34
[  363.771272] 	item 126 key (63503 96 289) itemoff 11772 itemsize 34
[  363.771275] 	item 127 key (63503 96 291) itemoff 11738 itemsize 34
[  363.771277] 	item 128 key (63503 96 293) itemoff 11704 itemsize 34
[  363.771278] 	item 129 key (63503 96 295) itemoff 11670 itemsize 34
[  363.771280] 	item 130 key (63503 96 297) itemoff 11636 itemsize 34
[  363.771282] 	item 131 key (63503 96 299) itemoff 11602 itemsize 34
[  363.771283] 	item 132 key (63503 96 301) itemoff 11568 itemsize 34
[  363.771285] 	item 133 key (63503 96 303) itemoff 11534 itemsize 34
[  363.771287] 	item 134 key (63503 96 305) itemoff 11500 itemsize 34
[  363.771290] 	item 135 key (63503 96 307) itemoff 11466 itemsize 34
[  363.771291] 	item 136 key (63503 96 309) itemoff 11432 itemsize 34
[  363.771293] 	item 137 key (63503 96 311) itemoff 11398 itemsize 34
[  363.771295] 	item 138 key (63503 96 313) itemoff 11364 itemsize 34
[  363.771297] 	item 139 key (63503 96 315) itemoff 11330 itemsize 34
[  363.771299] 	item 140 key (63503 96 317) itemoff 11296 itemsize 34
[  363.771300] 	item 141 key (63503 96 319) itemoff 11262 itemsize 34
[  363.771302] 	item 142 key (63503 96 321) itemoff 11228 itemsize 34
[  363.771305] 	item 143 key (63503 96 323) itemoff 11194 itemsize 34
[  363.771306] 	item 144 key (63503 96 325) itemoff 11160 itemsize 34
[  363.771308] 	item 145 key (63503 96 327) itemoff 11126 itemsize 34
[  363.771310] 	item 146 key (63503 96 329) itemoff 11092 itemsize 34
[  363.771311] 	item 147 key (63503 96 331) itemoff 11058 itemsize 34
[  363.771312] 	item 148 key (63503 96 333) itemoff 11024 itemsize 34
[  363.771314] 	item 149 key (63503 96 335) itemoff 10990 itemsize 34
[  363.771316] 	item 150 key (63503 96 337) itemoff 10956 itemsize 34
[  363.771318] 	item 151 key (63503 96 339) itemoff 10922 itemsize 34
[  363.771319] 	item 152 key (63503 96 341) itemoff 10888 itemsize 34
[  363.771321] 	item 153 key (63503 96 343) itemoff 10854 itemsize 34
[  363.771322] 	item 154 key (63503 96 345) itemoff 10820 itemsize 34
[  363.771324] 	item 155 key (63503 96 347) itemoff 10786 itemsize 34
[  363.771326] 	item 156 key (63503 96 349) itemoff 10752 itemsize 34
[  363.771328] 	item 157 key (63503 96 351) itemoff 10718 itemsize 34
[  363.771329] 	item 158 key (63503 96 353) itemoff 10684 itemsize 34
[  363.771331] 	item 159 key (63503 96 355) itemoff 10650 itemsize 34
[  363.771333] 	item 160 key (63503 96 357) itemoff 10616 itemsize 34
[  363.771335] 	item 161 key (63503 96 359) itemoff 10582 itemsize 34
[  363.771336] 	item 162 key (63503 96 361) itemoff 10548 itemsize 34
[  363.771338] 	item 163 key (63503 96 363) itemoff 10514 itemsize 34
[  363.771339] 	item 164 key (63503 96 365) itemoff 10480 itemsize 34
[  363.771341] 	item 165 key (63503 96 367) itemoff 10446 itemsize 34
[  363.771343] 	item 166 key (63503 96 369) itemoff 10412 itemsize 34
[  363.771344] 	item 167 key (63503 96 371) itemoff 10378 itemsize 34
[  363.771346] 	item 168 key (63503 96 373) itemoff 10344 itemsize 34
[  363.771348] 	item 169 key (63503 96 375) itemoff 10310 itemsize 34
[  363.771349] 	item 170 key (63503 96 377) itemoff 10276 itemsize 34
[  363.771351] 	item 171 key (63503 96 379) itemoff 10242 itemsize 34
[  363.771353] 	item 172 key (63503 96 381) itemoff 10208 itemsize 34
[  363.771354] 	item 173 key (63503 96 383) itemoff 10174 itemsize 34
[  363.771356] 	item 174 key (63503 96 385) itemoff 10140 itemsize 34
[  363.771359] 	item 175 key (63503 96 387) itemoff 10106 itemsize 34
[  363.771361] 	item 176 key (63503 96 389) itemoff 10072 itemsize 34
[  363.771362] 	item 177 key (63503 96 391) itemoff 10038 itemsize 34
[  363.771364] 	item 178 key (63503 96 393) itemoff 10004 itemsize 34
[  363.771365] 	item 179 key (63503 96 395) itemoff 9970 itemsize 34
[  363.771367] 	item 180 key (63503 96 397) itemoff 9936 itemsize 34
[  363.771368] 	item 181 key (63503 96 399) itemoff 9902 itemsize 34
[  363.771370] 	item 182 key (63503 96 401) itemoff 9868 itemsize 34
[  363.771373] 	item 183 key (63503 96 403) itemoff 9834 itemsize 34
[  363.771375] 	item 184 key (63503 96 405) itemoff 9800 itemsize 34
[  363.771376] 	item 185 key (63503 96 407) itemoff 9766 itemsize 34
[  363.771379] 	item 186 key (63503 96 408) itemoff 9731 itemsize 35
[  363.771380] 	item 187 key (63504 1 0) itemoff 9571 itemsize 160
[  363.771382] 		inode generation 9 size 174 mode 100644
[  363.771385] BTRFS error (device nvme0n1p1): block=994131968 write time tree block corruption detected
[  363.773994] BTRFS: error (device nvme0n1p1) in btrfs_commit_transaction:2390: errno=-5 IO failure (Error while writing out transaction)
[  363.774014] BTRFS info (device nvme0n1p1): forced readonly
[  363.774017] BTRFS warning (device nvme0n1p1): Skipping commit of aborted transaction.
[  363.774020] BTRFS: error (device nvme0n1p1) in cleanup_transaction:1944: errno=-5 IO failure
[  363.775331] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.775436] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.819642] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.819869] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.819981] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.820074] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.842876] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.843074] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.843250] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0
[  363.843349] BTRFS error (device nvme0n1p1): bad tree block start, want 994115584 have 0

We agree and my comment has been missunderstood by posting in Armbian thread.
No complaint has been raised to Armbian. Iā€™m amazed by their work.

2 Likes

Tried Armbian image and it is really great. Better than Radxa images in my opinion. Great work, Armbian team. After I have updated spi loader, I flash armbian straight to nvme ssd and it works, no sd card is required. Extra step was needed to install ax200 wifi card (via armbian-config get for firmware).

Only one problem is home assistant. I canā€™t get it installed on armbian.

On radxaā€™s debian home assistant supervised has installed. Home assistant complains about missing apparmor but it works anyway. Armbian has apparmor afaik, but home assistant doesnā€™t install. Does any one know some workarounds?