User contributions for Drizzt
Jump to navigation
Jump to search
6 December 2024
- 18:4418:44, 6 December 2024 diff hist −20 Dev/Embedded/FromScratch →Bootloader
- 18:4018:40, 6 December 2024 diff hist +3,143 Dev/Embedded/FromScratch →Bootloader
- 14:4114:41, 6 December 2024 diff hist +2,148 N Dev/Embedded/FromScratch Created page with "== Introduction == First of all, building your own system image for your board is a good idea.<br /> This may feel a little bit confusing or difficult at first, but you'll find most information here and across this Wiki. It may not be exhaustive or up-to-date, but you'll have all the basics.<br /> '''Building your own images is really important.''' It means that : * You have access to all the sources * You do not depend on others to get what you want, update, or fix yo..."
- 13:5113:51, 6 December 2024 diff hist +248 Dev/Embedded/CrossCompile No edit summary
- 13:4613:46, 6 December 2024 diff hist +205 Dev/Embedded No edit summary
- 13:0513:05, 6 December 2024 diff hist +6 Dev/Embedded/CrossCompile No edit summary
- 13:0513:05, 6 December 2024 diff hist +123 Dev/Embedded/CrossCompile No edit summary
- 13:0313:03, 6 December 2024 diff hist +334 Dev/Embedded No edit summary
- 13:0013:00, 6 December 2024 diff hist +33 Dev →Electronics
- 12:5912:59, 6 December 2024 diff hist +225 Dev No edit summary
- 12:1912:19, 6 December 2024 diff hist +135 Dev/BeagleBone →Common description
5 December 2024
- 19:1019:10, 5 December 2024 diff hist +4 Dev/Embedded/Rootfs/BusyBox →Create an initramfs image for the rootfs
- 17:3917:39, 5 December 2024 diff hist +196 Dev/Embedded/Rootfs/BusyBox →Create the base of the rootfs
- 14:1814:18, 5 December 2024 diff hist +1,996 N Dev/Host/Firewall Created page with "== Principe == == Entête du script == ### BEGIN INIT INFO # Provides: firewall # Required-Start: $remote_fs $syslog # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: # Short-Description: Personnal iptables setup ### END INIT INFO == Structure == #! /bin/sh ### Add init info here ### PATH=/sbin:/bin ### Add "includes" (sourced scripts) ### do_start () { ### Add "start" content here ### echo "Firewal..." current
- 13:4413:44, 5 December 2024 diff hist +59 Dev/Embedded/Rootfs No edit summary current
- 13:4313:43, 5 December 2024 diff hist −1 Dev/Embedded/NotOEYocto No edit summary current
4 December 2024
- 17:4517:45, 4 December 2024 diff hist +477 N Dev/Embedded/CrossCompile Created page with "https://wiki.debian.org/fr/Multiarch/HOWTO dpkg --print-foreign-architectures dpkg --add-architecture <arch> apt-get install binutils-aarch64-linux-gnu cpp-aarch64-linux-gnu gcc-aarch64-linux-gnu libc6-dev:arm64 apt-get install bison flex apt-get install libncurses-dev for uboot : apt-get install python3-setuptools swig libgnutls28-dev libssl-dev for mtd images creation : apt-get install mtd-utils squashfs-tools https://wiki.debian.org/Multiarch/Implementation"
3 December 2024
- 19:5819:58, 3 December 2024 diff hist +95 Dev/Embedded No edit summary
8 November 2024
- 14:4914:49, 8 November 2024 diff hist +1 Dev/Embedded/Rootfs/Devuan/FromScratch →Using debootstrap
6 October 2024
- 16:4316:43, 6 October 2024 diff hist +1,195 Dev/OPi →Boards current
4 July 2024
- 09:2009:20, 4 July 2024 diff hist +78 Dev/Embedded/Rootfs/Devuan/Config →APT current
16 January 2024
- 05:3805:38, 16 January 2024 diff hist +108 N Dev/OPi/OPi3-LTS Created page with "== Links == * http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/orange-pi-3-LTS.html" current
19 April 2023
- 00:1000:10, 19 April 2023 diff hist +204 Dev/Embedded/Rootfs/Devuan/FromScratch →Using debootstrap
18 April 2023
- 22:5822:58, 18 April 2023 diff hist −9 Dev/Embedded/Rootfs/Devuan/FromScratch →Part 2 : on the target
- 22:5522:55, 18 April 2023 diff hist +12 Dev/Embedded/Rootfs/Devuan/FromScratch →Part 2 : on the target
- 22:3722:37, 18 April 2023 diff hist +75 Dev/Embedded/Rootfs/Devuan/FromScratch →Part 2 : on the target
- 09:3809:38, 18 April 2023 diff hist +22 Dev/Embedded/Rootfs/Devuan/FromScratch →Part 2 : on the target
17 April 2023
- 23:1923:19, 17 April 2023 diff hist −62 Dev/Embedded/Rootfs/Devuan/FromScratch →Part 2 : on the target
- 22:5522:55, 17 April 2023 diff hist +54 Dev/Embedded/Rootfs/Devuan/FromScratch No edit summary
- 22:3622:36, 17 April 2023 diff hist +5 Dev/OPi/OPiZero2 No edit summary
- 15:3815:38, 17 April 2023 diff hist +5 Dev/OPi/OPiZero2 No edit summary
9 April 2023
- 00:3100:31, 9 April 2023 diff hist +46 Dev/Embedded/Rootfs/Devuan/FromScratch →Part 1 : on any computer
- 00:3000:30, 9 April 2023 diff hist +270 Dev/Embedded/Rootfs/Backup →Rootfs restoration (or copy part 2) current
6 March 2023
- 20:4120:41, 6 March 2023 diff hist +4,458 N Dev/OPi/OPiZero2/From Scratch Created page with "== ARM trusted firmware == You can generate it following the instructions from the file board/sunxi/README.sunxi64 from u-boot sources (see below) git clone https://github.co..." current
- 20:3020:30, 6 March 2023 diff hist +2,795 N Dev/OPi/OPiZero2 Created page with "{{DISPLAYTITLE:Orange Pi 3}} == Description == Official website : [http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-Zero-2.html orangepi.o..."
- 20:2320:23, 6 March 2023 diff hist +243 Dev/OPi →Boards
22 February 2023
- 20:5120:51, 22 February 2023 diff hist +63 Dev/OPi/OPi3 →Base system current
21 February 2023
- 19:4119:41, 21 February 2023 diff hist +2,182 N Dumb devs First version current
- 19:3819:38, 21 February 2023 diff hist +48 N Articles Created page with "Have (Linux) developers gone dumb?" current
15 September 2022
- 03:3903:39, 15 September 2022 diff hist −6 Dev/Embedded/Rootfs/Devuan/Config →Common Host specific configuration
- 03:3803:38, 15 September 2022 diff hist +2 Dev/Embedded/Rootfs/Devuan/Config →"copy paste"
- 03:3203:32, 15 September 2022 diff hist +129 Dev/Embedded/Rootfs/Devuan/Config →Common Host specific configuration
13 September 2022
11 September 2022
- 03:5603:56, 11 September 2022 diff hist +206 Dev/Embedded/Rootfs/Devuan/Config →Host specific configuration
- 03:5303:53, 11 September 2022 diff hist +167 Dev/Embedded/Rootfs/Devuan/Config →Configure network
12 August 2022
- 02:5402:54, 12 August 2022 diff hist +317 Dev/OPi/OPiZeroPlus No edit summary current
27 July 2022
- 20:0220:02, 27 July 2022 diff hist −3 Dev/OPi/OPiZeroPlus/From Scratch →Use current
- 02:5202:52, 27 July 2022 diff hist +5,111 N Dev/OPi/OPiZeroPlus/From Scratch Created page with "== ARM trusted firmware == You can generate it following the instructions from the file board/sunxi/README.sunxi64 from u-boot sources (see below) or get it directly [http://d..."
26 July 2022
- 21:0821:08, 26 July 2022 diff hist +202 Dev/OPi →Boards
24 July 2022
- 19:2019:20, 24 July 2022 diff hist +78 Dev/OPi/OPiZero No edit summary