summaryrefslogtreecommitdiff
path: root/scripts/install.sh
AgeCommit message (Collapse)Author
2024-02-09add means to write nvme and mmcblk devicesMartin Thomas
Signed-off-by: Martin Thomas <m.thomas@infodas.de>
2024-01-21raspberry-pi5: add basic supportWaldemar Brodkorb
2023-11-15install dtb files in overlay dirWaldemar Brodkorb
2023-02-19atmel-ngw100: fix sd card bootWaldemar Brodkorb
2023-01-27rockpi4-plus: add data partitionWaldemar Brodkorb
2022-12-25use rockpi4 b plus dtb instead of c, fixes bootup.Waldemar Brodkorb
A lot of drivers where moved from mini.config to target/linux/config. WLAN works, ethernet works, i2c works, RTC works.
2022-12-19Add support for Banana PI M2 ZeroWaldemar Brodkorb
2022-12-15add support for rockpi4-plusWaldemar Brodkorb
2022-08-31some changes for img-tec and various thingsWaldemar Brodkorb
2022-02-25add support for raspberry pi4 64 bitWaldemar Brodkorb
2022-02-25add support for raspberry pi4 32 bitWaldemar Brodkorb
2019-10-08more basic support for sd card creation for phytec-imx6Waldemar Brodkorb
2018-06-22use right device name for /dataWaldemar Brodkorb
2018-04-19Fix some dependencies for rpi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2018-04-16add basic support for raspberry-pi3pOliver Schib
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
2017-12-28generic config finetuningWaldemar Brodkorb
2017-11-20Add -D option to install.sh to pre-populate data partitiondir
2017-11-14scripts: support fuse_ext2 to write ext4 on Darwin systemsTom Deblauwe
2017-09-28add phytec wega sampleWaldemar Brodkorb
2017-09-21add some debug output, which has the nice side effect to fix timing issues ↵Waldemar Brodkorb
while creating filesystems while partition tables isn't uptodate
2017-07-24add sample for orange-pi zeroWaldemar Brodkorb
2017-07-04add basic raspberry-pi0 sampleWaldemar Brodkorb
2017-06-29Make install.sh support installing on a loop devicecsk
2017-04-16add rpi3 aarch64 sample, not yet fully workingWaldemar Brodkorb
2017-03-22Unmount data partition if one was givendir
2017-03-22rpi: rename device tree overlays to use static loading, no DDTKWaldemar Brodkorb
2017-02-22raspberry-pi3: fix mini.config bootupWaldemar Brodkorb
- cmdline.txt is not required with full device tree capable kernel - force 270x option for mkknlimg trailer - we need ext4 filesystem support in the kernel other filesystems are rarely used at the moment - ATAGS and CMDLINE_FROM_BOOTLOADER not required with device tree capable kernel - overlay dtb files are renamed to dtbo suffix
2016-11-08add basic clearfog supportWaldemar Brodkorb
2016-06-19use u-boot boot scriptWaldemar Brodkorb
2016-06-12solidrun-imx6: SPL is biggerWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-02-27on Linux partprobe might be useful, but not before every filesystem creationWaldemar Brodkorb
2015-08-27allow to build ALSA, I2C, SPI as kernel modulesWaldemar Brodkorb
2015-07-26update u-boot to latest stable releaseWaldemar Brodkorb
2015-07-26u-boot for BananaPro pls. check target/arm/kernel/banana-pro if ↵Martin Thomas
CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_SUNXI=y make sense together Signed-off-by: Martin Thomas <mthomas@hamtam.de>
2015-07-16fix usb install to pcengines-apuWaldemar Brodkorb
2015-04-26add some basic banana pro supportWaldemar Brodkorb
2015-03-15add some useful bits and bytes for rpi2 supportWaldemar Brodkorb
2015-02-04simplify script, do not create package specific dirs hereWaldemar Brodkorb
2015-02-04add DT trailer to kernel for raspberry pi with dtWaldemar Brodkorb
The Kernel need a trailer to be recognized as a device-tree kernel. The overlay dir is called /boot/overlays. Now my driver works fine.
2015-02-02some device-tree overlay fixesWaldemar Brodkorb
2015-01-28add devicetree support for raspberry pi and kernel 3.18Waldemar Brodkorb
2015-01-02inform the linux kernel about the new partition table. reported on solidrun ↵Waldemar Brodkorb
forum's to help.
2014-12-27use second partition on solidrun hw. fix install scriptWaldemar Brodkorb
2014-12-26use XZ instead of GZIP compression. remove old installer scriptsWaldemar Brodkorb
2014-12-08fix startup issues with kodiWaldemar Brodkorb
2014-10-17allow to keep data filesystem on update of kodi/mpd systems via install.shWaldemar Brodkorb
2014-10-11append fstab info for /dataWaldemar Brodkorb
2014-10-07-q breaks mkfs.vfat, reported by joernWaldemar Brodkorb
2014-10-06be less verboseWaldemar Brodkorb