310b01ef45
Device uses mainline kernel. What works: - boots - pstore log - simple framebuffer - storage including sdcard * payload mock device tree: Payload mock device tree is needed to mock device tree, when we're overriding linux with u-boot in android boot image. Stock bootloader needs this dtb appended to gzipped u-boot. Bootscript is a simple hush shell script, dedicated to boot OS. It may be customized to implement dual boot or to change kernel command line.
3 lines
No EOL
93 B
Bash
3 lines
No EOL
93 B
Bash
setenv bootargs 'console=tty1 loglevel=15 clk_ignore_unused'
|
|
|
|
bootm $prevbl_initrd_start_addr |