diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-05-03 12:38:39 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:32 +0200 |
| commit | 83d796eeb1c8db91b8a11f36eb00f91bce8173e0 (patch) | |
| tree | 1a01a7e04b5ea476588497c75c6de54db414d5a4 /posts/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md | |
| parent | 48a8a5c2f392dea41bebcbf126cbb3a452e961b3 (diff) | |
| download | haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.tar.gz haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.tar.bz2 haunt-blog-83d796eeb1c8db91b8a11f36eb00f91bce8173e0.zip | |
Move blog posts to the posts/ directory.
We also have two other pages that are not generated from the blog posts
(reply.html and search.html).
It would be nice to be able to move them to markdown as well, but if we do
that it is necessary to differenciate between markdown files used to generate
blog posts, and the ones used to generate these pages.
In addition if the blog posts directory is named markdown, and that we have
other markdown files as well, it become confusing for contributors.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'posts/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md')
| -rw-r--r-- | posts/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/posts/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md b/posts/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md new file mode 100644 index 0000000..53ae9ba --- /dev/null +++ b/posts/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md @@ -0,0 +1,72 @@ +date: 2015-07-20T23:13:06+00:00 +title: RMLL feedback, Optimus Black advancement and CCCamp +authors: Paul Kocialkowski +tags: Events, Replicant news, Paul Kocialkowski +licenses: CC-BY-3.0 OR CC-BY-4.0 +--- +Two weeks ago, I took part in [RMLL][1] as advertised on the Replicant blog +shortly before the event. This year again, it was a really nice event to be a +part of. Lots of people showed interest for Replicant and some even came +specifically to see my talks about the project: what a pleasant surprise! The +videos of my talks are already available on the [RMLL website][2] and they +were also added to the [Conferences][3] page of the Replicant wiki. + +Back from the event, the development effort was focused on cleaning up the +[bits and pieces laying around][4] for Optimus Black support in U-Boot, now +that the [merge window is open][5]. A [patch series][6] was sent for review +earlier today and despite being incomplete as of now, it will serve as a solid +base for future additions. Some more work is indeed required to have all the +necessary features supported, but those patches will be written in a non- +upstreamable way for Replicant at first. The current status of those [dirty +patches][7] allows booting CyanogenMod without too much trouble, except for +the occasional random reboot and other oddities that still have to be sorted +out before it can seriously be used for daily use. + +Thus, with basic bootloader support out of the way, it's time to start the +Replicant port to the device. Communication with the modem will require some +heavy work on [Hayes-RIL][8], our implementation of the AT protocol radio +interface layer, that is supposed to be more modern and robust than other +implementations. Other fundamental parts required to have Replicant running +with sufficient features to make the device useful should be less trouble. + +In a month or so, the [Chaos Communication Camp][9] will take place in +Germany, organized by the almost mythical [Chaos Computer Club][10]. Replicant +is going to [take part in the event][11], hopefully with a lightning talk +and/or less formal self-organized events. The camp will be a great occasion to +chat a bit about the current state of the art of software freedom on mobile +devices, and more! Various other interesting projects will be there as well: +members of the [Neo900 project][12] will hold the [Neo village][13], where +I'll be likely to be found. As usual, I'll also be available to verify the +Replicant release key fingerprint, help newcomers install Replicant on their +device and basically anything else that I can help with! + + [1]: <https://2015.rmll.info/> + + [2]: <https://video.rmll.info/> + + [3]: +<https://redmine.replicant.us/projects/replicant/wiki/Conferences#RMLL-2015> + + [4]: +<http://git.code.paulk.fr/gitweb/?p=u-boot.git;a=shortlog;h=refs/heads/sniper-wip> + + [5]: <http://www.denx.de/wiki/U-Boot/ReleaseCycle> + + [6]: <http://lists.denx.de/pipermail/u-boot/2015-July/219660.html> + + [7]: +<http://git.code.paulk.fr/gitweb/?p=u-boot.git;a=shortlog;h=refs/heads/sniper-next> + + [8]: <http://git.replicant.us/gitweb/?p=replicant/hardware/ril/hayes-ril.git;a=summary> + + [9]: <https://events.ccc.de/camp/2015/> + + [10]: <https://www.ccc.de/> + + [11]: <https://events.ccc.de/camp/2015/wiki/Projects:Replicant> + + [12]: <https://events.ccc.de/camp/2015/wiki/Projects:Neo900> + + [13]: <https://events.ccc.de/camp/2015/wiki/Village:Neo> + + |
