From: Tom Rini <trini@konsulko.com>
To: Svyatoslav Ryhel <clamor95@gmail.com>
Cc: "Thierry Reding" <treding@nvidia.com>,
"Jonas Schwöbel" <jonasschwoebel@yahoo.de>,
"Jonas Karlman" <jonas@kwiboo.se>,
u-boot@lists.denx.de
Subject: Re: [PATCH v1 2/4] board: wexler: qc750: add WEXLER Tab 7t support
Date: Mon, 17 Jun 2024 11:48:42 -0600 [thread overview]
Message-ID: <20240617174842.GE68077@bill-the-cat> (raw)
In-Reply-To: <20240615091950.239610-3-clamor95@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]
On Sat, Jun 15, 2024 at 12:19:44PM +0300, Svyatoslav Ryhel wrote:
> WEXLER Tab 7t is a mini tablet computer developed by WEXLER that
> runs the Android operating system. The device features a 7.0-inch
> (180 mm) HD display, an Nvidia Tegra 3 quad-core chip, 1 GB of RAM,
> 8, 16 or 32 GB of storage that can be supplemented with a microSDXC
> card giving up to 64 GB of additional storage and a full size USB
> port.
[snip]
> +#define QC750_FLASH_UBOOT \
> + "flash_uboot=echo Preparing RAM;" \
> + "mw ${kernel_addr_r} 0 ${boot_block_size_r};" \
> + "mw ${ramdisk_addr_r} 0 ${boot_block_size_r};" \
> + "echo Reading BCT;" \
> + "mmc dev 0 1;" \
> + "mmc read ${kernel_addr_r} 0 ${boot_block_size};" \
> + "echo Reading bootloader;" \
> + "if load mmc 1:1 ${ramdisk_addr_r} ${bootloader_file};" \
> + "then echo Calculating bootloader size;" \
> + "size mmc 1:1 ${bootloader_file};" \
> + "ebtupdate ${kernel_addr_r} ${ramdisk_addr_r} ${filesize};" \
> + "echo Writing bootloader to eMMC;" \
> + "mmc dev 0 1;" \
> + "mmc write ${kernel_addr_r} 0 ${boot_block_size};" \
> + "mmc dev 0 2;" \
> + "mmc write ${ramdisk_addr_r} 0 ${boot_block_size};" \
> + "echo Bootloader written successfully;" \
> + "pause 'Press ANY key to reboot device...'; reset;" \
> + "else echo Reading bootloader failed;" \
> + "pause 'Press ANY key to return to bootmenu...'; bootmenu; fi\0"
Is a more wide move of Tegra platforms to plain text environment what
prevents it from being used here?
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
next prev parent reply other threads:[~2024-06-17 17:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-15 9:19 [PATCH v1 0/4] Initial support for new Tegra 2/3 devices Svyatoslav Ryhel
2024-06-15 9:19 ` [PATCH v1 1/4] board: asus: transformer: add ASUS Transformer T20 family support Svyatoslav Ryhel
2024-06-17 17:42 ` Tom Rini
2024-06-15 9:19 ` [PATCH v1 2/4] board: wexler: qc750: add WEXLER Tab 7t support Svyatoslav Ryhel
2024-06-17 17:48 ` Tom Rini [this message]
2024-06-15 9:19 ` [PATCH v1 3/4] board: microsoft: surface-rt: add Microsoft Surface RT support Svyatoslav Ryhel
2024-06-15 9:19 ` [PATCH v1 4/4] board: lenovo: ideapad-yoga-11: Lenovo Ideapad Yoga 11 Svyatoslav Ryhel
2024-06-17 17:43 ` [PATCH v1 0/4] Initial support for new Tegra 2/3 devices Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240617174842.GE68077@bill-the-cat \
--to=trini@konsulko.com \
--cc=clamor95@gmail.com \
--cc=jonas@kwiboo.se \
--cc=jonasschwoebel@yahoo.de \
--cc=treding@nvidia.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.