This website requires JavaScript.
Explore
Help
Sign In
NetCube-Systems-Austria
/
kumquat-buildroot
Watch
1
Star
0
Fork
0
You've already forked kumquat-buildroot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
aa26809bf5
kumquat-buildroot
/
board
/
roseapplepi
/
uEnv.txt
4 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
boards: add roseapple pi board support Add basic support for the roseapple pi board, a SBC in a RPI form factor with an Actions Semiconductor S500 SoC. For details, see: http://roseapplepi.org/ The vendor kernel unfortunately needs a minor patch to build the XHCI driver, so include it here. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-05-23 15:33:49 +02:00
# no ramdisk
ramdisk_addr_r=-
configs/roseapplepi: switch to mainline 5.7.19 kernel Mainline Linux now has basic s500/roseapplepi support, so switch to that to get rid of the dependency on gcc7. Add two patches for the dts / fix that didn't make it for kernel 5.7. The mainline kernel does not yet have support for the mmc interface, so change to initramfs for now. Patches for mmc support have been posted recently, so this can be reverted once they show up in a stable kernel: https://lore.kernel.org/lkml/cover.1593124368.git.cristian.ciocaltea@gmail.com/ The owl serial port is called ttyOWLn in mainline, so adjust the bootargs to match. Also drop the unneeded execute permission on uEnv.txt. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-08-28 13:30:51 +02:00
bootargs=console=ttyOWL2,115200
Reference in New Issue
Copy Permalink