Steev Klimaszewski

Results 55 comments of Steev Klimaszewski

We should probably archive this repo yes, development continues on at http://git.kali.org/gitweb/?p=packages/cryptsetup.git;a=summary

None yet, this is on the roadmap for the future though!

I don't have access to the hardware just yet. It is ordered, just waiting on the shipment.

I have the hardware, I haven't had a chance to dig deeper just yet. The rockchip kernel is very..... interesting, we will say. Hoping to have something usable soon, but...

Updating to a newer kernel/u-boot is on the roadmap, it just hasn't been done yet.

No timetable, unfortunately. If you know of a working kernel already, that would be great, otherwise I need to continue looking around myself. Last I knew mainline kernels were still...

There's no time like the present to learn! But seriously, you don't necessarily need to know kernel development in order to build a kernel and test it. The build scripts...

Can you link me where you got your BPi? The images work on mine, but I've had them for so long I don't recall where I got mine. I'll grab...

It's mounting the partition, but then for some reason, it's failing the checks on /sys,/proc, and /dev - I'm not sure what is going on there - if you have...

That's definitely odd; can you try re-creating the /dev/null and /dev/console devices *on the sdcard*? If you're not familiar, it would look something like... ``` mkdir /mnt/sdcard mount /dev/mmcblk0p2 /mnt/sdcard...