|
| ||||
|---|---|---|---|---|---|
| 2005-01-20 | Posted By: Maggie Nakhla Blackfin added to GCC Code-size Benchmark Environment The University of Szeged (Department of Software Engineering) in Szeged, Hungary recently added Blackfin to their GCC Code-Size Benchmark Environment (CSiBE). CSiBE is a code size benchmark for the GCC compiler. The main measurement of this benchmark is code density, which is important for embedded developers, as it directly relates to cost of the system (size of the flash). For more information: http://www.inf.u-szeged.hu/csibe/. Details on Blackfin are at: http://www.inf.u-szeged.hu/csibe/s-bfin.php |
||||
| 2007-03-07 | Posted By: Robin Getz Micromonitor Port by Ed Sutter Ed Sutter has recently ported Micromonitor to the Blackfin with the GNU Toolchain. Micromonitor: MicroMonitor (i.e. uMon) is a free embedded system boot platform centered around an extensible embedded flash file system called TFS. With TFS in the monitor, data transfer protocols like XMODEM and TFTP (also in the monitor) can refer to filenames instead of address space. The whole boot-up strategy is driven by the content of one or more files that can be scripts or executable images. The file system is accessible at the command line and through an API available to the application. The API provides a flexible means of reading and writing files in flash, plus TFS provides power-safe runtime defragmentation as the flash fills up. A network-accessible, MicroMonitor-based embedded system provides a firmware development project with immediate network boot (DHCP/BOOTP), file based maintainability, infield upgrade and in-system diagnostics. The boot flash footprint size typically ranges from 64K to 256K depending on the configuration. On Blackfin, MicroMonitor has been ported to the BF537 running on the BF537-EZ-Lite Kit and the BF537 STAMP. It has been used to run on-board scripts, standalone (no RTOS) executable programs, uC/OS-ii based applications and uCLinux... Other Blackfin ports should be fairly easy to drive from this port. The source and a thick (i.e. >350pg) user manual are free and available at the website http://www.microcross.com/html/micromonitor.html. |
||||
| 2007-07-28 | Posted By: Mike Frysinger SVN Trunk Nightly Toolchain Builds We've set up a machine to automatically build the current SVN trunk of the toolchain and post it to the files section. Keep in mind you'll need a recent Linux distribution to take advantage of it. Also, there is no guarantee this version will even work as this represents a work in progress. For more information, hop over to our files release page: http://blackfin.uclinux.org/gf/project/toolchain/frs/ |
||||
| 2009-05-11 | Posted By: Robin Getz New Survey Analog Devices has set up a survey in an attempt to determine how people use their processors. If you have 5-8 minutes, please fill it out, telling them how your experience with Blackfin (and open source) has been (good or bad). http://www.zoomerang.com/Survey/?p=WEB2296CKJ5YNP Thanks for taking the time to complete the survey. |
||||
| 2009-08-25 | Posted By: Sonic Zhang 2009R1 release for Blackfin Linux platform is open for download The 2009R1 release for Blackfin Linux platform is open for download now. The recommended releases are 2009R1-RC6 for Linux distribution, 2009R1-RC10 for toolchain and 2009R1-RC3 for uboot. In this release, new BF51x, bf522/4/6, bf538/9 cores and relative on-chip peripheral drivers are supported. Dual core SMP kernel and kgdb is enabled for bf561 to allow multi process application to run on both cores. Building and loading code into L2 SRAM is supported by both kernel and toolchain. Power management is full functional on all blackfin cores to save power for embedded application. All hardware anomaly in Blackfin on-chip USB is walked around to make USB driver more stable in both host and peripheral mode. A lot of new peripheral devices are enabled for blackfin, such as ad73322, ssm2602, adv7183B, ad7879, ad5588, ad5520, spi over sport, wifi over sdio, ethernet over spi, sound gardget over USB, etc. JPEG lib is optimized in assembly for blackfin. Oprofile tool is enabled again in kernel 2.6.28. On-chip ATAPI, SDIO and USB is supported in uboot. SPI Eeprom subsystem is replaced by new SPI flash subsystem in uboot. For more details, please read the release notes at http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:release-notes:2009r1 http://docs.blackfin.uclinux.org/doku.php?id=toolchain:release-notes:2009r1 http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:release-notes:2009r1 The tar ball of 2009R1-RC6 Linux distribution source code, bootable images and test results can be found at http://blackfin.uclinux.org/gf/project/uclinux-dist/frs The RPM packages of 2009R1-RC10 toolchain binaries, source code and test results can be found at http://blackfin.uclinux.org/gf/project/toolchain/frs The tar ball of 2009R1-RC3 uboot souce code, bootable images and test results can be found at http://blackfin.uclinux.org/gf/project/u-boot/frs Any questions, please send email to respective mailing list or the help forum. Linux and application issues: uclinux-dist-devel@blackfin.uclinux.org http://blackfin.uclinux.org/gf/project/uclinux-dist/forum/?action=ForumBrowse&forum_id=39 Toolchain and debugging tool issues: toolchain-devel@blackfin.uclinux.org http://blackfin.uclinux.org/gf/project/toolchain/forum/?action=ForumBrowse&forum_id=39 Boot loader issues: u-boot-devel@blackfin.uclinux.org http://blackfin.uclinux.org/gf/project/u-boot/forum/?action=ForumBrowse&forum_id=39 You can also check out the source code of 2009R1 release from the SVN. svn co http://blackfin.uclinux.org/svn/uclinux-dist/tags/2009R1-RC6 uClinux-dist svn co http://blackfin.uclinux.org/svn/toolchain/tags/2009R1-RC10 toolchain svn co http://blackfin.uclinux.org/svn/u-boot/tags/2009R1-RC3 u-boot |
||||
| 2010-03-25 | Posted By: Robin Getz GDB based Simulator There has been lots of recent work on the simulator inside of gdb - and it is getting both more stable (less crashes) and more functionally accurate (acts like the core) and complete (more Blackfin instructions have been added) The goal is for it to be able to run every instructions that the hardware supports (there are still a few that are missing) - there are plans to add the Core interrupt controller (already done), so developing bare metal applications, handling exceptions, etc - should work. A minimalistic U-Boot already runs! There are no plans to add enough functionality for booting a Linux kernel (There are plans for taking this work, and transplanting it to QEMU - where that would be possible) - but that is TBD. If you would like to help test it out, and report issues, feel free. If you would like to help things progress - we have some tests which pass on the hardware that are still failing in the simulator (and have many more tests to add, but we have been splitting out time fixing things). Just ask, and we can help you get set up. Thanks. -Robin |
||||
| 2010-07-04 | Posted By: Robin Getz ADZS-ICE-100B, the Analog Devices Blackfin emulator now supported by gdbproxy/urjtag The Analog Devices ADZS-ICE-100B USB ICE is now supported by the open source tools. Support is included trunk, and will be included in the 2010R1 release. For more details, check out: http://docs.blackfin.uclinux.org/doku.php?id=hw:jtag:ice100b |
||||
| 2011-10-18 | Posted By: Sonic Zhang Blackfin Toolchain/Linux/Uboot help forums are moving to the Analog Devices' Engineering Zone Since Oct. 24, 2011. We are pleased to announce the Support Forum for u-boot, toolchain and Linux will be moved to a more powerful site, the Analog EngineerZone! EngineerZone brings more powerful functions like permitting you to monitor a single topic by email, this help you to focus on specific topics you are working on, it also permits you to mark your post as "Question" and remark it as "Answered" until the problem is solved. New help communities URLs: Toolchain: http://ez.analog.com/community/dsp/open-source/gnu-toolchain-blackfin">http://ez.analog.com/community/dsp/open-source/gnu-toolchain-blackfin U-boot: http://ez.analog.com/community/dsp/open-source/uboot-blackfin">http://ez.analog.com/community/dsp/open-source/uboot-blackfin uClinux: http://ez.analog.com/community/dsp/open-source/linux-blackfin">http://ez.analog.com/community/dsp/open-source/linux-blackfin These new communities will be launched since Oct. 24 and current forums will be turned into read only one week after the launch time. We will answer any switching released questions in the current forums. Please as other new questions in the new Engineer Zone communities only. Please go to http://ez.analog.com to create a new account, navigate to "Processors and DSP->Open Source Platform and Software" and ask/review the questions there. There is also a "help with using EngineerZone" button to guide you to make advanced use of the EngineerZone. Thanks for your support and understanding. |
||||
| 2012-04-09 | Posted By: Sonic Zhang The URLs of the blackfin open source help forums on ADI engineer zone are changed. The URLs of the blackfin open source help forums on ADI engineer zone are changed. Please update your bookmarks. Toolchain: http://ez.analog.com/community/dsp/software-and-development-tools/gnu-toolchain-blackfin U-boot: http://ez.analog.com/community/dsp/software-and-development-tools/uboot-blackfin uClinux: http://ez.analog.com/community/dsp/software-and-development-tools/linux-blackfin |
||||
| 2012-05-04 | Posted By: Sonic Zhang 2012R1 BETA1 Linux distribution for BF60x family is released. ADSP-BF60x is the new generation Blackfin® dual-core processor announced by ADI in late March, 2012. See news at http://www.analog.com/en/press-release/03_28_12_ADI_Blackfin_Processors_Accelerated_Visio/press.html To engage customers into the BF60x based product development earlier, we are pleased to announce the 2012R1 BETA1 release of the Linux distribution for the BF60x family. This release includes 3 packages: 2012R1-BETA1-BF60X buildroot Linux distribution, 2012R1-BETA1 GNU toolchain and 2012R1-BETA1-BF60X Das U-boot. Buildroot Linux distribution is introduced for ADI BF60x and future processors for the first time. An overview and basic guide can be found at http://docs.blackfin.uclinux.org/doku.php?id=buildroot_on_blackfin . All BF5xx processors are still supported in the uClinux distribution, but they are not part of this BF60x specific release. Das U-boot and GNU toolchain now support both BF60x and BF5xx. But, they are only tested against BF60x in this release. That means this 2012R1 Beta release aims BF60x based products only. In addition, as a BETA release, not all features are complete or well tested. Please check the feature list and bug tracker at http://blackfin.uclinux.org . We are now working on the RC release to minimize the gaps. The released images, source code and testing results are free to download from the same web site. We appreciate your bug report and any suggestion on ADI support forums. New features in this release: - Toolchain stays with GCC 4.3. Das u-boot stays with 2011.09. Linux kernel is updated to 3.3.0. Buildroot is based on 2011.05 release. - CPU type BF606, BF607, BF608 and BF609 are supported by GCC. LDR utility is revised to generate BF60x style LDR binary. JTAG debug utility are upgraded to know BF609. - Das U-boot support 4 boot mode for BF609, SPI master boot, NOR flash boot, UART boot and SD boot. - EMAC, SD, UART, I2C/TWI, USB, SPI, SPI flash, NOR flash drivers are enabled on BF609 EZ-Kit in uboot. - Port DMA, EMAC, RSI/SD, UART, I2C/TWI, USB, SPI flash, NOR flash, CAN, Rotary, watchdog and GP timer Linux drivers to BF609. - Develop new Linux drivers for BF609 EZ-Kit, such as SEC, SPI, CRC, link port, etc. - Enable Linux power management and CPU frequency features for BF609. New wake up sources are supported. - Add ieee1588 hardware time stamp support in BF609 EMAC driver. Support IEEE1588 v2 protocol and Linux hardware time stamping API in new PTPd2 server. - VS6624 V4L2 camera driver are enabled via BF609 style EPPI controller. - ad1761 ASOC sound drivers are enabled on top of new BF609 SPORT controller. - USB video camera driver for NOMMU architecture is validated on BF609 EZ-Kit. - Set up new Jenkins based test framework to ease debugging and progress tracking. - Bring up new buildroot Linux distribution for bf60x and future processors. Most user packages in uClinux distribution are included already. More other packages are supported as well. Please read the release notes for more information: http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:release-notes:2012r1-beta-bf6xx http://docs.blackfin.uclinux.org/doku.php?id=toolchain:release-notes:2012r1 http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:release-notes:2012r1-beta1-bf60x Find 2012R1-BETA1-BF60X Linux distribution source code, bootable images and test results at http://blackfin.uclinux.org/gf/project/buildroot/frs Find 2012R1-BETA1 toolchain binaries, source code and test results at http://blackfin.uclinux.org/gf/project/toolchain/frs Find 2012R1-BETA1-BF60X uboot source code, bootable images and test results at http://blackfin.uclinux.org/gf/project/u-boot/frs Any questions, please send email to respective mailing list or the Analog Devices Engineer Zone Communities. Linux and application issues: uclinux-dist-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/linux-blackfin Toolchain and debugging tool issues: toolchain-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/gnu-toolchain-blackfin Das u-boot issues: u-boot-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/uboot-blackfin You can also check out the source code from the SCMs svn co http://blackfin.uclinux.org/svn/toolchain/tags/2012R1-BETA1 toolchain git clone git://sources.blackfin.uclinux.org/git/buildroot git checkout 2012R1-BETA1-BF60X git clone git://sources.blackfin.uclinux.org/git/linux-kernel git checkout 2012R1-BETA1-BF60X git clone git://sources.blackfin.uclinux.org/git/u-boot git checkout 2012R1-BETA1-BF60X |
||||
| 2012-08-01 | Posted By: Sonic Zhang 2012R1 GNU toolchain for BF60x is offially released today. ADSP-BF60x is the new generation Blackfin0…3 dual-core processor announced by Analog Devices in late March, 2012. See news at http://www.analog.com/en/press-release/03_28_12_ADI_Blackfin_Processors_Accelerated_Visio/press.html To engage customers into the BF60x based product development earlier, we are pleased to announce the 2012R1 Linux stable release for the BF60x family. This release includes 3 packages: 2012R1-RC6-BF60X buildroot Linux distribution, 2012R1-RC2 GNU toolchain and 2012R1-RC4-BF60X Das U-boot. The buildroot Linux distribution is introduced for ADI BF60x and future processors. An overview and basic guide can be found at http://docs.blackfin.uclinux.org/doku.php?id=buildroot_on_blackfin . BF5xx processors are still supported in the uClinux distribution, but they are not part of this BF60x specific Linux release. Das U-boot and GNU toolchain support both BF60x and BF5xx. But, they are only tested against BF60x in this release. Overall, this 2012R1 stable release is for BF60x only. The released binary images, source code and testing results are free to download from the same web site. We appreciate your bug reports and suggestions. These should be submitted via the appropriate support forums, listed at the end of this document. New features in this release: - Toolchain stays with GCC 4.3. Das u-boot stays with 2011.09. Linux kernel is updated to 3.3.0. Buildroot is based on 2011.05 release. - CPU type BF606, BF607, BF608 and BF609 are supported by GCC. LDR utility is revised to generate BF60x style LDR binary. JTAG debug utility are upgraded to know BF609. GDB stays at v6.6. binutility moves up to 2.21. - uClibc stays at v0.9.29 with new functions exp2, exp2f, log2 and log2f functions supported. - Das U-boot support 4 boot modes for BF609, SPI master boot, NOR flash boot, UART boot and SD boot. - EMAC, SD, UART, I2C/TWI, USB, SPI, SPI flash, NOR flash drivers are enabled on BF609 EZ-Kit in uboot. - Port DMA, EMAC, RSI/SD, UART, I2C/TWI, USB, SPI flash, NOR flash, CAN, Rotary, watchdog and GP timer Linux drivers to BF609. - Develop new Linux drivers for BF609 EZ-Kit, such as SEC, SPI, CRC, link port, etc. - Enable Linux power management and CPU frequency features for BF609. New wake up sources are supported. - Add ieee1588 hardware time stamp support in BF609 EMAC driver. Support IEEE1588 v2 protocol in new PTPd2 server with average 500ns time offset. - MCAPI library and ICC driver is implemented to support inter core communication between Linux on BF60x core 0 and CrossCore0…3 Embedded Studio application on core 1. GNU bare metal MCAPI support for core 1 is also available. - Develop new ADV7842 and ADV7511 HDMI V4L2 video out and video in drivers for BF60x-Ezkit video extenders. Video format 720P at 50/60Hz is supported. - VS6624 V4L2 camera driver are enabled via BF609 style EPPI controller. - ad1761 ASOC sound drivers are enabled on top of new BF609 SPORT controller. - USB video camera driver for NOMMU architecture is validated on BF609 EZ-Kit. - Set up new Jenkins based test framework to ease debugging and progress tracking. - Bring up new buildroot Linux distribution for bf60x and future processors. Most user packages in uClinux distribution as well as many other packages are included. Please read the release notes for more information: http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:release-notes:2012r1-bf6xx http://docs.blackfin.uclinux.org/doku.php?id=toolchain:release-notes:2012r1 http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:release-notes:2012r1-rc1-bf60x Find 2012R1-RC6-BF60X Linux distribution source code, bootable images and test results at http://blackfin.uclinux.org/gf/project/buildroot/frs Find 2012R1-RC2 toolchain binaries, source code and test results at http://blackfin.uclinux.org/gf/project/toolchain/frs Find 2012R1-RC4-BF60X uboot source code, bootable images and test results at http://blackfin.uclinux.org/gf/project/u-boot/frs Any questions, please send email to respective mailing list or the Analog Devices Engineer Zone Communities. Linux and application issues: uclinux-dist-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/linux-blackfin Toolchain and debugging tool issues: toolchain-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/gnu-toolchain-blackfin Das u-boot issues: u-boot-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/uboot-blackfin You can also check out the source code from the SCMs svn co http://blackfin.uclinux.org/svn/toolchain/tags/2012R1-RC2 toolchain git clone git://sources.blackfin.uclinux.org/git/buildroot git checkout 2012R1-RC6-BF60X git clone git://sources.blackfin.uclinux.org/git/linux-kernel git checkout 2012R1-RC6-BF60X git clone git://sources.blackfin.uclinux.org/git/u-boot git checkout 2012R1-RC4-BF60X |
||||
| 2013-02-04 | Posted By: Sonic Zhang The 2012R2 GNU toolchain release for Blackfin is ready for download The new buildroot distribution was introduced in the 2012R1 Linux release for BF60x in Aug. 2012. To help BF5xx customers to leverage new features in the buildroot distribution, we are pleased to announce the 2012R2 buildroot Linux release for both BF5xx and BF60x families. Although the uClinux related issues in 2011R1 and former releases are still supported via the Linux community on the ADI Engineering Zone, the uClinux distribution for BF5xx is discontinued since the 2012R2 release. Please upgrade to the buildroot distribution in the 2012R2 release for latest features in Linux kernel and middle wares. An overview and basic development guide for the buildroot can be found at http://docs.blackfin.uclinux.org/doku.php?id=buildroot_on_blackfin . This release includes 3 packages: 2012R2-RC5 buildroot Linux distribution, 2012R2-RC2 GNU toolchain and 2012R2-RC3 Das U-boot. The binary images, source code and testing results are free to download from http://blackfin.uclinux.org . We appreciate your bug reports and suggestions. New features in this release: [GNU Toolchian] - Toolchain stays with GCC 4.3. - QEMU 1.2.0 available - Upgrade to uClibc 0.9.33.2. Updated bfin config file. Roll back upstream's generic v-fork. - Better multicore support in gdbproxy. - Enhance the LDR utility to pack uboot elf binary for core 0 and CCES elf binary for core 1 into one LDR image. Binaries in one LDR image can be loaded to both cores by the bootrom. [Das U-boot] - Das u-boot updates to 2012.07. - Correct mess console output in NOR flash BYPASS boot mode for BF533, BF537 and BF561 when enable early serial debugging option. - Add softswitch command to set up BF609-ezkit onboard switch configuration. - Update DDR clock parameters for BF609 to improve DDR read/write performance. [Linux] - Linux kernel is updated to 3.5.7. Buildroot is based on 2012.08 release. - Support bf548 v0.4 processor - Add tdm support in ASOC sport driver for bf60x. Bring up ad1836 sound codec driver on top of bf60x sport driver. - Add NEC NL8048HL LCD frame buffer driver for BF60x and the EI3 LCD extender. Add aptina mt9m114 V4L2 camera driver for BF60x and the EI3 Camera extender with frame rate setting capability, 720P resolution support and frame error indication. - Allow user to tune crossbar bandwidth and priority configuration on BF60x. - Update the IEEE1588 PTP driver to the new hardware time stamping framework for BF518 and BF609. Replace system stamp with the raw hardware one. Provide a PTP hardware clock device. - Implement the resource management protocol defined in ICC spec for both Linux kernel and bare metal stub on BF609 and BF561. - Enhance buildroot configuration to support BF5xx family processors and ADI BF5xx evaluation boards. - Enable QT 4.8.2 to be built and run properly on blackfin. [Others] - Port all BF5xx test suites under uClinux distribution to the Jenkins framework for buildroot. Add new Jenkins projects for each BF5xx regression board. Please read the release notes for more information: http://docs.blackfin.uclinux.org/doku.php?id=uclinux-dist:release-notes:2012r2 http://docs.blackfin.uclinux.org/doku.php?id=toolchain:release-notes:2012r2 http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:release-notes:2012r2-rc2 Find 2012R1-RC5 Linux distribution source code, bootable images and test results at http://blackfin.uclinux.org/gf/project/buildroot/frs Find 2012R1-RC2 toolchain binaries, source code and test results at http://blackfin.uclinux.org/gf/project/toolchain/frs Find 2012R1-RC3 uboot source code, bootable images and test results at http://blackfin.uclinux.org/gf/project/u-boot/frs Any questions, please send email to respective mailing list or the Analog Devices Engineer Zone Communities. Linux kernel and buildroot distribution issues: buildroot-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/linux-blackfin GNU Toolchain and debugging tool issues: toolchain-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/gnu-toolchain-blackfin Das u-boot issues: u-boot-devel@blackfin.uclinux.org http://ez.analog.com/community/dsp/software-and-development-tools/uboot-blackfin You can also check out the source code from the SCMs svn co http://blackfin.uclinux.org/svn/toolchain/tags/2012R2-RC2 toolchain git clone git://sources.blackfin.uclinux.org/git/buildroot git checkout 2012R1-RC5 git clone git://sources.blackfin.uclinux.org/git/linux-kernel git checkout 2012R1-RC5 git clone git://sources.blackfin.uclinux.org/git/u-boot git checkout 2012R1-RC3 |
||||




